-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to subscribe to topics
- Loading branch information
Showing
17 changed files
with
431 additions
and
107 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
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 |
---|---|---|
@@ -1,13 +1,26 @@ | ||
{ | ||
"serverURL": "URL zum Ntfy-Server", | ||
"helpServerURL": "URL without Topic - https://ntfy-server.sh", | ||
"defaultSettingsHeader": "Default Topic Settings", | ||
"defaultTopic": "Default Topic", | ||
"defaultUsername": "Default Username", | ||
"defaultPassword": "Default Password", | ||
"defaultAccessToken": "Default Access Token", | ||
"helpServerURL": "URL without Topic - https://ntfy-server.sh", | ||
"helpDefaultAccessToken": "Only if username/password is not used", | ||
"defaultTopicAuth": "Default Topic Authentication", | ||
"defaultTopicAuthNone": "No Authentication", | ||
"defaultTopicAuthUser": "User Authentication", | ||
"defaultTopicAuthToken": "Access Token" | ||
"defaultTopicAuthToken": "Access Token", | ||
"defaultSubscribed": "Subscribe to default Topic", | ||
|
||
"presetSettingsHeader": "Additional Presets", | ||
"presetTopicName": "Topic", | ||
"presetTopicSubscribed": "Subscribe", | ||
"presetTopicAuth": "Topic Authentication", | ||
"presetTopicAuthNone": "No Authentication", | ||
"presetTopicAuthUser": "User Authentication", | ||
"presetTopicAuthToken": "Access Token", | ||
"presetTopicUsername": "Username", | ||
"presetTopicPassword": "Password", | ||
"presetTopicAccessToken": "Access Token" | ||
} |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.