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`:
109
+
110
+
```conf
111
+
{ { file.examples/nginx/nginx.conf } }
125
112
```
126
113
114
+
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.
115
+
127
116
## Setup
128
117
129
118
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)
@@ -198,7 +187,7 @@ you have to add `@` in front of any KeyValue Pair assignment.
198
187
199
188
Supported types include **strings**, **ints** and **arrays**. See [Formatting](#string-to-type).
200
189
201
-
## Security: Best Practices
190
+
## Best Practices
202
191
203
192
- Always use API tokens in production
204
193
- Run behind a TLS-enabled [Reverse Proxy](#reverse-proxy) (Traefik, Nginx, Caddy)
0 commit comments