bernacee
bernacee
RRuntipi
Created by bernacee on 12/28/2024 in #🙋🏼・help
ntfy Token and Account menu
Thank you @Lancelot, that worked perfect. I've updated the config file using the RunTipi tutorial, and adding only that lines:
services:
ntfy:
environment:
NTFY_AUTH_FILE: /etc/ntfy/auth.db
NTFY_AUTH_DEFAULT_ACCESS: deny-all
NTFY_ENABLE_LOGIN: true
services:
ntfy:
environment:
NTFY_AUTH_FILE: /etc/ntfy/auth.db
NTFY_AUTH_DEFAULT_ACCESS: deny-all
NTFY_ENABLE_LOGIN: true
After that you have to create the user and assing a role to it using the ntfy docker bash, i've followed this tutorial: https://docs.ntfy.sh/config/#access-control Now i can login and create access tokens. Thank you for the help!
4 replies