-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scaleway.com
#660
Comments
I just added a guide (in 4fb6388) on how to add a new provider (and setup your environment for development etc.): https://github.com/qdm12/ddns-updater/blob/master/.github/CONTRIBUTING.md#add-a-new-dns-provider It should not be too hard to contribute, it's mostly a single file to update and match the provider API 😉 |
Hi @qdm12 ! It took me quite long (almost 1 year!) but I finally found the time to contribute. I tried on my local machine using docker and my scaleway account, and it works. I only have issues with this error
But I have seen that this is a known issue, and it doesn't relate to my implementation. PR: #899 |
Happy new year! 🎆
Yeah you need to change the ownership and/or permissions of the files you bind mount, usually this does it on your host: chown -R 1000 data
chmod -R u+r+w+x data |
Yes, I read that in the documentation and used it, but it didn't help. Not sure if perhaps on mac OS something is different. |
Add support for Scaleway DNS provider.
Here the link to its API to update the DNS records.
I would be happy to contribute, if someone could guide me a little.
The text was updated successfully, but these errors were encountered: