so like yeah this is the site
nginx config is roughly this just replace ports
server {
listen 6969 default_server;
location /api {
proxy_pass http://localhost:6868;
}
location / {
root /mnt/disk/Echoir;
}
}