This PR adds a new ntfy_server role to configure, start, and test a ntfy container.
This container is designed to be secure by default by requiring auth by default
verified new container file was created correctly\
verified ntfy server webui is working and requires auth
verified with automated test that ntfy server is working and accepting post requests
Checklist
My code follows the project's style guidelines.
I have performed a self-review of my own code.
I have updated the documentation (if necessary).
### Description
This PR adds a new `ntfy_server` role to configure, start, and test a ntfy container.
This container is designed to be secure by default by requiring auth by default
### Related Issue
Closes #15
### Testing Done
- [x] verified new container file was created correctly\
- [x] verified ntfy server webui is working and requires auth
- [x] verified with automated test that ntfy server is working and accepting post requests
### Checklist
- [x] My code follows the project's style guidelines.
- [x] I have performed a self-review of my own code.
- [x] I have updated the documentation (if necessary).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
This PR adds a new
ntfy_serverrole to configure, start, and test a ntfy container.This container is designed to be secure by default by requiring auth by default
Related Issue
Closes #15
Testing Done
Checklist