From 2640d765b5d35b52a52695489195b48612937610 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Wed, 7 May 2025 15:12:25 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58d1d94..cbbe495 100644 --- a/README.md +++ b/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: + +[![Main Forge Badge](https://img.shields.io/badge/git.starcat.systems-main-4BC61D?style=flat&logo=forgejo&logoColor=fff&logoSize=auto)](https://git.starcat.systems/starcat-infra/git-server) + +[![SourceHut Badge](https://img.shields.io/badge/sourcehut-mirror-blue?style=flat&logo=sourcehut&logoColor=fff&logoSize=auto)](https://git.sr.ht/~starcatsys/git-server) + +[![GitLab Badge](https://img.shields.io/badge/GitLab-mirror-blue?style=flat&logo=gitlab&logoColor=fff&logoSize=auto)](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. \ No newline at end of file +## 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. \ No newline at end of file