Update README.md
This commit is contained in:
parent
3d01aa091f
commit
2640d765b5
1 changed files with 13 additions and 5 deletions
18
README.md
18
README.md
|
@ -9,6 +9,17 @@ The pieces that make up the git.starcat.systems Forgejo server.
|
|||
- `caddy`:
|
||||
- `Caddyfile`: the Caddy server configuration (reverse proxies Forgejo)
|
||||
|
||||
## Code Mirrors
|
||||
Repo contents are automatically pushed to the following mirrors:
|
||||
|
||||
[](https://git.starcat.systems/starcat-infra/git-server)
|
||||
|
||||
[](https://git.sr.ht/~starcatsys/git-server)
|
||||
|
||||
[](https://gitlab.com/starcatsys-mirror/starcat-infra/git-server)
|
||||
|
||||
⚠️ **These mirrors are not routinely monitored.** All issues and pull requests should be directed to the [main forge](https://git.starcat.systems/starcat-infra/git-server).
|
||||
|
||||
## Making changes to Forgejo
|
||||
1. Stop Forgejo: `sudo systemctl stop forgejo.service`
|
||||
2. Upload new images/files (SFTP is probably easiest)
|
||||
|
@ -17,8 +28,5 @@ The pieces that make up the git.starcat.systems Forgejo server.
|
|||
5. Start Forgejo: `sudo systemctl start forgejo.service`
|
||||
6. Wait for Forgejo to start, then refresh the site and make sure that changes flow through. You may have to give it a bit and/or clear your cache.
|
||||
|
||||
> [!important]
|
||||
> **This repo is mirrored** between https://git.starcat.systems/starcat-infra/git-server and https://gitlab.com/starcatsys-mirror/starcat-infra/git-server. The version hosted on GitLab is a **read-only** version. Please use https://git.starcat.systems/starcat-infra/git-server for all interaction.
|
||||
|
||||
> [!note]
|
||||
> **An important note on licensing:** The changes and customizations to configurations, projects, and files in this repo are released under the MIT license. Other files, including those from Forgejo/Codeberg, Caddy, and images/logos may be released under different licenses.
|
||||
## Licensing Note
|
||||
The changes and customizations to configurations, projects, and files in this repo are released under the MIT license. Other files, including those from Forgejo/Codeberg, Caddy, and images/logos may be released under different licenses.
|
Loading…
Add table
Add a link
Reference in a new issue