Skip to content

GoobyFRS/GoobyDDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoobyDDNS

GoobyDDNS Linux Edition for Akamai/Linode.

Current Version: 1.0.0

Production Deployment - Linux

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
deactivate

Step 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.sh

Project Development Setup - Windows

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Windows Users should consider using GoobyDDNS_Winows instead!

About

Dynamic DNS Linux Client for Akamai/Linode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published