From 228e82cc43acec9591fffa9cfb9765557c1b5f27 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Thu, 23 Jul 2026 18:39:10 -0400 Subject: [PATCH] Cleanup AI junk --- IdentityFile ~/.ssh/your-key | 22 ------------------- .../productivity-and-creation/forgejo.md | 21 ++++++++++++++++++ 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 IdentityFile ~/.ssh/your-key diff --git a/IdentityFile ~/.ssh/your-key b/IdentityFile ~/.ssh/your-key deleted file mode 100644 index e6631b1..0000000 --- a/IdentityFile ~/.ssh/your-key +++ /dev/null @@ -1,22 +0,0 @@ - -## Package Registry - -Forgejo includes a package registry for sharing binaries, Docker images, and other artifacts: - -- **Docker:** `docker pull weaver.mynest.love/nest/your-image:tag` -- **npm/go/python:** Configure your package manager to authenticate with your Forgejo token (generate one under **Settings → Applications → Generate Token**). - -## Tips - -- **Two-factor auth:** While passkeys handle SSO, enable 2FA in Forgejo settings for an extra layer of security on the git server itself. -- **Actions:** Use `.forgejo/workflows/` in your repo to define CI pipelines (compatible with GitHub Actions syntax). -- **Webhooks:** Set up webhooks to trigger external services when you push code. - -## Related Services - -- [Semaphore](https://semaphore.k3s.home.nest) — Ansible automation UI for infrastructure management -- [Keycloak](../technical/security-and-identity.md) — Powers SSO and group-based access control - ---- - -*TODO: Add screenshot of Forgejo repository view with a sample project.* diff --git a/documentation/user-facing/productivity-and-creation/forgejo.md b/documentation/user-facing/productivity-and-creation/forgejo.md index fcbfa6d..f665783 100644 --- a/documentation/user-facing/productivity-and-creation/forgejo.md +++ b/documentation/user-facing/productivity-and-creation/forgejo.md @@ -36,3 +36,24 @@ HTTP Git is disabled for security — use SSH only. Add your public key to your Example `~/.ssh/config` entry: +## Package Registry + +Forgejo includes a package registry for sharing binaries, Docker images, and other artifacts: + +- **Docker:** `docker pull weaver.mynest.love/nest/your-image:tag` +- **npm/go/python:** Configure your package manager to authenticate with your Forgejo token (generate one under **Settings → Applications → Generate Token**). + +## Tips + +- **Two-factor auth:** While passkeys handle SSO, enable 2FA in Forgejo settings for an extra layer of security on the git server itself. +- **Actions:** Use `.forgejo/workflows/` in your repo to define CI pipelines (compatible with GitHub Actions syntax). +- **Webhooks:** Set up webhooks to trigger external services when you push code. + +## Related Services + +- [Semaphore](https://semaphore.k3s.home.nest) — Ansible automation UI for infrastructure management +- [Keycloak](../technical/security-and-identity.md) — Powers SSO and group-based access control + +--- + +*TODO: Add screenshot of Forgejo repository view with a sample project.*