services-garbaye/podman-ntfy
Gitouche 4a0043a882 ntfy: 1.31.0 2023-02-19 09:23:22 +01:00
..
config ntfy : deplacement du cache.db sur volume 2022-12-10 21:13:00 +01:00
docker ntfy : TZ 2022-11-18 12:12:29 +01:00
.gitlab-ci.yml CI : simplifications avec --force 2022-12-13 21:38:58 +01:00
00_status.sh ntfy : ajout 00_status.sh 2022-12-10 19:14:07 +01:00
05_freshinstall.sh ntfy : ajout verification manquante 2022-12-12 21:53:15 +01:00
10_install.sh ntfy : auth sur volume 2022-12-10 20:55:47 +01:00
20_enable.sh ntfy : tous les scripts 2022-11-18 11:02:43 +01:00
30_start.sh ntfy : tous les scripts 2022-11-18 11:02:43 +01:00
40_stop.sh ntfy : tous les scripts 2022-11-18 11:02:43 +01:00
70_disable.sh ntfy : tous les scripts 2022-11-18 11:02:43 +01:00
80_destroy.sh ntfy : tous les scripts 2022-11-18 11:02:43 +01:00
90_prune.sh ntfy : tous les scripts 2022-11-18 11:02:43 +01:00
README.md ntfy : ajout README.md 2022-12-11 20:50:27 +00:00
ci_build-images.sh ntfy : TZ 2022-11-18 12:12:29 +01:00
vars.sh ntfy: 1.31.0 2023-02-19 09:23:22 +01:00

README.md

Utilisateurs et Permissions (ACL)

Documentation pour la gestion des utilisateurs et permissions.

Pour lancer ntfy en interactif dans l'environnement podman, préfixer les commandes par podman exec -it podman-ntfy :

$ podman exec -it podman-ntfy ntfy access 
user * (anonymous)
- no topic-specific permissions
- read-write access to all (other) topics (server config)

$ podman exec -it podman-ntfy ntfy user add didier
user didier added with role user

$ podman exec -it podman-ntfy ntfy access didier prefix_* rw
granted read-write access to topic prefix_*

user didier (user)
- read-write access to topic prefix_*

$ podman exec -it podman-ntfy ntfy access everyone prefix_* deny
revoked all access to topic prefix_*

user * (anonymous)
- no access to topic prefix_*
- read-write access to all (other) topics (server config)