Search Criteria
Package Details: ntfysh 2.21.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ntfysh.git (read-only, click to copy) |
|---|---|
| Package Base: | ntfysh |
| Description: | Send push notifications to your phone or desktop using PUT/POST |
| Upstream URL: | https://ntfy.sh |
| Keywords: | ntfy ntfysh server |
| Licenses: | GPL2 |
| Conflicts: | ntfy, ntfysh-bin |
| Submitter: | 3Jl0y_PYCCKUi |
| Maintainer: | Kimiblock (lilac) |
| Last Packager: | lilac |
| Votes: | 8 |
| Popularity: | 0.92 |
| First Submitted: | 2022-07-18 14:20 (UTC) |
| Last Updated: | 2026-03-31 04:45 (UTC) |
Dependencies (4)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Latest Comments
danand commented on 2025-05-30 05:21 (UTC)
version 2.12 comes with a systemd user service for the client:
CarloWood commented on 2025-02-26 16:14 (UTC)
The description says "Send push notifications...", but isn't this the ntfy server? The main purpose of the server is to listen to a socket and receive the notifications. Aka, self-hosting of the ntfy service. If all you want to do is sending notifications, you can do so from any script using curl.
txtsd commented on 2024-11-10 12:36 (UTC)
Please add me as co-maintainer. I will help normalize this package.
3Jl0y_PYCCKUi commented on 2024-06-30 00:06 (UTC)
signing must be working now
taba commented on 2024-06-24 02:54 (UTC)
I don't what the point of keeping Golang deps separate is considering that literally every other AUR package caches and reuses the cache. I assume the same is true for npm. makepkg has --sign flag that you mess up by changing HOME.
3Jl0y_PYCCKUi commented on 2024-06-23 20:30 (UTC)
The $HOME is changed to keep npm (primary) and go deps in the builddir, rather than cluttering up the actual $HOME. I don't see how this would break anything.
taba commented on 2024-06-20 14:04 (UTC)
Why would you change HOME? It messes up signing and caching. Have you never run
go clean -cache -modcache -testcache?TheLugal commented on 2023-06-05 03:09 (UTC)
The package needs ccache as a dependency.
hashworks commented on 2023-05-29 18:03 (UTC) (edited on 2023-05-29 18:05 (UTC) by hashworks)
Also, the webui isn't working. Please see https://docs.ntfy.sh/develop/#build-all-the-things
If you want to keep the webui disabled, I suggest a rename. Something like ntfysh-cli and a note in the description.
hashworks commented on 2023-05-29 17:59 (UTC)
Please add
backup=('etc/ntfy/server.yml' 'etc/ntfy/client.yml').