tillywork

tillywork

Official

Docker app from grtgbln's Repository

Overview

An open-source work management software with support for project management, sales CRM and agile projects.

Media gallery

1 / 2

Install 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.

Open the Apps tab on your Unraid server Search Community Apps for Tillywork Review the template variables and paths Click Install

Requirements


        Requires a separate PostgreSQL database and Redis instance.
    

Download Statistics

18,170
Total Downloads
1,309
This Month
694
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
tillywork/tillywork:latest
Last Updated2025-07-28
First Seen2025-01-08

Runtime arguments

Web UI
http://[IP]:[PORT:80]/
Network
bridge
Privileged
false

Template configuration

Web UI PortPorttcp

Container Port: 80

Target
80
Default
8080
Value
80
API PortPorttcp

Container Port: 3000

Target
3000
Default
3000
Value
3000
Postgres - HostVariable

Postgres database host

Target
TW_DB_HOST
Postgres - PortVariable

Postgres database port

Target
TW_DB_PORT
Default
5432
Value
5432
Postgres - Database NameVariable

Postgres database name

Target
TW_DB_NAME
Default
tillywork
Value
tillywork
Postgres - UserVariable

Postgres database user

Target
TW_DB_USERNAME
Default
postgres
Value
postgres
Postgres - PasswordVariable

Postgres database password

Target
TW_DB_PASSWORD
Postgres - Use SSLVariable

Use SSL for Postgres connection

Target
TW_DB_ENABLE_SSL
Default
false|true
Redis - HostVariable

Redis host

Target
TW_REDIS_HOST
Redis - PortVariable

Redis port

Target
TW_REDIS_PORT
Default
6379
Value
6379
Secret KeyVariable

Secret key

Target
TW_SECRET_KEY
Mail - EnableVariable

Enable mail

Target
TW_MAIL_ENABLE
Default
false|true
Mail - SMTP HostVariable

SMTP host. Remove if mail not enabled.

Target
TW_MAIL_HOST
Mail - SMTP PortVariable

SMTP port. Remove if mail not enabled.

Target
TW_MAIL_PORT
Default
587
Value
587
Mail - Use SSLVariable

Use SSL for SMTP connection. Remove if mail not enabled.

Target
TW_MAIL_SECURE
Default
false|true
Mail - UserVariable

SMTP user. Remove if mail not enabled.

Target
TW_MAIL_USER
Mail - PasswordVariable

SMTP password. Remove if mail not enabled.

Target
TW_MAIL_PASS
Storage - TypeVariable

Storage type

Target
TW_FILE_STORAGE_TYPE
Default
local|s3|azure
Storage - Local - PathPath

Path for local files. Remove if not using local storage.

Target
/app/uploads
Storage - S3 - Access Key IDVariable

AWS access key ID. Remove if not using S3 storage.

Target
TW_AWS_ACCESS_KEY_ID
Storage - S3 - Secret Access KeyVariable

AWS secret access key. Remove if not using S3 storage.

Target
TW_AWS_SECRET_ACCESS_KEY
Storage - S3 - RegionVariable

AWS region. Remove if not using S3 storage.

Target
TW_AWS_REGION
Storage - S3 - EndpointVariable

AWS S3 endpoint. Remove if not using S3 storage.

Target
TW_AWS_S3_ENDPOINT
Storage - S3 - BucketVariable

AWS S3 bucket. Remove if not using S3 storage.

Target
TW_AWS_S3_BUCKET
Storage - Azure - Connection StringVariable

Azure connection string. Remove if not using Azure storage.

Target
TW_AZURE_CONNECTION_STRING
Storage - Azure - Container NameVariable

Azure container. Remove if not using Azure storage.

Target
TW_AZURE_CONTAINER_NAME
CDN URLVariable

CDN URL

Target
TW_CDN_URL
Log QueriesVariable

Log queries

Target
TW_ENABLE_QUERY_LOGGING
Default
false|true
Log Request BodiesVariable

Log request bodies

Target
TW_ENABLE_REQ_BODY_LOGGING
Default
false|true
Node EnvironmentVariable

Node environment. Not recommended to change.

Target
NODE_ENV
Default
development|production|test
Internal API PortVariable

Internal API port. Not recommended to change.

Target
PORT
Default
3000
Value
3000