On NS7 i put a file to /var/www/html/autoinstall.yaml
I would like to know if it is also that easy possible on a NS8 Server, based on Debian12?
On NS7 i put a file to /var/www/html/autoinstall.yaml
I would like to know if it is also that easy possible on a NS8 Server, based on Debian12?
It should be possible with the webserver app, see WebServer — NS8 documentation
Just upload the files via SCP.
If you need to put the file to the webserver via CLI:
Enter webserver environment:
runagent -m webserver1
Create a file testfile.txt
.
Copy it to the webserver: (in this example we copy to 9001 which is the first site)
podman cp testfile.txt sftpgo:/srv/sftpgo/data/9001/