aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/mirumd.yaml')
-rw-r--r--pkg/mirumd.yaml27+27 −0
1 files changed, 27 insertions, 0 deletions
diff --git a/pkg/mirumd.yaml b/pkg/mirumd.yaml
new file mode 100644
--- /dev/null
+++ b/pkg/mirumd.yaml
@@ -0,0 +1,27 @@
+# Copyright (c) 2026 Nikolay Govorov
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+# Ignored when the corresponding systemd socket activation fd is present.
+# See mirumd.socket for details (FileDescriptorName=grpc / web).
+grpc_addr: :2026
+web_addr: :3000
+admin_socket: /run/mirumd/admin.sock
+database_uri: ""
+webhook_secret: ""
+token: ""
+pepper: ""
+
+grpc_tls:
+ cert: ""
+ key: ""
+
+# Optional — omit or leave empty to disable TLS on the web listener.
+# web_tls:
+# cert: ""
+# key: ""
+
+# CIDR list of trusted reverse proxies for X-Forwarded-For resolution.
+# Empty = trust RemoteAddr only (safe default).
+trusted_proxies:
+ - 127.0.0.0/8
+ - ::1/128