diff --git a/README.md b/README.md index 58d1d94..44063f7 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,13 @@ The pieces that make up the git.starcat.systems Forgejo server. -## Contents +Contents: - `forgejo`: - `app_ini` > `app.ini`: the Forgejo configuration file - `custom`: customizations/tweaks made to Forgejo's appearance - `caddy`: - `Caddyfile`: the Caddy server configuration (reverse proxies Forgejo) -## Making changes to Forgejo -1. Stop Forgejo: `sudo systemctl stop forgejo.service` -2. Upload new images/files (SFTP is probably easiest) -3. Chdir to the destination: `cd /var/lib/forgejo/custom/public/assets/img` -4. Change file permissions: `chown git:git apple-touch-icon.png favicon.png favicon.svg logo.png logo.svg` -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. diff --git a/forgejo/custom/public/assets/img/apple-touch-icon.png b/forgejo/custom/public/assets/img/apple-touch-icon.png index aec3cdb..f138af6 100644 Binary files a/forgejo/custom/public/assets/img/apple-touch-icon.png and b/forgejo/custom/public/assets/img/apple-touch-icon.png differ diff --git a/forgejo/custom/public/assets/img/favicon.png b/forgejo/custom/public/assets/img/favicon.png index f9d27d2..e4c2473 100644 Binary files a/forgejo/custom/public/assets/img/favicon.png and b/forgejo/custom/public/assets/img/favicon.png differ diff --git a/forgejo/custom/public/assets/img/favicon.svg b/forgejo/custom/public/assets/img/favicon.svg index 0baeb96..f1f9b3c 100644 --- a/forgejo/custom/public/assets/img/favicon.svg +++ b/forgejo/custom/public/assets/img/favicon.svg @@ -1,11 +1,13 @@ - - - + + + + + \ No newline at end of file diff --git a/forgejo/custom/public/assets/img/logo.png b/forgejo/custom/public/assets/img/logo.png index 961d8d1..e4c2473 100644 Binary files a/forgejo/custom/public/assets/img/logo.png and b/forgejo/custom/public/assets/img/logo.png differ diff --git a/forgejo/custom/public/assets/img/logo.svg b/forgejo/custom/public/assets/img/logo.svg index a6a501c..00aa34e 100644 --- a/forgejo/custom/public/assets/img/logo.svg +++ b/forgejo/custom/public/assets/img/logo.svg @@ -1,27 +1,12 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + \ No newline at end of file