Notes about updating and building locally

This commit is contained in:
Jarno Rankinen 2024-07-01 21:35:28 +03:00
parent e79a8e3f65
commit 00bdd41909
1 changed files with 10 additions and 0 deletions

View File

@ -94,6 +94,16 @@ A Podman kube YAML file is provided in the repo.
The command can also be used to pull the latest version and restart the pod. The command can also be used to pull the latest version and restart the pod.
- To reauthenticate or clear data, simply remove the named volume or run the `auth` command - To reauthenticate or clear data, simply remove the named volume or run the `auth` command
## Updating
Binary:
- stop the service
- download or build the new version, replace the of the old binary
- restart the service
Container:
- pull latest image
- restart container
## License ## License
MIT MIT