Compare commits
3 commits
7dfa85c08f
...
ee42ceb023
Author | SHA1 | Date | |
---|---|---|---|
ee42ceb023 | |||
5c3fcd7c39 | |||
e9638871c9 |
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
- [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.
|
- [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/).
|
- [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
|
## Images
|
||||||
- [StarCat Systems](https://starcat.systems) landing page background - generated with [Haikei](https://haikei.app/).
|
- [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).
|
- [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
|
## Fonts
|
||||||
-
|
-
|
|
@ -2,12 +2,18 @@
|
||||||
|
|
||||||
We use a self-hosted Forgejo instance for our Git source code hosting.
|
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)
|
**URL**: [:simple-forgejo: git.starcat.systems](https://git.starcat.systems)
|
||||||
**Homepage**: [:octicons-link-external-16: forgejo.org](https://forgejo.org/)
|
**Homepage**: [:octicons-link-external-16: forgejo.org](https://forgejo.org/)
|
||||||
**Hosting**: [:octicons-arrow-right-16: Hetzner](../servers_and_hosting/hetzner.md) :flag_fi: `HEL`
|
**Hosting**: [:octicons-arrow-right-16: Hetzner](../servers_and_hosting/hetzner.md) :flag_fi: `HEL`
|
||||||
**Project group**: `SCsys_hosted`
|
**Project group**: `SCsys_hosted`
|
||||||
**Configuration repo**: [:simple-forgejo: starcat-infra/git-server](https://git.starcat.systems/starcat-infra/git-server)
|
**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"
|
!!! example "Work in Progress"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue