bifrost/README.txt

9 lines
601 B
Plaintext
Raw Permalink Normal View History

This application provides a dyndns server style updater for using webfaction domain as dyndns.
the url to be used in updating is as follows
http://[USERNAME]:[PASSWORD]@tanshu.com/update?hostname=[DOMAIN]
or with custom ip address
http://[USERNAME]:[PASSWORD]@tanshu.com/update?hostname=[DOMAIN]&ip=[IP]
The users are maintained in the .htpasswd file in the production.ini directory.
The way to add/update users is "htpasswd .htpasswd [USERNAME]
2020-05-04 10:12:11 +00:00
The location of the files can be changed in the environment variables.
Also, the digital ocean api key needs to be configured in the environment variables.