2022-08-19 13:11:27 +02:00
|
|
|
# WebSSH service unit
|
|
|
|
|
|
|
|
This is just a Systemd service unit for [WebSSH](https://github.com/huashengdun/webssh) web app.
|
|
|
|
|
2023-12-03 17:45:08 +01:00
|
|
|
Following the release of version 1.6.2, we now install it in an applicative container
|
|
|
|
[directly from PIP](https://github.com/huashengdun/webssh#quickstart).
|
|
|
|
|
2022-08-19 13:11:27 +02:00
|
|
|
### Files
|
|
|
|
* `webssh.service` is a Systemd units template for WebSSH.
|
|
|
|
#### Installation
|
|
|
|
* `install.sh` script copies the Systemd template to its destination, with the correct path (set in `variables.conf`).
|
|
|
|
|
2023-07-28 11:42:10 +02:00
|
|
|
### Note
|
2023-12-03 17:45:08 +01:00
|
|
|
For this service to be correctly accessed through reverse proxy, you need specific parameters. See
|
|
|
|
[official documentation](https://github.com/huashengdun/webssh#deployment).
|
2023-07-28 11:42:10 +02:00
|
|
|
|
2022-08-19 13:11:27 +02:00
|
|
|
### TODO
|
|
|
|
* RAS
|