mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-27 11:41:36 +00:00
Mention in docs and messages, that the env in docker-compose must not be quoted
Fixed issue #1453
This commit is contained in:
parent
9d438d7d97
commit
3de2c91d93
8 changed files with 61 additions and 14 deletions
|
|
@ -13712,7 +13712,19 @@ Buerklin-API Authentication server:
|
|||
<unit id="qZ_kgWT" name="system.trusted_hosts.unconfigured.suggestion">
|
||||
<segment state="translated">
|
||||
<source>system.trusted_hosts.unconfigured.suggestion</source>
|
||||
<target>Set it to a regular expression matching all host names Part-DB should be reachable under in your <code>.env.local</code> or <code>docker-compose.yaml</code> file, e.g. based on the host name you used to access this page:</target>
|
||||
<target>Set it to a regular expression matching all host names Part-DB should be reachable under, e.g. based on the host name you used to access this page. Note that the required quoting differs depending on where you set it:</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="ie4thSr" name="system.trusted_hosts.unconfigured.env_example">
|
||||
<segment state="translated">
|
||||
<source>system.trusted_hosts.unconfigured.env_example</source>
|
||||
<target>In your <code>.env.local</code> file, the value must be wrapped in single quotes:</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="ni3hSTN" name="system.trusted_hosts.unconfigured.docker_example">
|
||||
<segment state="translated">
|
||||
<source>system.trusted_hosts.unconfigured.docker_example</source>
|
||||
<target>In <code>docker-compose.yaml</code>, the value must NOT be quoted:</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="cEwxoSj" name="info_providers.provider_key">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue