feat: implement settings API for toggling forum and bug reporting features

This commit is contained in:
Thibault Pouch
2026-03-17 11:44:14 +01:00
parent f9012bd123
commit 53740dc694
5 changed files with 83 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ server {
set $api_upstream http://api:3000;
location /api/ {
proxy_pass $api_upstream/api/;
proxy_pass $api_upstream;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;