makedeb


gotify-server-bin 2.1.4-1


A simple server for sending and receiving messages

Viewing /gotify-deb-defaults.patch.

View raw.

Click here to go back to the Git tree for gotify-server-bin.

--- a/config.example.yml
+++ b/config.example.yml
@@ -16,7 +16,7 @@
     letsencrypt:
       enabled: false # if the certificate should be requested from letsencrypt
       accepttos: false # if you accept the tos from letsencrypt
-      cache: data/certs # the directory of the cache from letsencrypt
+      cache: /var/lib/gotify/certs # the directory of the cache from letsencrypt
       hosts: # the hosts for which letsencrypt should request certificates
 #      - mydomain.tld
 #      - myotherdomain.tld
@@ -48,6 +48,6 @@
   name: admin # the username of the default user
   pass: admin # the password of the default user
 passstrength: 10 # the bcrypt password strength (higher = better but also slower)
-uploadedimagesdir: data/images # the directory for storing uploaded images
-pluginsdir: data/plugins # the directory where plugin resides
+uploadedimagesdir: /var/lib/gotify/images # the directory for storing uploaded images
+pluginsdir: /var/lib/gotify/plugins # the directory where plugin resides
 registration: false # enable registrations