• v1.6 ba8e654b90

    First Release
    All checks were successful
    Go Project Action / Spell-check and test go project (push) Successful in 1m2s
    Release Go Application / Release go project (release) Successful in 34s
    Go Project Action / Spell-check and test go project (release) Successful in 29s
    Stable

    yves-biener released this 2024-10-06 11:34:22 +02:00 | 17 commits to main since this release

    Serve ssh applications with this simple helper tool to integrate locally existing applications to remote users.

    You can provide a config.yml file 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 .ssh of the current working directory of serve.

    The server logs are created as well in the current working directory. The log file contains all the logged information of serve and will append to the existing log and not remove old log entries.

    Downloads