This commit is contained in:
2026-01-02 00:23:49 -05:00
parent 4de498c5bd
commit e62a9e8010

View File

@@ -44,6 +44,13 @@ Enable Gitea to start on boot
sysrc gitea_enable="YES"
```
Create gitea user and group
``` sh
pw useradd gitea -c "Gitea" -d /var/db/gitea -s /usr/sbin/nologin
pw groupadd gitea
```
Create the Gitea required directories
``` sh