From eaca07c2724f5a362a96414f1643268bc9fe965d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 17:13:54 +0100 Subject: [PATCH] Add post install notification --- doc/DISCLAIMER.md | 10 ---------- doc/notifications/post_install.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 doc/DISCLAIMER.md create mode 100644 doc/notifications/post_install.md diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index 0674fdc..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -1,10 +0,0 @@ - -### Configuration -By default, only user selected at installation can read from and write to topics. To change this refer to the upstream project's documentation: https://docs.ntfy.sh/config/#access-control - -The configuration file is located at `/var/www//server.yml`. - -### Limitations -- requires a dedicated (sub-)domain -- no LDAP support by upstream application - diff --git a/doc/notifications/post_install.md b/doc/notifications/post_install.md new file mode 100644 index 0000000..e5b2b12 --- /dev/null +++ b/doc/notifications/post_install.md @@ -0,0 +1,12 @@ +### Configuration +By default, only user selected at installation can read from and write to topics. To change this refer to the upstream project's documentation: https://docs.ntfy.sh/config/#access-control + +The configuration file is located at `__INSTALL_DIR__/server.yml` and can be edited directly. + +To configure users, tokens, acls and tiers, you'll find a small wrapper script at `__INSTALL_DIR__/ntfy.sh`. + +```sh +sudo ~__APP__/ntfy.sh user add your_new_username +``` + +for example will add a new user. \ No newline at end of file