Tududi
Simple project managgement and todo app. Tududi is a currently a single user only application.
Resources¶
Prerequisites¶
In the server root directory, create a folder called tududi/. cd into it and create the file docker-compose.yml.
Docker Compose¶
| docker-compose.yml | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
Configuration¶
- Ports - Select an avaliable port for the UI.
-
Environment
TUDUDI_INTERNAL_SSL_ENABLED- Set totrueif you will use a reverse proxy with an SSL certificate.-
TUDUDI_SESSION_SECRET- Generate a hash using:openssl rand -hex 64 -
TUDUDI_USER_PASSWORD- Your login password TUDUDI_USER_EMAIL- Your login email
Nginx Proxy Manager¶
If you are using Nginx Proxy Manager with a SSL certificate, select scheme https.
Deploy the container¶
Run the Docker Compose file as a stack in Portainer or with:
docker compose up -d
Login¶
UI: http://server-ip:9292
