forked from jmbannon/ytdl-sub
-
Notifications
You must be signed in to change notification settings - Fork 0
Unraid
Bronzewing edited this page Dec 22, 2023
·
9 revisions
This is how to get cron working on Unraid the easy way.
1.Go to APPS and search for user scripts and install it.
-
Go to PLUGINS and open user scripts.
-
Click ADD NEW SCRIPT and give it a name ie "ytdl-sub script"
- Edit Script and copy and paste this code:
#!/bin/bash docker exec -u abc ytdl-sub-gui /bin/bash -c "cd /config/ytdl-sub-configs && ytdl-sub sub"
Should look like this:
-
Save changes
-
Set it to run however you like, I have mine to set hourly but you can set a custom cron if you'd like.