Skip to content

justinas-b/skelbiu.lt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run on Synology NAS on schedule

  1. Open control panel
  2. Switch to Advanced Mode
  3. Create new scheduled task
  4. Set task name and user
  5. Set schedule
  6. Set command to docker run --rm -i justinasb/skelbiu.lt:latest python ./script.py $USERNAME $PASSWORD in Task Settings by replacing $USERNAME and $PASSWORD with actual values

To run this on demand

docker build -t justinasb/skelbiu.lt:latest .
docker run --rm -it justinasb/skelbiu.lt:latest
docker run justinasb/skelbiu.lt:latest python ./script.py $USERNAME $PASSWORD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published