mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
🐳 add advice for unsecure configuration
This commit is contained in:
parent
b3a5e6710f
commit
31bc7e7c86
1 changed files with 9 additions and 0 deletions
|
@ -405,6 +405,14 @@ where users will access the application:
|
||||||
PENPOT_PUBLIC_URI: http://localhost:9001
|
PENPOT_PUBLIC_URI: http://localhost:9001
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<p class="advice">
|
||||||
|
If you plan to serve Penpot under different domain than `localhost` without HTTPS,
|
||||||
|
you need to disable the `secure` flag on cookies, with the `disable-secure-session-cookies` flag.
|
||||||
|
This is a configuration NOT recommended for production environments.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Check all the [flags](#other-flags) to fully customize your instance.
|
||||||
|
|
||||||
## Frontend ##
|
## Frontend ##
|
||||||
|
|
||||||
In comparison with backend, frontend only has a small number of runtime configuration
|
In comparison with backend, frontend only has a small number of runtime configuration
|
||||||
|
@ -480,3 +488,4 @@ __Since version 2.0.0__
|
||||||
[2]: /technical-guide/getting-started#configure-penpot-with-docker
|
[2]: /technical-guide/getting-started#configure-penpot-with-docker
|
||||||
[3]: /technical-guide/developer/common#dev-environment
|
[3]: /technical-guide/developer/common#dev-environment
|
||||||
[4]: https://github.com/penpot/penpot/blob/main/docker/images/files/nginx.conf
|
[4]: https://github.com/penpot/penpot/blob/main/docker/images/files/nginx.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue