remotes/1693045480750635534/spooky-22
Aevann1 2022-05-04 23:32:30 +02:00
parent 20e2f1ccf5
commit 46e391b5a7
3 changed files with 4 additions and 6 deletions

View File

@ -284,10 +284,6 @@ def cached_chart(kind, site):
comments_chart.set_ylabel("Comments")
comments_chart.set_xlabel("Time (UTC)")
signup_chart.legend(loc='upper left', frameon=True)
posts_chart.legend(loc='upper left', frameon=True)
comments_chart.legend(loc='upper left', frameon=True)
file = f"/{SITE}_{kind}.png"
plt.savefig(file)

View File

@ -40,6 +40,8 @@
#chat-window {
-ms-overflow-style: none;
scrollbar-width: none;
display: flex !important;
flex-direction: column-reverse !important;
}
.chat-mention {
@ -188,7 +190,7 @@
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
<input id="slurreplacer" type="hidden" value="{{v.slurreplacer}}">
<script src="/chat.js?v=17"></script>
<script src="/chat.js?v=18"></script>
{% include "emoji_modal.html" %}
{% include "expanded_image_modal.html" %}

View File

@ -3,7 +3,7 @@ cp ./env /env
. /env
apt update
apt -y upgrade
apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx
apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx snapd
cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
service postgresql restart
psql -U postgres -f schema.sql postgres