services-garbaye/podman-ntfy
Figolu c05b52d1cf Version Jisti : 9364-1; Forgejo : 1.21.8-0; Nfty : 2.10.0 2024-03-27 18:22:19 +01:00
..
config ntfy : deplacement du cache.db sur volume 2022-12-10 21:13:00 +01:00
container ntfy : v2.8.0 + build fix 2023-12-03 10:29:28 +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 Commandes podman : invocation explicite container/image 2023-04-21 13:53:55 +02: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
50_update.sh Commandes podman : invocation explicite container/image 2023-04-21 13:53:55 +02: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 Commandes podman : invocation explicite container/image 2023-04-21 13:53:55 +02:00
ci_build-images.sh build image script : uniformisation 2023-10-28 17:41:15 +02:00
vars.sh Version Jisti : 9364-1; Forgejo : 1.21.8-0; Nfty : 2.10.0 2024-03-27 18:22:19 +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 container exec -it podman-ntfy :

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

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

$ podman container 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 container 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)