| Commit message (Collapse) | Author | Files | Lines |
|
See https://github.com/fcuny/gh-ssh-keys
|
|
This can be useful if I need to import a SSH key to one of the
forge (only GitHub is supported for now).
Change-Id: Ieb5143a670cd75f1fbe51c0f3ae763dd1d667bef
Reviewed-on: https://cl.fcuny.net/c/world/+/449
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
|
|
Integrate properly the tool `dnsupdate` with flake.nix, by adding a
default.nix inside its directory.
Having all the tools under a directory named `tools` is easier to reason
about. I don't need a go.mod at the top level directory either, each
tool will have its own.
|
|
I'm using fcuny.xyz as a domain to run a number of services on a host
using the IP provided by Tailscale.
Instead of manually updating the DNS configuration in the console every
time I create a new subdomain, let's do this with a small program.
The program query Tailscale API to get the IP address of the host
`tahoe`, and then query the DNS API to see if anything is missing or is
mis-configured. If it's the case, it will resolve the problems.
|