Commit Graph

  • 41c70a22ce
    👌 IMPROVE: allow specifying the A records to update - this allows to explicitely define which A records to update rather than just modifying the two last ones - the records are defined by their complete (sub)domain in a comma separated list as environment variable 'Records' Jonas Sulzer 2020-12-19 15:08:11 +0100
  • a2999c3d93 Merge branch 'feature/allow-specifying-domain' of jonas/DynDns into master master Jean-Claude 2020-12-19 14:50:48 +0100
  • 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' Jonas Sulzer 2020-12-18 23:55:25 +0100
  • 289f5abbf0 Merge branch 'fix/build-n-run-issues' of jonas/DynDns into master Jean-Claude 2020-12-19 08:53:35 +0100
  • 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 Jonas Sulzer 2020-12-18 23:43:36 +0100
  • 67d8eda971
    NEW: Docker-compose file Jean-Claude 2020-04-23 14:42:16 +0200
  • b2b344af60
    NEW: Dockerfile Jean-Claude 2020-04-23 14:30:00 +0200
  • 4a1860f387
    Move files to src folder, and virtuel display for firefox and adjust paths Jean-Claude 2020-04-23 14:27:07 +0200
  • 164774ab3a
    FIX: Shebang Jean-Claude 2020-04-22 19:50:09 +0200
  • a48dc419df
    FIX: Read credentials from env variables Jean-Claude 2020-04-22 19:48:20 +0200
  • 0ad32183e3
    NEW: Bring IpManager and HpUpdater together and add logger Jean-Claude 2020-04-22 19:33:42 +0200
  • 0bd9684348
    NEW: Ip change detector Jean-Claude 2020-04-22 19:32:43 +0200
  • cac0363daf
    NEW: Move hostpoint updater to dedicated class Jean-Claude 2020-04-22 19:31:53 +0200
  • 3dc5009ac9
    NEW: Basic login and altering of the record settings using selenium Jean-Claude 2020-04-21 23:57:27 +0200
  • c900582307
    NEW: Reverse engineer token handling Jean-Claude 2020-04-15 20:46:11 +0200
  • a672e0fa23
    INCOMPLETE: Login system Jean-Claude 2020-04-15 16:15:45 +0200