remotes/1693045480750635534/spooky-22
Aevann1 2022-02-05 12:23:14 +02:00
parent 02b4630a03
commit f235834281
2 changed files with 3 additions and 3 deletions

View File

@ -564,5 +564,5 @@ FORTUNE_REPLIES = ('<b style="color:#6023f8">Your fortune: Allah Wills It</b>','
no_pass_phrase = """<p>Sorry whiteboy, we're gonna need to see some ID before you start throwin that word around like it's nothing.\n\nTake a 10 minute time-out and come back when you've learned your lesson and/or paid reparations (by purchasing a BIPOC Approved™ Rdrama NWord Pass© from the <a href="/shop">shop</a>) \n\n<em>This is an automated message; if you need help, you can message us <a href="/contact">here</a>.</em></p>"""
if SITE in ('rdrama.net','too4you.net'): subs = ('2balkan4you','2middleeast4you')
if SITE == 'rdrama.net': subs = ('2balkan4you','2middleeast4you')
else: subs = ()

4
setup
View File

@ -13,6 +13,6 @@ sudo apt -y install gunicorn
sudo apt -y install ffmpeg
mkdir /songs
mkdir /images
cp ./env.sh /env.sh
. /env.sh
cp ./env /env
. /env
sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80:80 --max-requests 1000 --max-requests-jitter 500