mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
scaleway.com
#376
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @francesco086 on GitHub (Feb 27, 2024).
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.
@qdm12 commented on GitHub (Feb 29, 2024):
I just added a guide (in 4fb6388b32d3fc6a343d6540f40058374db16670) 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 😉
Feel free to comment if you encounter any roadblock or question, happy to help 💯
@francesco086 commented on GitHub (Jan 1, 2025):
Hi @qdm12 !
It took me quite long (almost 1 year!) but I finally found the time to contribute.
Better late than never, right? Happy new year 😉 😜
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: https://github.com/qdm12/ddns-updater/pull/899
@qdm12 commented on GitHub (Jan 1, 2025):
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:
@francesco086 commented on GitHub (Jan 2, 2025):
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.
@Neustradamus commented on GitHub (Feb 27, 2025):
@francesco086: Can you check for BookMyName (same company)?
Thanks in advance.
@francesco086 commented on GitHub (Feb 27, 2025):
Hi @Neustradamus , I had a quick look. It seems very different from
scaleway.com. I don't think I can help you with that.