Commit Graph

15 Commits

Author SHA1 Message Date
Jean-Claude a2999c3d93 Merge branch 'feature/allow-specifying-domain' of jonas/DynDns into master 2020-12-19 14:50:48 +01:00
Jonas Sulzer 495dbbe3dc
👌 IMPROVE: allow specifying the domain to update
this allows DynDNS to be used against Hostpoint accounts with multiple domains
the domain to update is to be configured via the .env variable 'Domain'

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-12-19 11:54:05 +01:00
Jean-Claude 289f5abbf0 Merge branch 'fix/build-n-run-issues' of jonas/DynDns into master 2020-12-19 08:53:35 +01:00
Jonas Sulzer a9731b30a4
🐛 FIX: build / run issues with docker mount points
- using ./ instead of ${PWD} is more universal and doesn't depend on the corresponding env variable to be set in the environment
- when mounting /app/lastIp, docker wants this to be a directory and not a file for it to work

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-12-18 23:43:36 +01:00
Jean-Claude 67d8eda971
NEW: Docker-compose file 2020-04-23 14:42:16 +02:00
Jean-Claude b2b344af60
NEW: Dockerfile 2020-04-23 14:30:00 +02:00
Jean-Claude 4a1860f387
Move files to src folder, and virtuel display for firefox and adjust
paths
2020-04-23 14:27:07 +02:00
Jean-Claude 164774ab3a
FIX: Shebang 2020-04-22 19:50:09 +02:00
Jean-Claude a48dc419df
FIX: Read credentials from env variables 2020-04-22 19:48:20 +02:00
Jean-Claude 0ad32183e3
NEW: Bring IpManager and HpUpdater together and add logger 2020-04-22 19:33:42 +02:00
Jean-Claude 0bd9684348
NEW: Ip change detector 2020-04-22 19:32:43 +02:00
Jean-Claude cac0363daf
NEW: Move hostpoint updater to dedicated class 2020-04-22 19:31:53 +02:00
Jean-Claude 3dc5009ac9
NEW: Basic login and altering of the record settings using selenium 2020-04-21 23:57:27 +02:00
Jean-Claude c900582307
NEW: Reverse engineer token handling 2020-04-15 20:46:11 +02:00
Jean-Claude a672e0fa23
INCOMPLETE: Login system 2020-04-15 16:15:45 +02:00