Update git url
This commit is contained in:
parent
60b0c0a892
commit
dbd929d194
3 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@ menu_items = [
|
|||
{ name = "tags", url = "/tags/" },
|
||||
{ name = "rss", url = "/atom.xml" },
|
||||
{ name = "mastodon", url = "https://floss.social/@averywinters", external = true },
|
||||
{ name = "git", url = "https://git.averywinters.org/avery", external = true },
|
||||
{ name = "codeberg", url = "https://codeberg.org/averywinters", external = true },
|
||||
{ name = "github", url = "https://github.com/averywinters", external = true },
|
||||
{ name = "blogroll", url = "/blogroll.xml" },
|
||||
|
|
|
@ -57,7 +57,7 @@ being encrypted and authenticated isn't actually important for my purposes. This
|
|||
could just as easily use another tunneling protocol like [GRE][12], but I find
|
||||
WireGuard trivial to setup even if it adds some keys to manage.
|
||||
|
||||
[0]: https://codeberg.org/averywinters/home
|
||||
[0]: https://git.averywinters.org/avery/home
|
||||
[1]: https://en.wikipedia.org/wiki/TSIG
|
||||
[2]: https://letsencrypt.org/docs/challenge-types/#dns-01-challenge
|
||||
[3]: https://letsencrypt.org
|
||||
|
|
|
@ -169,4 +169,4 @@ new IP addresses as well! The code for my full server configs can be found [here
|
|||
[4]: https://en.wikipedia.org/wiki/Proxy_ARP
|
||||
[5]: https://en.wikipedia.org/wiki/Neighbor_Discovery_Protocol
|
||||
[6]: https://nixos.org
|
||||
[7]: https://codeberg.org/averywinters/home
|
||||
[7]: https://git.averywinters.org/avery/home
|
Loading…
Reference in a new issue