The installation instructions are these:
curl -fsSL https://raw.githubusercontent.com/Finsys/hawser/main/scripts/install.sh | bash
As I noticed, this method isn't setting up a Debian package repository.
How to (automatically) update Hawser?
I suspect running the install.sh again will overwrite my settings e.g. the token in /etc/hawser/config.
Is there an update.sh or is there an setting to install.sh for updating?
Alternatively, running Hawser via Docker is offered. This is not a practical solution, because it requires GitLab SSH runners besides the normal Docker runners on every machine to deploy Hawser (>50 in my case).
Moreover, the token is handed over via environment variable, this is unsafe.
The installation instructions are these:
As I noticed, this method isn't setting up a Debian package repository.
How to (automatically) update Hawser?
I suspect running the
install.shagain will overwrite my settings e.g. the token in/etc/hawser/config.Is there an
update.shor is there an setting toinstall.shfor updating?Alternatively, running Hawser via Docker is offered. This is not a practical solution, because it requires GitLab SSH runners besides the normal Docker runners on every machine to deploy Hawser (>50 in my case).
Moreover, the token is handed over via environment variable, this is unsafe.