Compare commits

..

3 commits

Author SHA1 Message Date
ee42ceb023
Update forgejo.md
Add break-glass local account enable info.
2025-07-07 11:29:08 -04:00
5c3fcd7c39
Update forgejo.md 2025-07-07 11:24:01 -04:00
e9638871c9
StarCat ID-Add background image, remove logo 2025-07-07 11:15:33 -04:00
2 changed files with 8 additions and 1 deletions

View file

@ -15,12 +15,13 @@ This site, and all StarCat Systems projects, products, and services make use of
- [PostLine](https://postline.email) logo - adapted from [Group Mail](https://thenounproject.com/icon/group-mail-1571732/) by [Smashicons](https://thenounproject.com/creator/smashicons/) from Noun Project.
- [OpenHost](https://openho.st) logo - adapted from [Blockchain](https://thenounproject.com/icon/blockchain-7881143/) by [Hermanto](https://thenounproject.com/creator/kak.her1992/) from Noun Project.
- [PostLine](https://postline.email) website icons - from [Octicons](https://octicons.github.com/) and [Material Design](https://pictogrammers.com/library/mdi/).
- StarCat ID logo - adapted from [ID badge](https://thenounproject.com/icon/id-badge-7183735/) by [Zach Hainsworth](https://thenounproject.com/creator/hainsworth.zach/) from Noun Project.
## Images
- [StarCat Systems](https://starcat.systems) landing page background - generated with [Haikei](https://haikei.app/).
- [StageLink](https://stagelink.cloud) landing page background - generated with [BGJar](https://bgjar.com).
- StarCat ID login page background - Adapted from photo by [Mike Yukhtenko](https://unsplash.com/@yamaicle) on [Unsplash](https://unsplash.com/photos/desert-at-night-a2kD4b0KK4s).
## Fonts
-

View file

@ -2,12 +2,18 @@
We use a self-hosted Forgejo instance for our Git source code hosting.
## Quick Reference
**URL**: [:simple-forgejo: git.starcat.systems](https://git.starcat.systems)
**Homepage**: [:octicons-link-external-16: forgejo.org](https://forgejo.org/)
**Hosting**: [:octicons-arrow-right-16: Hetzner](../servers_and_hosting/hetzner.md) :flag_fi: `HEL`
**Project group**: `SCsys_hosted`
**Configuration repo**: [:simple-forgejo: starcat-infra/git-server](https://git.starcat.systems/starcat-infra/git-server)
## Notes
### Disabling OIDC
By default, Forgejo is set up to force users to use Pocket (StarCat ID) to log in. In case Pocket is not working, we can change a line in `app.ini` to show the local login form. See [:simple-forgejo: `app.ini` line 79](https://git.starcat.systems/starcat-infra/git-server/src/commit/f802febff4ae34eceb312f538e867c1615471ca4/forgejo/app_ini/app.ini#L79). SSH to the server with a sudo-capable account, open `app.ini`, and change the line `ENABLE_INTERNAL_SIGNIN = false` to `ENABLE_INTERNAL_SIGNIN = true`, then restart Forgejo. Then, you can log in with a local break-glass account (see 1Password).
---
!!! example "Work in Progress"