-
First Release
Stablereleased this
2024-10-06 11:34:22 +02:00 | 17 commits to main since this releaseServe ssh applications with this simple helper tool to integrate locally existing applications to remote users.
You can provide a
config.ymlfile with configuration as follows:host: localhost port: 8022 users: yves-biener: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0X1SQQLoczP/aoJq0hos/a1SXERDTo9IhvKyfIIWc9 yves.biener@gmx.de app: name: hx args: - .You can either provide you server's private and public key-pair or have them generate by
serve. They are stored in.sshof the current working directory ofserve.The server logs are created as well in the current working directory. The
logfile contains all the logged information ofserveand will append to the existing log and not remove old log entries.Downloads