forked from MarseyWorld/MarseyWorld
float-trip
bca9aff068
!YOU! + an escape for `approved_embed_hosts` could let you grab the IP and username of everyone who views your comment https://rdrama.net/post/129053/you-callout-thread/3191218?context=8#context lain.la has a URL shortener that also works to get around embed hosts, fwiw Co-authored-by: float trip <float-trip@rdrama.net> Reviewed-on: rDrama/rDrama#49 Co-authored-by: float-trip <float-trip@noreply.fsdfsd.net> Co-committed-by: float-trip <float-trip@noreply.fsdfsd.net> |
||
---|---|---|
chat | ||
files | ||
migrations | ||
.gitattributes | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
Dockerfile | ||
LICENSE | ||
docker-compose.yml | ||
env | ||
gunicorn.conf.py | ||
imei.sh | ||
nginx-serve-static.conf | ||
nginx.conf | ||
pg_hba.conf | ||
readme.md | ||
requirements.txt | ||
schema.sql | ||
seed-db.sql | ||
snappy_PCM.txt | ||
snappy_rDrama.txt | ||
startup.sh | ||
startup_chat.sh | ||
startup_docker.sh | ||
supervisord.conf | ||
ubuntu_setup.sh |
readme.md
This code runs https://rdrama.net, https://pcmemes.net and https://watchpeopledie.tv
Installation (Windows/Linux/MacOS)
1- Install Docker on your machine. Docker installation
2- Run the following commands in the terminal:
git clone https://fsdfsd.net/rDrama/rDrama.git
cd rDrama
docker-compose down --rmi all --remove-orphans --volumes
docker-compose up
3- That's it! Visit localhost
in your browser and make an account (the first account to be made will have full admin rights)
4- Optional: to change the domain from "localhost" to something else and configure the site settings, as well as integrate it with the external services the website uses, edit the variables in the env
file and then restart the docker container.