several updates

This commit is contained in:
Fr4nz D13trich 2025-10-09 12:32:22 +02:00
parent 545c00ec80
commit 861fbf59d5
2 changed files with 3 additions and 3 deletions

View file

@ -23,5 +23,5 @@ for now everything will be developed and tested on Raspberry Pi 3B and newer act
```bash
sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests
```
3. Configure `nginx` the way you need
3. Configure `nginx` the way you need | _example config is located [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/config/nginx/nginx.conf)_
4. Start developing

View file

@ -14,8 +14,8 @@ server {
listen 443 ssl;
server_name DOMAIN IPADDR;
ssl_certificate /etc/nginx/ssl/meshpi.crt;
ssl_certificate_key /etc/nginx/ssl/meshpi.key;
ssl_certificate /etc/nginx/ssl/CERTNAME.crt;
ssl_certificate_key /etc/nginx/ssl/CERTNAME.key;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;