Docker/Gitea/docker-compose.yaml aktualisiert

This commit is contained in:
2025-04-09 23:39:46 +02:00
parent a4d2cebce9
commit ed0adebb0b

View File

@ -1,7 +1,7 @@
# mkdir -p /opt/stack/gitea/{data,ssh} # mkdir -p /opt/stack/gitea/{data,ssh}
#In order to allow SSH key authentication with Gitea, youll need to create an empty # In order to allow SSH key authentication with Gitea, you need to create an empty
#authorized keys file that Gitea will use for persistent key storage. # authorized keys file that Gitea will use for persistent key storage.
# touch /opt/stack/gitea/ssh/authorized_keys # touch /opt/stack/gitea/ssh/authorized_keys
# Next, change the permissions on this file so that its read+write for the owner only. # Next, change the permissions on this file so that its read+write for the owner only.