forked from MarseyWorld/MarseyWorld
32 lines
916 B
Plaintext
32 lines
916 B
Plaintext
cd /rDrama
|
|
cp ./env /env
|
|
. /env
|
|
apt update
|
|
apt -y upgrade
|
|
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
|
|
psql -U postgres -f seed-db.sql postgres
|
|
pip3 install -r requirements.txt
|
|
mkdir /songs
|
|
mkdir /images
|
|
snap install opera-proxy
|
|
ufw allow ssh
|
|
ufw allow from 173.245.48.0/20
|
|
ufw allow from 103.21.244.0/22
|
|
ufw allow from 103.22.200.0/22
|
|
ufw allow from 103.31.4.0/22
|
|
ufw allow from 141.101.64.0/18
|
|
ufw allow from 108.162.192.0/18
|
|
ufw allow from 190.93.240.0/20
|
|
ufw allow from 188.114.96.0/20
|
|
ufw allow from 197.234.240.0/22
|
|
ufw allow from 198.41.128.0/17
|
|
ufw allow from 162.158.0.0/15
|
|
ufw allow from 104.16.0.0/13
|
|
ufw allow from 104.24.0.0/14
|
|
ufw allow from 172.64.0.0/13
|
|
ufw allow from 131.0.72.0/22
|
|
echo "y" | ufw enable
|
|
. imei.sh |