sfd
This commit is contained in:
parent
ac4e242ec3
commit
9798cce822
2 changed files with 3 additions and 3 deletions
|
@ -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
4
setup
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue