Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sun Aug 7 23:39:44 2022 +0200

    feat: start service with pid file
This commit is contained in:
Robert Kaussow 2022-08-07 21:46:52 +00:00
parent 5df2456afc
commit 89a586ac15
1 changed files with 9 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Setup a [Gitea](https://gitea.io/en-us/) git server. Gitea is a community manage
- [gitea_repository_upload_max_files](#gitea_repository_upload_max_files)
- [gitea_repository_upload_max_filesize](#gitea_repository_upload_max_filesize)
- [gitea_repository_use_compat_ssh_uri](#gitea_repository_use_compat_ssh_uri)
- [gitea_run_dir](#gitea_run_dir)
- [gitea_run_mode](#gitea_run_mode)
- [gitea_secret](#gitea_secret)
- [gitea_selinux_fcontext](#gitea_selinux_fcontext)
@ -989,6 +990,14 @@ Force ssh:// clone url instead of scp-style uri when default SSH port is used
gitea_repository_use_compat_ssh_uri: false
```
### gitea_run_dir
#### Default value
```YAML
gitea_run_dir: '{{ gitea_base_dir }}/run'
```
### gitea_run_mode
#### Default value