GoobyDDNS Linux Edition for Akamai/Linode.
Current Version: 1.0.0
Step 1/3
cd /your/desired/path/
git clone https://github.com/GoobyFRS/GoobyDDNS.git
chmod +x app.py
chmod +x update_ddns.sh
touch .env
source venv/bin/activate
pip install -r requirements.txt
python3 ./app.py
deactivateStep 2/3
Update the dotenv file with proper values. Be sure to update the .sh file with the proper path to this cloned repo.
Step 3/3
crontab -e
*/15 * * * * /path/to/your/script/update_ddns.shpython -m venv venv
venv\Scripts\activate
pip install -r requirements.txtWindows Users should consider using GoobyDDNS_Winows instead!