Install with Docker on NAS

Install with Docker on Synology NAS

Note: The instructions below are based on Synology NAS DSM 7.2.1-69057 Update 6. But should work on other NAS or other versions as well.

  1. Install Container Manager on your Synology NAS if you haven't already. You can follow the official guide here (opens in a new tab).

  2. Search for shroxdf/cirno in the Container Manager and click on the Download button. Choose the tag you want to install or latest, and click on the Apply button.

Search for shroxdf/cirno

  1. Create a new container based on the image you downloaded in the previous step.

Create new container

  1. Keep the General Settings as default unless you want to change it. Click Next to continue.

General Settings

  1. Change Advanced Settings as the table below.
NameValue
Post8000 (You can change this to any port you want)
/path/to/your/config/app/config
/path/to/your/data/app/data
DATABASE_URLsqlite:///app/backend/database.db

Port and volumes

Environment variables

  1. Check the configurations and click Done to create the container.

Docker summary

  1. After the container is created and running, you can access Cirno at http://your-nas-ip-address:8000. Have fun! 🤩

Access Cirno