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 { git.woozle.org {
reverse_proxy gitea:3000 reverse_proxy forgejo:3000
} }
drive.woozle.org { drive.woozle.org {

View File

@ -156,14 +156,14 @@ services:
source: /srv/incoming source: /srv/incoming
target: /srv/incoming target: /srv/incoming
gitea: forgejo:
image: gitea/gitea:1 image: codeberg.org/forgejo/forgejo:1.18-rootless
environment: configs:
USER_UID: 1000 - source: forgejo.ini
USER_GID: 1000 target: /etc/gitea/app.ini
volumes: volumes:
- type: bind - type: bind
source: /srv/sys/gitea source: /srv/sys/forgejo
target: /data target: /data
- type: bind - type: bind
source: /etc/timezone source: /etc/timezone
@ -275,10 +275,10 @@ configs:
name: Corefile-v2 name: Corefile-v2
Caddyfile: Caddyfile:
file: Caddyfile file: Caddyfile
name: Caddyfile-v80 name: Caddyfile-v81
index.html: index.html:
file: www/index.html file: www/index.html
name: index.html-v32 name: index.html-v35
index.mjs: index.mjs:
file: www/index.mjs file: www/index.mjs
name: index.mjs-v1 name: index.mjs-v1
@ -288,6 +288,9 @@ configs:
browser.html: browser.html:
file: www/browser.html file: www/browser.html
name: browser.html-v3 name: browser.html-v3
forgejo.ini:
file: forgejo.ini
name: forgejo.ini-v1
secrets: secrets:
passwd: 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> <a href="/transmission/web/" data-icon="/transmission/web/style/transmission/images/logo.png" title="BitTorrent downloader">BitTorrent</a>
<hr> <hr>
<a href="/octoprint/" data-icon="/octoprint/static/img/logo.png" title="3D Printer Front-End">Octoprint</a> <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 --> <!-- 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> <a href="https://git.woozle.org" target="_blank" data-icon="https://git.woozle.org/assets/img/logo.svg" title="Git repositories">Git</a>