We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978da87 commit 43da364Copy full SHA for 43da364
doc/Installation.md
@@ -49,6 +49,14 @@ Now the server can be started using
49
PORT=8080 npm run production
50
```
51
52
+If you get the following error:
53
+```
54
+bwrap: loopback: Failed RTM_NEWADDR: Operation not permitted
55
+bwrap: setting up uid map: Permission denied
56
57
+follow these instructions:
58
+https://etbe.coker.com.au/2024/04/24/ubuntu-24-04-bubblewrap/
59
+
60
To set the locations of SSL certificates, use the following environment variables:
61
62
SSL_CRT_FILE=/path/to/crt_file.cer SSL_KEY_FILE=/path/to/private_ssl_key.pem PORT=8080 npm run production
0 commit comments