Hannes f9d3e73651 build: Improve Docker dev setup, add nodemon config (#1145)
* Updated the base image in `Dockerfile.dev` from `node:18-alpine` to `node:lts-alpine` to use more or less the same as for production docker build (where the client is build lts and server is 18... so yeah not really...)
* Removed the `USER node` directive, to prevent permission issues as we hook the whole folder into the container.
* Modified the `docker-compose-dev.yml` file to enhance the database healthcheck. The new healthcheck ensures not only postgres is ready but also the database is ready by running a sample query (`SELECT 1`) and adjusts the interval, retries, and start period for better reliability.
* Added a `nodemon.json` configuration file to watch only relevant files (node_modules would be ignored but not files like the python venv) and avoid rapid successive restarts with the delay.
2025-05-23 16:19:22 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-22 23:14:46 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2020-05-29 21:46:08 +05:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 21:55:03 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00
2025-05-19 18:03:08 +02:00
2025-05-10 02:09:06 +02:00

PLANKA

Project mastering driven by fun

Version Docker Pulls Contributors Chat

Demo

Client demo (without server features).

⚠️ The demo GIF and client demo are based on v1 and will be updated soon.

Key Features

  • Collaborative Kanban Boards: Create projects, boards, lists, cards, and manage tasks with an intuitive drag-and-drop interface
  • Real-Time Updates: Instant syncing across all users, no refresh needed
  • Rich Markdown Support: Write beautifully formatted card descriptions with a powerful markdown editor
  • Flexible Notifications: Get alerts through 100+ providers, fully customizable to your workflow
  • Seamless Authentication: Single sign-on with OpenID Connect integration
  • Multilingual & Easy to Translate: Full internationalization support for a global audience

How to Deploy

PLANKA is easy to install using multiple methods - learn more in the installation guide.

For configuration and environment settings, see the configuration section.

Contact

Interested in a hosted version of PLANKA? Email us at github@planka.group.

For any security issues, please do not create a public issue on GitHub - instead, report it privately by emailing security@planka.group.

Note: We do NOT offer any public support via email, please use GitHub.

Join our community: Get help, share ideas, or contribute on our Discord server.

License

PLANKA is fair-code distributed under the Fair Use License and PLANKA Enterprise License.

  • Source Available: The source code is always visible
  • Self-Hostable: Deploy and host it anywhere
  • Extensible: Customize with your own functionality
  • Enterprise Licenses: Available for additional features and support

For more details, check the License Guide.

Contributing

Found a bug or have a feature request? Check out our Contributing Guide to get started.

For setting up the project locally, see the development section.

Thanks to all our contributors!

Contributors

S
Description
PLANKA is the kanban-style project mastering tool for everyone.
Readme 69 MiB
Languages
JavaScript 95%
SCSS 4.6%
Shell 0.2%