All apps · 0 apps
tillywork
OfficialDocker app from grtgbln's Repository
Overview
Media gallery
1 / 2Install Tillywork on Unraid in a few clicks.
Find Tillywork 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.
Requirements
Requires a separate PostgreSQL database and Redis instance.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
tillywork/tillywork:latestRuntime arguments
- Web UI
http://[IP]:[PORT:80]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 80
- Target
- 80
- Default
- 8080
- Value
- 80
Container Port: 3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
Postgres database host
- Target
- TW_DB_HOST
Postgres database port
- Target
- TW_DB_PORT
- Default
- 5432
- Value
- 5432
Postgres database name
- Target
- TW_DB_NAME
- Default
- tillywork
- Value
- tillywork
Postgres database user
- Target
- TW_DB_USERNAME
- Default
- postgres
- Value
- postgres
Postgres database password
- Target
- TW_DB_PASSWORD
Use SSL for Postgres connection
- Target
- TW_DB_ENABLE_SSL
- Default
- false|true
Redis host
- Target
- TW_REDIS_HOST
Redis port
- Target
- TW_REDIS_PORT
- Default
- 6379
- Value
- 6379
Secret key
- Target
- TW_SECRET_KEY
Enable mail
- Target
- TW_MAIL_ENABLE
- Default
- false|true
SMTP host. Remove if mail not enabled.
- Target
- TW_MAIL_HOST
SMTP port. Remove if mail not enabled.
- Target
- TW_MAIL_PORT
- Default
- 587
- Value
- 587
Use SSL for SMTP connection. Remove if mail not enabled.
- Target
- TW_MAIL_SECURE
- Default
- false|true
SMTP user. Remove if mail not enabled.
- Target
- TW_MAIL_USER
SMTP password. Remove if mail not enabled.
- Target
- TW_MAIL_PASS
Storage type
- Target
- TW_FILE_STORAGE_TYPE
- Default
- local|s3|azure
Path for local files. Remove if not using local storage.
- Target
- /app/uploads
AWS access key ID. Remove if not using S3 storage.
- Target
- TW_AWS_ACCESS_KEY_ID
AWS secret access key. Remove if not using S3 storage.
- Target
- TW_AWS_SECRET_ACCESS_KEY
AWS region. Remove if not using S3 storage.
- Target
- TW_AWS_REGION
AWS S3 endpoint. Remove if not using S3 storage.
- Target
- TW_AWS_S3_ENDPOINT
AWS S3 bucket. Remove if not using S3 storage.
- Target
- TW_AWS_S3_BUCKET
Azure connection string. Remove if not using Azure storage.
- Target
- TW_AZURE_CONNECTION_STRING
Azure container. Remove if not using Azure storage.
- Target
- TW_AZURE_CONTAINER_NAME
CDN URL
- Target
- TW_CDN_URL
Log queries
- Target
- TW_ENABLE_QUERY_LOGGING
- Default
- false|true
Log request bodies
- Target
- TW_ENABLE_REQ_BODY_LOGGING
- Default
- false|true
Node environment. Not recommended to change.
- Target
- NODE_ENV
- Default
- development|production|test
Internal API port. Not recommended to change.
- Target
- PORT
- Default
- 3000
- Value
- 3000