Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package Request] ntfy #5558

Open
piwi82 opened this issue Jan 10, 2023 · 3 comments · May be fixed by #6355
Open

[Package Request] ntfy #5558

piwi82 opened this issue Jan 10, 2023 · 3 comments · May be fixed by #6355
Labels
request request for new package

Comments

@piwi82
Copy link
Contributor

piwi82 commented Jan 10, 2023

Software Name

ntfy

Brief Description

This software sends custom notifications to mobile (Android, iOS) or desktop (web) devices using a private server (public server by default).
The server part (written in Go) could be installed on a Synology NAS 😎
It has a lot of features, detailed explanations are available on the official website main page.

Website

https://ntfy.sh

Documentation

https://docs.ntfy.sh

Build/Installation documentation

https://docs.ntfy.sh/install/

Source code

https://github.com/binwiederhier/ntfy

OpenSource License

Apache

Other License

GPLv2

@piwi82 piwi82 added the request request for new package label Jan 10, 2023
@hgy59
Copy link
Contributor

hgy59 commented Jan 10, 2023

This kind of application requires root priviliges and will not run on DSM 7

wget https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_x86_64.tar.gz
tar zxvf ntfy_1.30.1_linux_x86_64.tar.gz
sudo cp -a ntfy_1.30.1_linux_x86_64/ntfy /usr/bin/ntfy
sudo mkdir /etc/ntfy && sudo cp ntfy_1.30.1_linux_x86_64/{client,server}/*.yml /etc/ntfy
sudo ntfy serve

@fgma
Copy link
Contributor

fgma commented Jan 11, 2023

Probably root is only needed when listening to a port < 1024. This can be changed:

https://docs.ntfy.sh/config/?h=root#command-line-options

ntfy serve --listen-http :8080

@piwi82
Copy link
Contributor Author

piwi82 commented Jan 14, 2023

The listening port must be changed so as not to conflict with Web Station.

hgy59 added a commit to hgy59/spksrc that referenced this issue Dec 21, 2024
- initial commit of ntfy SynoCommunity#5558
@hgy59 hgy59 linked a pull request Dec 21, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request request for new package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants