mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Add hugo-video
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "themes/hugo-video"]
|
||||
path = themes/hugo-video
|
||||
url = https://github.com/martignoni/hugo-video.git
|
@@ -7,7 +7,9 @@ preserveTaxonomyNames: true
|
||||
pygmentsstyle: "monokai"
|
||||
pygmentscodefences: false
|
||||
pygmentscodefencesguesssyntax: true
|
||||
theme: archie
|
||||
theme:
|
||||
- archie
|
||||
- hugo-video
|
||||
title: davegallant
|
||||
|
||||
params:
|
||||
|
Binary file not shown.
@@ -195,6 +195,10 @@ jobs:
|
||||
--limit ${{ matrix.host }}
|
||||
```
|
||||
|
||||
And voilà:
|
||||
|
||||
{{< video src="gitea-runner" >}}
|
||||
|
||||
## Conclusion
|
||||
|
||||
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 substantionally more resources (ahem, gitlab). It certainly doesn't hurt that the codebase is largely written in go.
|
Binary file not shown.
@@ -231,6 +231,11 @@ jobs:
|
||||
--inventory inventory
|
||||
--limit ${{ matrix.host }}
|
||||
</code></pre>
|
||||
<p>And voilà:</p>
|
||||
<video controls preload="auto" width="100%" playsinline class="html-video">
|
||||
<source src="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/gitea-runner.webm" type="video/webm">
|
||||
<span>Your browser doesn't support embedded videos, but don't worry, you can <a href="/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/gitea-runner.webm">download it</a> and watch it with your favorite video player!</span>
|
||||
</video>
|
||||
<h2 id="conclusion">Conclusion<a href="#conclusion" class="hanchor" ariaLabel="Anchor">#</a></h2>
|
||||
<p>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 substantionally more resources (ahem, gitlab). It certainly doesn’t hurt that the codebase is largely written in go.</p>
|
||||
<p>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.</p></section>
|
||||
|
1
themes/hugo-video
Submodule
1
themes/hugo-video
Submodule
Submodule themes/hugo-video added at 1b6b30e17a
Reference in New Issue
Block a user