4 Commits

Author SHA1 Message Date
renovate[bot]
2af87ddd3a Merge 9be2905d09 into 54de6a38c8 2024-03-19 00:38:39 +00:00
Dave Gallant
54de6a38c8 Add gitea.snake-cloud.ts.net 2024-03-18 20:37:46 -04:00
Dave Gallant
e89222a64e Fix GA 2024-02-24 11:53:51 -05:00
renovate[bot]
9be2905d09 Add renovate.json 2024-01-13 22:37:15 +00:00
5 changed files with 16 additions and 3 deletions

View File

@@ -1,17 +1,20 @@
baseURL: /
googleAnalytics: G-V8WJDERTX9
copyright: Dave Gallant
title: davegallant.ca
enableGitInfo: true
enableRobotsTXT: true
services:
googleAnalytics:
ID: G-V8WJDERTX9
build:
noJSConfigInAssets: true
writeStats: true
params:
author: Dave Gallant
subtitle:
subtitle:
description: "Dave Gallant is a software developer and a computer enthusiast."
logo:

View File

@@ -15,7 +15,7 @@ If you would like to connect with me:
- [Mastodon](https://mastodon.social/@davegallant)
- [GitHub](https://github.com/davegallant)
- [RSS Feed](https://davegallant.ca/index.xml)
- [git.davegallant.ca](https://git.davegallant.ca/explore/repos)
- [gitea.snake-cloud.ts.net](https://gitea.snake-cloud.ts.net/explore/repos)
## Credits

View File

@@ -185,3 +185,5 @@ One enhancement that I would like to see is the ability to send notifications on
Gitea Actions are fast and the resource footprint is minimal. My gitea instance is currently using around 250mb of memory and a small fraction of a single cpu core (and the runner is using a similar amount of resources). This is impressive since many alternatives tend to require substantially more resources. It likely helps that the codebase is largely written in go.
By combining gitea with the networking marvel that is tailscale, running workflows becomes simple and fun. Whether you are working on a team or working alone, this setup ensures that your workflows are securely accessible from anywhere with an internet connection.
Check out my gitea instance exposed via Funnel [here](https://gitea.snake-cloud.ts.net).

View File

@@ -5,3 +5,5 @@
data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}'
></script>
<!-- End Cloudflare Web Analytics -->
{{ template "_internal/google_analytics.html" . }}

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}