diff --git a/config.yaml b/config.yaml index 8df132e7..09d2b5eb 100644 --- a/config.yaml +++ b/config.yaml @@ -25,12 +25,15 @@ params: - css/custom.css social: + - name: Email + icon: at-sign + url: 'mailto:me@davegallant.ca' + - name: LinkTree + icon: compass + url: 'https://linktr.ee/davegallant' - name: GitHub icon: github url: 'https://github.com/davegallant' - - name: Twitter - icon: twitter - url: 'https://twitter.com/davega11ant/' - name: Mastodon icon: speaker url: https://mastodon.social/@davegallant diff --git a/content/post/setting-up-gitea-actions-with-tailscale/index.md b/content/post/setting-up-gitea-actions-with-tailscale/index.md index 14979fa5..2ea46333 100644 --- a/content/post/setting-up-gitea-actions-with-tailscale/index.md +++ b/content/post/setting-up-gitea-actions-with-tailscale/index.md @@ -134,9 +134,9 @@ http: - url: "http://gitea:3000" ``` -Something to consider is whether or not you want to use ssh with git. One method of getting this to work with containers is to use [ssh container passthrough](https://docs.gitea.com/installation/install-with-docker#ssh-container-passthrough). I decided to keep it simple and not use ssh, since communicating over https is perfectly fine for my use case. +Something to consider is whether or not you want to use ssh with git. One method to get this to work with containers is to use [ssh container passthrough](https://docs.gitea.com/installation/install-with-docker#ssh-container-passthrough). I decided to keep it simple and not use ssh, since communicating over https is perfectly fine for my use case. -After adding the above configuration, running `docker compose up -d` should be enough to get an instance up and running. It will be accessible at [https://gitea.my-tailnet-name.ts.net](https://gitea.my-tailnet-name.ts.net) from within your tailnet. +After adding the above configuration, running `docker compose up -d` should be enough to get an instance up and running. It will be accessible at [https://gitea.my-tailnet-name.ts.net](https://gitea.my-tailnet-name.ts.net) from within the tailnet. ## Connecting a Runner diff --git a/public/about/index.html b/public/about/index.html index a5c8960a..884463c5 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -10,7 +10,6 @@ - @@ -112,8 +111,9 @@