1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-09-28 19:31:59 +02:00

Fixed docs link; closes #106

This commit is contained in:
Philipp Heckel 2022-01-18 11:55:39 -05:00
parent df6611e8de
commit a75326ff69

View file

@ -1,6 +1,6 @@
# Configuring the ntfy server # Configuring the ntfy server
The ntfy server can be configured in three ways: using a config file (typically at `/etc/ntfy/server.yml`, The ntfy server can be configured in three ways: using a config file (typically at `/etc/ntfy/server.yml`,
see [server.yml](https://github.com/binwiederhier/ntfy/blob/main/config/server.yml)), via command line arguments see [server.yml](https://github.com/binwiederhier/ntfy/blob/main/server/server.yml)), via command line arguments
or using environment variables. or using environment variables.
## Quick start ## Quick start