move gitea to forge, test dark theme

This commit is contained in:
tengel 2024-07-14 09:42:29 -05:00
parent 0c57aa32c6
commit 9166e3b73d
5 changed files with 20 additions and 17 deletions

View file

@ -15,10 +15,10 @@ RestartSec=2s
Type=simple
User=git
Group=git
WorkingDirectory=/var/xyzzy/gitea/
WorkingDirectory=/var/xyzzy/forge/
ExecStart=/var/xyzzy/bin/gitea web --config /var/xyzzy/etc/gitea/app.ini
Restart=always
Environment=USER=git HOME=/var/xyzzy/git GITEA_WORK_DIR=/var/xyzzy/gitea
Environment=USER=git HOME=/var/xyzzy/git GITEA_WORK_DIR=/var/xyzzy/forge
Environment=PATH=/var/xyzzy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# If you want to bind Gitea to a port below 1024, uncomment
# the two values below, or use socket activation to pass Gitea its ports as above