Gitea -> Forgejo

This commit is contained in:
Neale Pickett 2023-01-07 15:30:03 -07:00
parent b54e137b2e
commit 47e40fbe41
3 changed files with 12 additions and 10 deletions

View File

@ -10,7 +10,7 @@
}
git.woozle.org {
reverse_proxy gitea:3000
reverse_proxy forgejo:3000
}
drive.woozle.org {

View File

@ -156,14 +156,14 @@ services:
source: /srv/incoming
target: /srv/incoming
gitea:
image: gitea/gitea:1
environment:
USER_UID: 1000
USER_GID: 1000
forgejo:
image: codeberg.org/forgejo/forgejo:1.18-rootless
configs:
- source: forgejo.ini
target: /etc/gitea/app.ini
volumes:
- type: bind
source: /srv/sys/gitea
source: /srv/sys/forgejo
target: /data
- type: bind
source: /etc/timezone
@ -275,10 +275,10 @@ configs:
name: Corefile-v2
Caddyfile:
file: Caddyfile
name: Caddyfile-v80
name: Caddyfile-v81
index.html:
file: www/index.html
name: index.html-v32
name: index.html-v35
index.mjs:
file: www/index.mjs
name: index.mjs-v1
@ -288,6 +288,9 @@ configs:
browser.html:
file: www/browser.html
name: browser.html-v3
forgejo.ini:
file: forgejo.ini
name: forgejo.ini-v1
secrets:
passwd:

View File

@ -21,7 +21,6 @@
<a href="/transmission/web/" data-icon="/transmission/web/style/transmission/images/logo.png" title="BitTorrent downloader">BitTorrent</a>
<hr>
<a href="/octoprint/" data-icon="/octoprint/static/img/logo.png" title="3D Printer Front-End">Octoprint</a>
<a href="/wallart/" data-icon="/wallart/wallart.png" title="Wall Art uploader">Wall Art</a>
<!-- Items that launch a new tab don't appear in the top menu -->
<a href="https://git.woozle.org" target="_blank" data-icon="https://git.woozle.org/assets/img/logo.svg" title="Git repositories">Git</a>