Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working QNAP Setup #708

Open
Araminta opened this issue May 3, 2024 · 0 comments
Open

Working QNAP Setup #708

Araminta opened this issue May 3, 2024 · 0 comments

Comments

@Araminta
Copy link

Araminta commented May 3, 2024

After a couple of hours fiddling around with this, I finally figured out how to get this working in Container Station on my QNAP NAS. I'm submitting this for reference in case anyone else needs help.

My Environment:
QNAP TS453-Pro
Firmware: QTS 5.1.6.2722
Container Station: 3.0.6.833

My Steps:

  1. Create a directory called 'ddns-updater' in the root of the Container share.
  2. Inside the 'ddns-updater' folder, I created two directories: 'app' and 'data'.
  3. Created a config.json and updates.json file in the 'data' directory (I used FileZilla to upload)
  4. CHMOD the config.json file to 400. If that doesn't work, try 440, since 'Container Station' installs and runs as the admin user by default (even if 'admin' is disabled).
  5. Pulled up the docker-compose.yml from the root of this repository.
  6. In Container Station, I went to Applications > Create
  7. In the application name, I typed 'ddns-updater'.
  8. Copied and pasted the YAML code into the window.
  9. Changed the 'volumes' path in the YAML code to /share/CACHEDEV1_DATA/Container/ddns-updater:/updater/data
  10. Started the container.

Notes:
In the YAML file, 'network_mode: bridge' did not automatically select bridged mode, so I edited the container to set this.
I also edited the container to change the restart setting to restart "unless stopped".

Hope this is helpful for someone trying to set this up on QNAP's weird flavor of Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant