From 6d48f1013c34eb76cd64ebcbe705806e74c1c301 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:04:44 -0800 Subject: [PATCH 01/12] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 0c718859f..5ce331eca 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![Build status](https://travis-ci.com/ruqqus/ruqqus.svg?branch=master)](https://travis-ci.com/ruqqus) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/ruqqus/ruqqus) [![Website](https://img.shields.io/website/https/www.ruqqus.com?down_color=red&down_message=down&up_message=up)](https://www.ruqqus.com) ![GitHub language count](https://img.shields.io/github/languages/count/ruqqus/ruqqus) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ruqqus/ruqqus) ![Lines of code](https://img.shields.io/tokei/lines/github/ruqqus/ruqqus) ![GitHub](https://img.shields.io/github/license/ruqqus/ruqqus) [![Discord](https://img.shields.io/discord/599258778520518676)](https://ruqqus.com/discord) + # Installation Installing Drama locally is the fastest way to get the software up and running and start tinkering under the hood. From 2440fefa2465bfeb99dc6009ab876154eb3ba500 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:06:01 -0800 Subject: [PATCH 02/12] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5ce331eca..41fc23ff9 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![Build status](https://travis-ci.com/ruqqus/ruqqus.svg?branch=master)](https://travis-ci.com/ruqqus) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/ruqqus/ruqqus) [![Website](https://img.shields.io/website/https/www.ruqqus.com?down_color=red&down_message=down&up_message=up)](https://www.ruqqus.com) ![GitHub language count](https://img.shields.io/github/languages/count/ruqqus/ruqqus) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ruqqus/ruqqus) ![Lines of code](https://img.shields.io/tokei/lines/github/ruqqus/ruqqus) ![GitHub](https://img.shields.io/github/license/ruqqus/ruqqus) [![Discord](https://img.shields.io/discord/599258778520518676)](https://ruqqus.com/discord) +[![Build status](https://travis-ci.com/Aevann/Drama.svg?branch=frost)](https://travis-ci.com/drama) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Aevann/Drama) [![Website](https://img.shields.io/website/https/rdrama.net?down_color=red&down_message=down&up_message=up)](https://www.rdrama.net) ![GitHub language count](https://img.shields.io/github/languages/count/Aevann/Drama) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Aevann/Drama) ![Lines of code](https://img.shields.io/tokei/lines/github/Aevann/Drama) ![GitHub](https://img.shields.io/github/license/Aevann/Drama) # Installation From d72a7d0250b2abd42beb572d174d3e6040df917d Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:06:42 -0800 Subject: [PATCH 03/12] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 41fc23ff9..e666f6f91 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![Build status](https://travis-ci.com/Aevann/Drama.svg?branch=frost)](https://travis-ci.com/drama) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Aevann/Drama) [![Website](https://img.shields.io/website/https/rdrama.net?down_color=red&down_message=down&up_message=up)](https://www.rdrama.net) ![GitHub language count](https://img.shields.io/github/languages/count/Aevann/Drama) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Aevann/Drama) ![Lines of code](https://img.shields.io/tokei/lines/github/Aevann/Drama) ![GitHub](https://img.shields.io/github/license/Aevann/Drama) +[![Build status](https://travis-ci.com/Aevann1/Drama.svg?branch=frost)](https://travis-ci.com/drama) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Aevann1/Drama) [![Website](https://img.shields.io/website/https/rdrama.net?down_color=red&down_message=down&up_message=up)](https://www.rdrama.net) ![GitHub language count](https://img.shields.io/github/languages/count/Aevann1/Drama) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Aevann1/Drama) ![Lines of code](https://img.shields.io/tokei/lines/github/Aevann1/Drama) ![GitHub](https://img.shields.io/github/license/Aevann1/Drama) # Installation @@ -15,7 +15,7 @@ Installing Drama locally is the fastest way to get the software up and running a 2- Download Drama into your machine by running this command. ``` -git clone https://github.com/Aevann1/Drama/ +git clone https://github.com/Aevann11/Drama/ ``` 3- Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command: @@ -35,7 +35,7 @@ docker-compose up 1- Download Drama into your machine by running this command. ``` -git clone https://github.com/Aevann1/Drama/ /drama +git clone https://github.com/Aevann11/Drama/ /drama ``` 2- Navigate to `/drama` From 0ff7064388824de30ac50cde21411a34fe740c93 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:10:39 -0800 Subject: [PATCH 04/12] Create .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..fa34a286e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: python +python: 3.8 +script: python3.8 test.py From 4d96e879452774876e9160d78ac29448f7a3f95c Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:11:04 -0800 Subject: [PATCH 05/12] Create test.py --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 000000000..360f32900 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +from files import __main__ From 61e5b9cfa0b39f37a802011ae6c117fc53df09b4 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:14:35 -0800 Subject: [PATCH 06/12] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e666f6f91..42c54c751 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![Build status](https://travis-ci.com/Aevann1/Drama.svg?branch=frost)](https://travis-ci.com/drama) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Aevann1/Drama) [![Website](https://img.shields.io/website/https/rdrama.net?down_color=red&down_message=down&up_message=up)](https://www.rdrama.net) ![GitHub language count](https://img.shields.io/github/languages/count/Aevann1/Drama) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Aevann1/Drama) ![Lines of code](https://img.shields.io/tokei/lines/github/Aevann1/Drama) ![GitHub](https://img.shields.io/github/license/Aevann1/Drama) +[![Build status](https://travis-ci.com/Aevann1/Drama.svg?branch=frost)](https://app.travis-ci.com/github/Aevann1/Drama) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/Aevann1/Drama) [![Website](https://img.shields.io/website/https/rdrama.net?down_color=red&down_message=down&up_message=up)](https://www.rdrama.net) ![GitHub language count](https://img.shields.io/github/languages/count/Aevann1/Drama) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Aevann1/Drama) ![Lines of code](https://img.shields.io/tokei/lines/github/Aevann1/Drama) ![GitHub](https://img.shields.io/github/license/Aevann1/Drama) # Installation From 120f2dc743bcc07c4d2c222d729d01e9b27b327f Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:15:09 -0800 Subject: [PATCH 07/12] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa34a286e..0164e2800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python -python: 3.8 -script: python3.8 test.py +python: 3.7 +script: python3.7 test.py From 5ea146ae7fe917c7275e87920236278cb4cc1539 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:23:21 -0800 Subject: [PATCH 08/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0164e2800..ddc1dae13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python python: 3.7 -script: python3.7 test.py +script: . env && python3.7 test.py From 70dfceecae3b7733f4a9ae744c53bc9067d99abb Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:27:07 -0800 Subject: [PATCH 09/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ddc1dae13..3e1594277 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python python: 3.7 -script: . env && python3.7 test.py +script: source env.sh && python3.7 test.py From 7e4497977495a5c09e386ee9552cf9551120fa33 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:27:20 -0800 Subject: [PATCH 10/12] Rename env to env.sh --- env => env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename env => env.sh (95%) diff --git a/env b/env.sh similarity index 95% rename from env rename to env.sh index 8b86dac13..5276d69c8 100644 --- a/env +++ b/env.sh @@ -33,4 +33,4 @@ export MAIL_USERNAME="blahblahblah@gmail.com" export MAIL_PASSWORD="3435tdfsdudebussylmaoxxt43" export DESCRIPTION="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!" export CF_KEY="3435tdfsdudebussylmaoxxt43" -export CF_ZONE="3435tdfsdudebussylmaoxxt43" \ No newline at end of file +export CF_ZONE="3435tdfsdudebussylmaoxxt43" From fcc27886485672e223255da72868d48874148662 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:32:29 -0800 Subject: [PATCH 11/12] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e1594277..ef42b5a6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: python python: 3.7 -script: source env.sh && python3.7 test.py +script: source setup From 2eb923a94d4d50927ab0482a56e106f62e9d7fbc Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 23 Jan 2022 11:32:57 -0800 Subject: [PATCH 12/12] Update setup --- setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup b/setup index 7ddd002ee..b38c62cdd 100644 --- a/setup +++ b/setup @@ -13,6 +13,6 @@ sudo apt -y install gunicorn sudo apt -y install ffmpeg mkdir /songs mkdir /images -cp ./env /env -. /env -sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500 \ No newline at end of file +cp ./env.sh /env.sh +. /env.sh +sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500