Update outline.xml
This commit is contained in:
parent
8628fc5ee1
commit
b657bca670
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Authentication used in the docker template is OpenID https://medium.com/@Lola_Da
|
||||||
<Requires>Postgres
|
<Requires>Postgres
|
||||||
Redis
|
Redis
|
||||||
Authentication - https://docs.getoutline.com/s/hosting/doc/authentication-7ViKRmRY5o https://github.com/outline/outline/blob/main/.env.sample https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090</Requires>
|
Authentication - https://docs.getoutline.com/s/hosting/doc/authentication-7ViKRmRY5o https://github.com/outline/outline/blob/main/.env.sample https://medium.com/@Lola_Dam/guide-for-installing-outline-with-authelia-as-an-openid-provider-129a141f6090</Requires>
|
||||||
<Config Name="Data Path" Target="/var/lib/outline/data" Default="" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/outline</Config>
|
<Config Name="Data Path" Target="/var/lib/outline/data" Default="" Mode="rw" Description="Data Path For it to work &lt;p&gt;chown 1001 /mnt/user/appdata/outline/&lt;/p&gt;" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/outline</Config>
|
||||||
<Config Name="Port HTTP" Target="3000" Default="3000" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3000</Config>
|
<Config Name="Port HTTP" Target="3000" Default="3000" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">3000</Config>
|
||||||
<Config Name="SECRET_KEY" Target="SECRET_KEY" Default="" Mode="" Description="Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`" Type="Variable" Display="always" Required="true" Mask="false">generate_a_new_key</Config>
|
<Config Name="SECRET_KEY" Target="SECRET_KEY" Default="" Mode="" Description="Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`" Type="Variable" Display="always" Required="true" Mask="false">generate_a_new_key</Config>
|
||||||
<Config Name="UTILS_SECRET" Target="UTILS_SECRET" Default="" Mode="" Description="Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`" Type="Variable" Display="always" Required="true" Mask="false">generate_a_new_key</Config>
|
<Config Name="UTILS_SECRET" Target="UTILS_SECRET" Default="" Mode="" Description="Generate a hex-encoded 32-byte random key. You could use `openssl rand -hex 32`" Type="Variable" Display="always" Required="true" Mask="false">generate_a_new_key</Config>
|
||||||
|
|
Loading…
Reference in a new issue