A simple ticket-based project management web application.
- Collaborative projects
- Tickets
- Rich text editing
- Priority
- Assign to users
- Set deadlines
- Notes/comments
- Push notifications
- Get notified when a deadline is coming up
- Progressive web app (add it to your phone's home screen)
- OIDC login
-
Download the docker-compose.yml file into an empty directory:
curl -o docker-compose.yml https://raw.githubusercontent.com/PaddiM8/Planera/refs/heads/main/docker-compose.yml
-
Modify
docker-compose.ymland replace both instances ofhttp://localhost:2000with your domain. Additionally, it is also possible configure email sending and OIDC here. -
Start docker compose:
docker-compose up -d
Planera should now be running and accessible at localhost:2000.
- .NET 10
- Node
- NPM
- Aspire
- Install Aspire. You may also want to install an extension for your editor/IDE.
- Run
aspire run
