mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 11:54:00 +02:00
Fix quotes.
This commit is contained in:
parent
564fc9e6b3
commit
87aa8f9b43
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
# v0.21 2018-08-14
|
# v0.21 2018-08-14
|
||||||
|
|
||||||
* Add trusted URL and browser-policy optios.
|
* Add trusted URL and browser-policy optios.
|
||||||
|
* Fix quotes.
|
||||||
|
|
||||||
Thanks to GitHub user xet7 for contributions.
|
Thanks to GitHub user xet7 for contributions.
|
||||||
|
|
||||||
|
|
|
@ -121,22 +121,22 @@ services:
|
||||||
# == WEKAN API ==
|
# == WEKAN API ==
|
||||||
# Wekan Export Board works when WITH_API='true'.
|
# Wekan Export Board works when WITH_API='true'.
|
||||||
# If you disable Wekan API, Export Board does not work.
|
# If you disable Wekan API, Export Board does not work.
|
||||||
- WITH_API='true'
|
- WITH_API=true
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
## Optional: Integration with Matomo https://matomo.org that is installed to your server
|
## Optional: Integration with Matomo https://matomo.org that is installed to your server
|
||||||
## The address of the server where Matomo is hosted:
|
## The address of the server where Matomo is hosted:
|
||||||
# - MATOMO_ADDRESS='https://example.com/matomo'
|
# - MATOMO_ADDRESS=https://example.com/matomo
|
||||||
## The value of the site ID given in Matomo server for Wekan
|
## The value of the site ID given in Matomo server for Wekan
|
||||||
# - MATOMO_SITE_ID='123456789'
|
# - MATOMO_SITE_ID=123456789
|
||||||
## The option do not track which enables users to not be tracked by matomo"
|
## The option do not track which enables users to not be tracked by matomo"
|
||||||
# - MATOMO_DO_NOT_TRACK='false'
|
# - MATOMO_DO_NOT_TRACK=false
|
||||||
## The option that allows matomo to retrieve the username:
|
## The option that allows matomo to retrieve the username:
|
||||||
# - MATOMO_WITH_USERNAME='true'
|
# - MATOMO_WITH_USERNAME=true
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.
|
# Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.
|
||||||
# Setting this to false is not recommended, it also disables all other browser policy protections
|
# Setting this to false is not recommended, it also disables all other browser policy protections
|
||||||
# and allows all iframing etc. See wekan/server/policy.js
|
# and allows all iframing etc. See wekan/server/policy.js
|
||||||
- BROWSER_POLICY_ENABLED='true'
|
- BROWSER_POLICY_ENABLED=true
|
||||||
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
|
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
|
||||||
- TRUSTED_URL=''
|
- TRUSTED_URL=''
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue