OpenProject
OpenProject
OfficialDocker app from ImSkully's Repository
Overview
OpenProject is a web-based project management system for location-independent team collaboration, this is a release of the open-source community edition.
Once the container has started it may take a few minutes before the WebUI is available, see container logs for startup progress.
The default administrator login credentials are:
Username: admin
Password: admin
For advanced configuration, see all supported environment variables:
(https://www.openproject.org/docs/installation-and-operations/configuration/environment/#supported-environment-variables)
Runtime arguments
- Web UI
http://[IP]:[PORT:8080]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
The port to serve the frontend WebUI.
- Target
- 8080
- Default
- 5683
- Value
- 5683
This must be equal to your server IP and the WebUI port above. (5683 by default)
- Target
- OPENPROJECT_HOST__NAME
- Default
- YOUR_SERVER_IP:5683
- Value
- YOUR_SERVER_IP:5683
The directory to store all data from the Postgres database running on this container.
- Target
- /var/openproject/pgdata
- Default
- /mnt/user/appdata/openproject/pgdata
- Value
- /mnt/user/appdata/openproject/pgdata
The directory where assets are saved.
- Target
- /var/openproject/assets
- Default
- /mnt/user/appdata/openproject/assets
- Value
- /mnt/user/appdata/openproject/assets
The secret key used to sign sensitive data, enter a random string here.
- Target
- SECRET_KEY_BASE
- Default
- RANDOM_STRING_HERE
- Value
- RANDOM_STRING_HERE
Change the default application title that appears on the frontend.
- Target
- OPENPROJECT_APP__TITLE
- Default
- OpenProject
- Value
- OpenProject
The maximum file size (KB) to allow for attachments, defaults to 5 MB. (1024KB = 1MB)
- Target
- OPENPROJECT_ATTACHMENT__MAX__SIZE
- Default
- 5120
- Value
- 5120
Allow disabling of HSTS headers and HTTP > HTTPS redirects, this should only be enabled if HTTPS is on.
- Target
- OPENPROJECT_HSTS
- Default
- true|false
- Value
- false
Whether or not to use HTTPS, if you only plan to only run OpenProject locally then leave this disabled.
- Target
- OPENPROJECT_HTTPS
- Default
- true|false
- Value
- false
Categories
Download Statistics
Total Downloads Over Time
Details
openproject/openproject:17.0.2Run OpenProject on Unraid.
OpenProject is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.