summarylogtreecommitdiffstats
path: root/path.patch
diff options
context:
space:
mode:
authorJason Papakostas2020-03-09 06:58:26 -0500
committerJason Papakostas2020-03-09 06:58:26 -0500
commit82a4cf650cb5158fe4f74b29cc729f9ff19f37cd (patch)
treea31a19bd1b3891e9f66e834c827380f715c9e390 /path.patch
parent396d8707f262b731ee03cd3e5ac7aa0953cdae07 (diff)
downloadaur-82a4cf650cb5158fe4f74b29cc729f9ff19f37cd.tar.gz
upstream v2.0.0 released
Diffstat (limited to 'path.patch')
-rw-r--r--path.patch25
1 files changed, 18 insertions, 7 deletions
diff --git a/path.patch b/path.patch
index f987522f05d8..08f8623ac031 100644
--- a/path.patch
+++ b/path.patch
@@ -1,5 +1,14 @@
+From 4f96b050a45a79741fa045499ec172f865142ceb Mon Sep 17 00:00:00 2001
+From: Jason Papakostas <vithos@gmail.com>
+Date: Mon, 9 Mar 2020 06:06:14 -0500
+Subject: [PATCH] config: default paths for arch linux package
+
+---
+ oragono.yaml | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
diff --git a/oragono.yaml b/oragono.yaml
-index d671673..6eddf66 100644
+index 5733d56..f37d5cc 100644
--- a/oragono.yaml
+++ b/oragono.yaml
@@ -28,8 +28,8 @@ server:
@@ -10,10 +19,10 @@ index d671673..6eddf66 100644
- cert: tls.crt
+ key: /var/lib/oragono/tls.key
+ cert: /var/lib/oragono/tls.crt
-
- # Example of a Unix domain socket for proxying:
- # "/tmp/oragono_sock":
-@@ -90,7 +90,7 @@ server:
+ # '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.
+@@ -114,7 +114,7 @@ server:
# motd filename
# if you change the motd, you should move it to ircd.motd
@@ -22,7 +31,7 @@ index d671673..6eddf66 100644
# motd formatting codes
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
-@@ -509,7 +509,7 @@ debug:
+@@ -593,7 +593,7 @@ debug:
# datastore configuration
datastore:
# path to the datastore
@@ -31,7 +40,7 @@ index d671673..6eddf66 100644
# if the database schema requires an upgrade, `autoupgrade` will attempt to
# perform it automatically on startup. the database will be backed
-@@ -526,7 +526,7 @@ languages:
+@@ -621,7 +621,7 @@ languages:
default: en
# which directory contains our language files
@@ -40,3 +49,5 @@ index d671673..6eddf66 100644
# limits - these need to be the same across the network
limits:
+--
+2.25.1