mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-02 07:45:05 +00:00
First working version, tests follow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[program:gogs]
|
||||
directory=/home/git/gogs
|
||||
command=/home/git/gogs/gogs web -c /run/gogs/app.ini -p 3000
|
||||
[program:gitea]
|
||||
directory=/home/git/gitea
|
||||
command=/home/git/gitea/gitea web -c /run/gitea/app.ini -p 3000
|
||||
user=git
|
||||
autostart=true
|
||||
autorestart=true
|
@@ -1,6 +1,6 @@
|
||||
[program:sshd]
|
||||
directory=/
|
||||
command=/usr/sbin/sshd -f /run/gogs/sshd_config -D
|
||||
command=/usr/sbin/sshd -f /run/gitea/sshd_config -D
|
||||
user=root
|
||||
autostart=true
|
||||
autorestart=true
|
||||
|
Reference in New Issue
Block a user