From 484bd02a8e78b4279fdd638929b797fcff0ccd44 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 23 May 2022 22:30:52 +0200 Subject: [PATCH 1/3] dfs --- files/templates/sidebar_WPD.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 0e12f8bcff..56c5e0a741 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -3,7 +3,7 @@ {% if sub %} {% set image=sub.sidebar_url %} {% else %} - {% set image='/assets/images/' + SITE_NAME + '/sidebar.webp?v=1' %} + {% set image='/assets/images/' + SITE_NAME + '/sidebar.webp?v=2' %} {% endif %} sidebar image From 7670e3765ec1e816ee5708c10a03a11d52dc9e5a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 24 May 2022 00:22:16 +0200 Subject: [PATCH 2/3] fds --- files/templates/sidebar_WPD.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 56c5e0a741..e6f37dcb24 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -22,9 +22,6 @@ HOLE EXILEES HOLE BLOCKERS {% else %} - CREATE HOLE - BROWSE HOLES -

Rules:


From 2aec3781aaef8582538e042d5b3f65d0e4eaa453 Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 23 May 2022 20:18:16 -0400 Subject: [PATCH 3/3] Set locale to UTF-8 in ubuntu_setup. In light of recent issues caused by one site's DB being improperly encoded as latin-1 (ISO-88591), this is an attempt to make sure the next one winds up on UTF-8, by setting system locale to en_US.utf8 before installing anything. This is completely untested, and I'm not quite confident it'll work. If the next site winds up with a latin-1 database, please update this to reflect whatever commands were necessary to get it fixed. --- ubuntu_setup | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu_setup b/ubuntu_setup index 992c8807a6..99f5c7641b 100644 --- a/ubuntu_setup +++ b/ubuntu_setup @@ -1,3 +1,4 @@ +update-locale LANG=en_US.utf8 cd /rDrama cp ./env /env . /env