0.10.0-1 FileSize

This commit is contained in:
2026-03-14 13:49:48 +00:00
parent e56cff43a9
commit 96839ac05b
9 changed files with 14 additions and 9 deletions

View File

@@ -180,6 +180,7 @@ Beispiel `/etc/nginx/sites-available/ripster`:
server {
listen 80;
server_name ripster.local;
client_max_body_size 8G;
root /opt/ripster/frontend/dist;
index index.html;
@@ -212,6 +213,8 @@ sudo nginx -t
sudo systemctl reload nginx
```
Hinweis: Fuer groessere Uploads wie `.aax`-Audiobooks muss `client_max_body_size` ausreichend hoch gesetzt sein. Im mitgelieferten Beispiel sind `8G` hinterlegt.
---
## Datenbank-Backup