You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aevann1 ef5c24cae5 make sure resources have all headers too 4 months ago
chat marseys: cache marseys and emojis and fun stuff (#15) 4 months ago
files transparent theme - make reports transparent 4 months ago
.gitattributes convert repo from CRLF to LF 6 months ago
.gitignore add 3 things to gitignore 4 months ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 1 year ago
Dockerfile use exiv2 to remove metadata instead of imagemagick, much much much faster 4 months ago
LICENSE mn 11 months ago
docker-compose.yml limit log size on docker to 100KB 4 months ago
env switch from hcaptcha to turnstile 5 months ago
gunicorn.conf.py show url and method again 4 months ago
imei.sh use https whenever u can 4 months ago
nginx-serve-static.conf make sure resources have all headers too 4 months ago
nginx.conf holiday event manager (actually works now edition) (#22) 4 months ago
pg_hba.conf mn 11 months ago
readme.md Removing references to old repo 4 months ago
requirements.txt compliment aeb1916b01 4 months ago
schema.sql sneed 4 months ago
seed-db.sql sneed 4 months ago
snappy_PCM.txt WIP: Add Casino (Do Not Merge) (#341) 7 months ago
snappy_rDrama.txt sneed 4 months ago
startup.sh remove `git pull` from startup scripts 6 months ago
startup_chat.sh remove `git pull` from startup scripts 6 months ago
startup_docker.sh potential solution to the chat docker problem 6 months ago
supervisord.conf add nginx to docker 6 months ago
ubuntu_setup.sh use exiv2 to remove metadata instead of imagemagick, much much much faster 4 months ago

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.