Skip to content

Commit 5584640

Browse files
authored
Change Pre-Reqs File
1 parent 5a90fca commit 5584640

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/snippets/installation-pre-reqs.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ This section will ask you to install & configure several services exaplained bel
66

77
#### HTTPS is required (or localhost)
88

9-
Postiz marks it's login cookies as Secure, which means you must run it either on localhost, or behind HTTPS - this is called a "secure context" in modern web browsers.
9+
Postiz marks it's login cookies as Secure, this is called secure context in modern web browsers.
1010

11-
If you are not running either HTTPS or on localhost, then you will not be able to login, as your browser will refuse to send the login cookie.
11+
If you want to use an secure Login Process, you need to set up an Certificate, which can be done via Reverse Proxy like Caddy or Nginx.
1212

13-
Postiz will not generate your HTTPS certificates for you, and it's servers cannot yet be configured to use a HTTPS certificate. This means you must use a reverse proxy to handle HTTPS. Documentation on popular reverse proxies can be found in the [reverse proxies](/reverse-proxies/) section, and if you've never used a reverse proxy with docker compose before, then [caddy](/reverse-proxies/caddy/) is recommended.
13+
If you are not able to use an Certificate (https), then you need to add this Enviroment Variable to the .env File.
14+
`NOT_SECURED=true`
1415

1516
#### Network Ports
1617

0 commit comments

Comments
 (0)