feat: replace gitea by forgejo

This commit is contained in:
2026-03-03 01:09:48 +01:00
parent e19760d37e
commit c0de29a266
6 changed files with 38 additions and 97 deletions

View File

@@ -1,15 +0,0 @@
[Unit]
Description=Gitea (Git with a cup of tea)
After=network.target postgresql.service valkey.service
[Service]
RestartSec=2s
Type=simple
User=gitea
Group=gitea
WorkingDirectory=/var/lib/gitea/
ExecStart=/usr/local/bin/gitea web --config /etc/gitea/app.ini
Restart=always
[Install]
WantedBy=multi-user.target