aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2026-03-09-forgejo-setup-notes.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2026-03-28 00:22:08 -0400
committerPaul Duncan <pabs@pablotron.org>2026-03-28 00:22:08 -0400
commit6e189ac3ffe2827e9625ae8b9c6df709d12b53a5 (patch)
tree35d5700fce0b80b71ed019e646000a80d1e42478 /content/posts/2026-03-09-forgejo-setup-notes.md
parent24d8775083264e5075cea439382a6c574d7ab14f (diff)
downloadpablotron.org-6e189ac3ffe2827e9625ae8b9c6df709d12b53a5.tar.xz
pablotron.org-6e189ac3ffe2827e9625ae8b9c6df709d12b53a5.zip
content/posts: add montgomerys-ladder draft and forgejo-setup-notes draft
Diffstat (limited to 'content/posts/2026-03-09-forgejo-setup-notes.md')
-rw-r--r--content/posts/2026-03-09-forgejo-setup-notes.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/content/posts/2026-03-09-forgejo-setup-notes.md b/content/posts/2026-03-09-forgejo-setup-notes.md
new file mode 100644
index 0000000..a0f3d6c
--- /dev/null
+++ b/content/posts/2026-03-09-forgejo-setup-notes.md
@@ -0,0 +1,34 @@
+---
+slug: forgejo-setup-notes
+title: "Forgejo Setup Notes"
+date: "2026-03-09T03:15:27-04:00"
+draft: true
+---
+
+pros:
+- great UI
+- most of the stuff i really care about, except gists
+- easier to set up than gitlab
+- much faster than gitlab
+- used by codeberg.org
+
+cons:
+- no gists
+- finicky runner setup
+- instructions are good, not great
+
+other:
+
+- see gist for notes about forgejo, and podman command
+- rootless podman runners on odroid n2l w/armbian, pi5, and
+ debian
+- runner running in rootless podman as runner user
+ - note about podman socket and enable-linger
+ - systemd service (plus config override)
+ - custom config to enable host networking
+ - armbian: install nft
+ - ubuntu-latest label (use ubuntu-act)
+- TODO: see notes/{pi,k3,x1}.txt
+- TODO: actions/cache <https://code.forgejo.org/actions/cache>
+- runner multi-connect:
+ <https://forgejo.org/2026-02-monthly-report/#forgejo-runner-v1270>