All apps · 0 apps
Tagaris
Docker app from Goodhall Solutions' Repository
Overview
Install Tagaris on Unraid in a few clicks.
Find Tagaris in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Related apps
Explore more like this
Explore allDetails
goodhallsolutions/tagaris:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port for the Tagaris web interface. Access via http://your-unraid-ip:3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
Connection string for your PostgreSQL database (version 16 recommended). Install PostgreSQL from Community Apps, create a database and user for Tagaris, then fill in this URL. Use letters and digits only in the password.
- Target
- DATABASE_URL
- Default
- postgresql://tagaris:change_me@your-unraid-ip:5432/tagaris?schema=public
- Value
- postgresql://tagaris:change_me@your-unraid-ip:5432/tagaris?schema=public
Secret used to sign sessions. Generate with: openssl rand -base64 32. Keep it the same across restarts or everyone is signed out.
- Target
- BETTER_AUTH_SECRET
The address people actually reach Tagaris on, including the port. If you put it behind a reverse proxy later, change this to that address.
- Target
- BETTER_AUTH_URL
- Default
- http://your-unraid-ip:3000
- Value
- http://your-unraid-ip:3000
Timezone for scheduled jobs (daily digest, backups, syncs).
- Target
- TZ
- Default
- Europe/London
- Value
- Europe/London
Persistent storage for asset photos and attachments.
- Target
- /app/data/photos
- Default
- /mnt/user/appdata/tagaris/photos
- Value
- /mnt/user/appdata/tagaris/photos
Persistent storage for uploads and the built-in backups folder.
- Target
- /app/uploads
- Default
- /mnt/user/appdata/tagaris/uploads
- Value
- /mnt/user/appdata/tagaris/uploads