In this tutorial, we are going to use this official automated Docker build for Restyaboard: restyaplatform/restyaboard
Official site: Restyaboard - Open source Trello alternative, kanban board for task management | Restya
First, go to the Registry tab in your Docker and search for
restyaboard
. After that click on restyaplatform/restyaboard
and click the Download button and I choose v0.6.7
build:Wait for image to download. Then go to Image tab and find
restyaplatform-restyaboard:v0.6.7
. Select it and click on button Launch:Now in the Container creation wizard choose Advanced settings:
In the General settings tab you can for example set
Enable auto-restart
.In the Port Settings tab click on the Plus icon and add a port.
Local port
can be any port of your choice (for this tutorial it's 8077), Container port
set to 80 and Type
is TCP:In the Environment tab you'll already get some variables. Make sure you change these ones:
Variable | Value |
---|---|
TZ | < your timezone > |
POSTGRES_HOST | < your NAS IP > |
POSTGRES_PORT | < port number you have in postgres container > |
POSTGRES_USER | < postgres username > |
POSTGRES_PASSWORD | < postgres username password > |
POSTGRES_DB | < your database name in postgres > |
SMTP_DOMAIN
, SMTP_USERNAME
, SMTP_PASSWORD
, SMTP_SERVER
and SMTP_PORT
.Ok, hit Apply button, wait for a bit, then navigate in your browser to
http://yourNASip:yourLocalPort
and that's it!Once it's installed login with predefined admin account:
U: admin
P: restya
Make sure you change admin email and password after login. Then you can manually create a new user with this account and confirm it. If you'll set up IMAP settings you can use email so users can register and confirm their account via email.
- Related resources
Tutorial - Synology Reverse Proxy
This tutorial will cover a few short steps that you need to know and setup in order to make your apps and services accessible via the internet (or LAN) using a specific domain name and custom (or default) port. It will also help you to avoid...www.synoforum.com