You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First version of Docker config to search for all available videos and
sync them to bind mounted folder at /home/appuser/Tablo. Some hacks to
enable functioning in Synology DSM 7.2's Container Manager. Assumes that
Tablo directory has already been configured with a command like:
> ./tut.py config --discover
Tested it locally in MacOS with Tablo mounted shared folder:
> docker build -t pvulgaris/tut-syncer:arm64 .
> docker run --name tut-syncer --mount type=bind,source=/Volumes/video/Tablo,target=/home/appuser/Tablo pvulgaris/tut-syncer:arm64
Then build amd64 version for upload to Docker Hub and use on DS224+:
> docker buildx build -t pvulgaris/tut-syncer:amd64 --platform linux/amd64 .
Finally, use the DSM api to setup a job with Task Scheduler as described
in https://www.reddit.com/r/synology/comments/10wkxuc/restart_docker_container/
0 commit comments