void-packages/srcpkgs/oragono/patches/paths.patch
2020-05-26 00:30:39 +02:00

40 lines
1.4 KiB
Diff

--- oragono.yaml 2020-05-08 19:12:48.553961721 -0400
+++ oragono.yaml 2020-05-08 19:15:15.970211218 -0400
@@ -45,8 +45,8 @@
# The standard SSL/TLS port for IRC is 6697. This will listen on all interfaces:
":6697":
tls:
- key: tls.key
- cert: tls.crt
+ key: /var/lib/oragono/tls.key
+ cert: /var/lib/oragono/tls.crt
# 'proxy' should typically be false. It's only for Kubernetes-style load
# balancing that does not terminate TLS, but sends an initial PROXY line
# in plaintext.
@@ -149,7 +149,7 @@
# motd filename
# if you change the motd, you should move it to ircd.motd
- motd: oragono.motd
+ motd: /var/lib/oragono/motd
# motd formatting codes
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
@@ -668,7 +668,7 @@
# datastore configuration
datastore:
# path to the datastore
- path: ircd.db
+ path: /var/lib/oragono/db
# if the database schema requires an upgrade, `autoupgrade` will attempt to
# perform it automatically on startup. the database will be backed
@@ -696,7 +696,7 @@
default: en
# which directory contains our language files
- path: languages
+ path: /usr/share/oragono/i18n/
# limits - these need to be the same across the network
limits: