fix: permissions issues
This commit is contained in:
parent
647c8e5762
commit
3e0f409f13
@ -36,3 +36,11 @@ cp ./gitea-docker-compose.yml /home/git/docker-compose.yml
|
|||||||
cp ./gitea-app.ini /home/git/config/app.ini
|
cp ./gitea-app.ini /home/git/config/app.ini
|
||||||
|
|
||||||
chown -R git:git /home/git
|
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
|
||||||
|
@ -7,7 +7,7 @@ RUN_MODE = prod
|
|||||||
DOMAIN = localhost
|
DOMAIN = localhost
|
||||||
SSH_DOMAIN = localhost
|
SSH_DOMAIN = localhost
|
||||||
HTTP_PORT = 3000
|
HTTP_PORT = 3000
|
||||||
ROOT_URL = git.orionkindel.com
|
; ROOT_URL = git.orionkindel.com
|
||||||
DISABLE_SSH = false
|
DISABLE_SSH = false
|
||||||
SSH_PORT = 22
|
SSH_PORT = 22
|
||||||
SSH_LISTEN_PORT = 22
|
SSH_LISTEN_PORT = 22
|
||||||
|
Loading…
Reference in New Issue
Block a user