David Stapp
David Stapp
Hey, updating through the updater within Nextcloud will update the database and the filesystem but the change is not persistent, as always with Docker containers. Upon recreation (e.g. when a...
Looks like the ddns server is not correctly set up as a DNS to serve your zone dyndns.XX.de. In the DNS configuration of your domain provider (of XX.de), it should...
Hey, thanks for the request. The correct way of handling this would be using the X-Forwarded-For header where traefik would provide the requests origin IP address. However this is currently...
Hey, did you put the url in quotes using curl? Seems like domain is not part of the query string which is normal if you don‘t quote it because &...
Now that you say it.. this isn't possible yet. But good point, I think there should be some command-line interface to list and edit/delete existing pointers. I will add this...
Hey @Golit thanks for that huge contribution. I'll have a look at it as soon as I find some time for that!
Hey, sorry for the long delay. Did you get it working by now? Otherwise I'd need some more details about your setup.
Hey, nope sorry. Currently only A and AAAA are supported. But if anyone would like to provide this functionality, feel free to open a PR.
I'm running docker-ddns behind Caddy as well, there's nothing special: ``` asd { header / { Strict-Transport-Security "max-age=31536000;" Referrer-Policy "strict-origin-when-cross-origin" X-Content-Type-Options "nosniff" X-Frame-Options "DENY" X-XSS-Protection "1; mode=block" -Server } proxy...
Right now this is not possible, if I recall correctly. I'll have a look what is needed to adjust and then let you know if I can adjust this easily....