Arkm20 commited on
Commit
b049d2a
·
verified ·
1 Parent(s): cfdad08

Create server.yml

Browse files
Files changed (1) hide show
  1. server.yml +15 -0
server.yml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # server.yml
2
+
3
+ # The public URL of your ntfy server
4
+ base-url: "https://arkm20-ntfy.hf.space"
5
+
6
+ # Enable HTTPS termination (handled by Spaces)
7
+ behind-proxy: true
8
+
9
+ enable-signup: false
10
+ auth-file: "/var/lib/ntfy/user.db"
11
+ auth-default-access: "deny-all"
12
+
13
+ # Caching and attachments
14
+ cache-file: "/var/cache/ntfy/cache.db"
15
+ attachment-cache-dir: "/var/cache/ntfy/attachments"