fix: permissions issues

This commit is contained in:
Orion Kindel 2023-05-18 22:51:02 -05:00
parent 647c8e5762
commit 3e0f409f13
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719
2 changed files with 9 additions and 1 deletions

View File

@ -36,3 +36,11 @@ cp ./gitea-docker-compose.yml /home/git/docker-compose.yml
cp ./gitea-app.ini /home/git/config/app.ini
chown -R git:git /home/git
chown -R git:git /home/git/data
chown -R git:git /home/git/data/git
chown -R git:git /home/git/config
chmod -R 777 /home/git
chmod -R 777 /home/git/data
chmod -R 777 /home/git/data/git
chmod -R 777 /home/git/config

View File

@ -7,7 +7,7 @@ RUN_MODE = prod
DOMAIN = localhost
SSH_DOMAIN = localhost
HTTP_PORT = 3000
ROOT_URL = git.orionkindel.com
; ROOT_URL = git.orionkindel.com
DISABLE_SSH = false
SSH_PORT = 22
SSH_LISTEN_PORT = 22