Method of using the already running container for reconfiguring push

This commit is contained in:
Jarno Rankinen 2024-07-01 10:31:45 +03:00
parent b9be8b529f
commit ea646a404b
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ Container:
```shell ```shell
podman run -it --rm -v hydroxide-push:/data ghcr.io/0ranki/hydroxide-push setup-ntfy podman run -it --rm -v hydroxide-push:/data ghcr.io/0ranki/hydroxide-push setup-ntfy
``` ```
Alternatively to run the command in an already running container (replace `name-of-container` with the name or id of the running container):
```shell
podman exec -it name-of-container /hydroxide-push setup-ntfy
```
You'll be asked for the base URL of the push server, topic then username and password for HTTP basic authentication. You'll be asked for the base URL of the push server, topic then username and password for HTTP basic authentication.
The push endpoint configuration can be changed while the daemon is running. The push endpoint configuration can be changed while the daemon is running.