mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Add clarifying comment about /etc/gitea write permissions
This commit is contained in:
parent
d30cc24f44
commit
86cd88de73
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
||||||
|
|
||||||
# Configure Gitea
|
# Configure Gitea
|
||||||
|
|
||||||
|
# For security reasons, the Gitea developers recommend removing group write
|
||||||
|
# permissions from /etc/gitea/ and /etc/gitea/app.ini after the first run of
|
||||||
|
# Gitea. User gitea needs write permissions during the first run but not
|
||||||
|
# subsequent runs.
|
||||||
|
|
||||||
- name: Create Gitea config directory
|
- name: Create Gitea config directory
|
||||||
file:
|
file:
|
||||||
path: /etc/gitea
|
path: /etc/gitea
|
||||||
|
|
Loading…
Reference in a new issue