mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 15:52:26 -05:00
[docs/bugfix] Allow access to TMP directories in example AppArmor config (#2683)
* Remove trailing whitespace from example config * Update and extend example AppArmor profile
This commit is contained in:
parent
403f5c0528
commit
d8956d710e
2 changed files with 30 additions and 17 deletions
|
|
@ -296,7 +296,7 @@ instance-languages: []
|
|||
|
||||
# String. Federation mode to use for this instance.
|
||||
#
|
||||
# "blocklist" -- open federation by default. Only instances that are explicitly
|
||||
# "blocklist" -- open federation by default. Only instances that are explicitly
|
||||
# blocked will be denied (unless they are also explicitly allowed).
|
||||
#
|
||||
# "allowlist" -- closed federation by default. Only instances that are explicitly
|
||||
|
|
@ -468,7 +468,7 @@ media-remote-cache-days: 7
|
|||
|
||||
# String. 24hr time of day formatted as hh:mm.
|
||||
# Examples: ["14:30", "00:00", "04:00"]
|
||||
# Default: "00:00" (midnight).
|
||||
# Default: "00:00" (midnight).
|
||||
media-cleanup-from: "00:00"
|
||||
|
||||
# Duration. Period between media cleanup runs.
|
||||
|
|
@ -871,7 +871,7 @@ http-client:
|
|||
#
|
||||
# THIS SETTING SHOULD BE USED FOR TESTING ONLY! IF YOU TURN THIS
|
||||
# ON WHILE RUNNING IN PRODUCTION YOU ARE LEAVING YOUR SERVER WIDE
|
||||
# OPEN TO MAN IN THE MIDDLE ATTACKS! DO NOT CHANGE THIS SETTING
|
||||
# OPEN TO MAN IN THE MIDDLE ATTACKS! DO NOT CHANGE THIS SETTING
|
||||
# UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING AND WHY YOU'RE DOING IT.
|
||||
#
|
||||
# Default: false
|
||||
|
|
@ -1026,7 +1026,7 @@ advanced-sender-multiplier: 2
|
|||
# generate a correct Content-Security-Policy, you probably won't need
|
||||
# to ever touch this setting, but it's included in the 'spirit of more
|
||||
# configurable (usually) means more good'.
|
||||
#
|
||||
#
|
||||
# See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
|
||||
#
|
||||
# Example: ["s3.example.org", "some-bucket-name.s3.example.org"]
|
||||
|
|
@ -1048,4 +1048,4 @@ advanced-csp-extra-uris: []
|
|||
#
|
||||
# Options: ["block", "allow", ""]
|
||||
# Default: ""
|
||||
advanced-header-filter-mode: ""
|
||||
advanced-header-filter-mode: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue