Browse Source

docs: document setup with read-only config (#6348)

for-closed-social
nodiscc 5 years ago
committed by techknowlogick
parent
commit
0f54f42646
2 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/content/doc/installation/from-binary.en-us.md
  2. +0
    -0
      docs/content/doc/usage/command-line.en-us.md

+ 1
- 0
docs/content/doc/installation/from-binary.en-us.md View File

@ -82,6 +82,7 @@ chmod 770 /etc/gitea
chmod 750 /etc/gitea
chmod 644 /etc/gitea/app.ini
```
If you don't want the web installer to be able to write the config file at all, it is also possible to make the config file read-only for the gitea user (owner/group `root:root`, mode `0660`), and set `INSTALL_LOCK = true`. In that case all database configuration details must be set beforehand in the config file, as well as the `SECRET_KEY` and `INTERNAL_TOKEN` values. See the [command line documentation]({{< relref "doc/usage/command-line.en-us.md" >}}) for information on using `gitea generate secret INTERNAL_TOKEN`.
### Configure Gitea's working directory

docs/content/doc/usage/command-line.md → docs/content/doc/usage/command-line.en-us.md View File


Loading…
Cancel
Save