You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
77
+
78
+
```conf
79
+
{ { file.examples/nginx/nginx.conf } }
80
+
```
81
+
82
+
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.
83
+
66
84
## Setup
67
85
68
86
Before you can send messages via Secured Signal API you must first set up [Signal rAPI](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md)
@@ -137,7 +155,7 @@ you have to add `@` in front of any KeyValue Pair assignment.
137
155
138
156
Supported types include **strings**, **ints** and **arrays**. See [Formatting](#string-to-type).
139
157
140
-
## Security: Best Practices
158
+
## Best Practices
141
159
142
160
- Always use API tokens in production
143
161
- Run behind a TLS-enabled [Reverse Proxy](#reverse-proxy) (Traefik, Nginx, Caddy)
0 commit comments