-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38b9888
commit 95376d6
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,6 +173,7 @@ nordvpn | |
notable | ||
novelwriter | ||
nuclear | ||
ntfy | ||
obs-cli | ||
obsidian | ||
obs-studio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DEFVER=1 | ||
ARCHS_SUPPORTED="amd64 arm64 armhf" | ||
ASC_KEY_URL="https://archive.heckel.io/apt/pubkey.txt" | ||
APT_REPO_URL="https://archive.heckel.io/apt debian main" | ||
APT_REPO_OPTIONS="arch=${HOST_ARCH}" | ||
APT_LIST_NAME=heckel.io | ||
PRETTY_NAME="nfty" | ||
WEBSITE="https://github.com/binwiederhier/ntfy/" | ||
SUMMARY="ntfy lets you send push notifications to your phone or desktop via scripts from any computer, using simple HTTP PUT or POST requests" |