This repository has been archived on 2024-07-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Auto-Homelab/scripts
2024-04-12 00:23:09 +00:00
..
dccd.sh updating script 2024-04-12 00:23:09 +00:00
README.md updating script 2024-04-12 00:23:09 +00:00

Make executable:

sudo chmod +x dccd.sh

Example:

./dccd.sh -b main -d /home/mafyuh/Auto-Homelab -p -f 'arrs'

Crontab:

*/30 * * * * /home/mafyuh/Auto-Homelab/scripts/dccd.sh -b main -d /home/mafyuh/Auto-Homelab -l /tmp/dccd.txt -p -f 'arrs'

View Logs:

cat /tmp/dccd.txt

Export Variables:

export GOTIFY_BASE_URL="https:go.example.com"
export GOTIFY_TOKEN="token"