.. | ||
default.yaml | ||
donetick.xml | ||
README.md |
To set this up:
- Create the necessary directories:
mkdir -p /mnt/user/appdata/Donetick/database
mkdir -p /mnt/user/appdata/Donetick/config
- Create the selfhosted.yaml file:
nano /mnt/user/appdata/Donetick/config/default.yaml
Copy the YAML content from above into this file.
- Set proper permissions:
chmod -R 755 /mnt/user/appdata/Donetick
chmod 644 /mnt/user/appdata/Donetick/config/default.yaml
chown -R nobody:users /mnt/user/appdata/Donetick
Key points:
- Updated all paths to match the container's internal structure
- Fixed the database path to use
/usr/src/app/data
- Corrected the WebUI port to 8000
- Updated volume mappings to match the application's requirements
Remember to:
- Generate a secure random string for the
auth.jwt.secret
in selfhosted.yaml - Double-check all paths match your Unraid setup
- Ensure the selfhosted.yaml file is in place before starting the container