Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Remote Backup is working ? #2

@bonnebulle

Description

@bonnebulle

Hey, thanks to making it aviable on every plateforms !
I try it on local, works OK
Trying on distant serveur (remote) and I have an issue...

When I test in NB with :
URL=https://node.vincent-bonnefille.fr/nbx
PWD=testestest
OUTPUT :

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Error</title></head><body><pre>Cannot PUT /nbx/config</pre></body></html>

I got a Forbiden error... surlly an Nginx security problem

Node js agent output :

TOKEN=testestest npm start 
((...))
[PUT] /nbx/config
[PUT] /nbx
((...))

My Nginx proxy :

  location /nbx {
     proxy_pass http://localhost:10001;
     proxy_http_version 1.1;
     proxy_set_header Upgrade $http_upgrade;
     proxy_set_header Connection 'upgrade';
     proxy_set_header Host $host;
     proxy_cache_bypass $http_upgrade;
  }

If you have time... and any clue...
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions