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.*