Skip to content

Commit a34b941

Browse files
authored
[BUGFIX] Update Apprise docs, correcting gotify instructions to match apprise syntax (automatic-ripping-machine#1725)
* Update Gotify settings format in Config-apprise.yaml.md previous documentation was incorrect, must use {gotify apprise syntax}(https://appriseit.com/services/gotify/) * gotify section formatting Added formatting and clarification for Gotify settings in the configuration documentation.
1 parent 53bdf79 commit a34b941

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

arm_wiki/Config-apprise.yaml.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ If you would like a services added to ARM that is not yet listed here, please op
9494
9595
## Service Specific Configurations
9696
97-
- **Gotify**
98-
- The Gotify settings expect a server address in one of the following formats:
99-
```
100-
https://[GOTIFY-IP-ADDRESS]
101-
http://[GOTIFY-IP-ADDRESS]
102-
```
103-
- Use **https** if your Gotify server is configured with SSL/TLS (**secure connection**).
104-
- Use **http** if your Gotify server is **not** configured with SSL/TLS (**insecure connection**).
105-
97+
### **Gotify**
98+
99+
The Gotify settings expect a server address in one of the following formats:
100+
101+
```
102+
gotifys://[GOTIFY-ADDRESS]
103+
gotify://[GOTIFY-ADDRESS]
104+
```
105+
106+
- Use **gotifys** if your Gotify server is configured with SSL/TLS (**secure connection**).
107+
- Use **gotify** if your Gotify server is **not** configured with SSL/TLS (**insecure connection**).

0 commit comments

Comments
 (0)