From 15e11d30aad700307260b8efd571bb1c13a908e6 Mon Sep 17 00:00:00 2001
From: Cooper Ransom
Date: Fri, 22 Mar 2024 13:31:25 -0400
Subject: [PATCH 05/14] Add custom @sudo-flix email
---
README.md | 2 +-
public/config.js | 2 +-
src/assets/locales/en.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a93c9435..8438c3e0 100644
--- a/README.md
+++ b/README.md
@@ -72,4 +72,4 @@ git push # Push to YOUR repository
## Contact Me
**Discord:** *.baddeveloper*
-**Email:** *[sudo-flix@proton.me](mailto:sudo-flix@proton.me)*
+**Email:** *[dev@sudo-flix.lol](mailto:dev@sudo-flix.lol)*
diff --git a/public/config.js b/public/config.js
index 7eb8a8bc..1f4dbfa6 100644
--- a/public/config.js
+++ b/public/config.js
@@ -1,7 +1,7 @@
window.CONFIG = {
VITE_BACKEND_URL: "https://backend.sudo-flix.lol/",
VITE_CORS_PROXY_URL: "https://sudo-proxy1.sudo-flix.lol%2Chttps//sudo-proxy2.sudo-flix.lol,https://sudo-proxy3.sudo-flix.lol,https://sudo-proxy4.sudo-flix.lol,https://sudo-proxy5.sudo-flix.lol",
- VITE_DMCA_EMAIL: "sudo-flix@proton.me",
+ VITE_DMCA_EMAIL: "dev@sudo-flix.lol",
VITE_GA_ID: "G-3VB2TNCW2V",
VITE_NORMAL_ROUTER: true,
VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhZTljNGE2ZDE1ZDFiODZiNzdlMWQyYmI5ZGY0MzdmYyIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.kAX7TkbKuJkNty6IsjcCLnoENFicVZn6d6DkLQsy3p8",
diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json
index a9db3c83..df636e26 100644
--- a/src/assets/locales/en.json
+++ b/src/assets/locales/en.json
@@ -453,7 +453,7 @@
},
"screens": {
"dmca": {
- "text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: sudo-flix@proton.me below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.",
+ "text": "Welcome to sudo-flix's DMCA contact page. If you believe your copyrighted work has been improperly used on our platform (😢), please send a detailed DMCA notice to: dev@sudo-flix.lol below. Please include a description of the copyrighted material, your contact details, and a statement of good faith belief. We're committed to resolving these matters promptly and appreciate your cooperation.",
"title": "DMCA :("
},
"loadingApp": "Loading application",
From debd422109a2cd5543b58105074ca10f590530d3 Mon Sep 17 00:00:00 2001
From: Cooper Ransom
Date: Fri, 22 Mar 2024 20:53:56 -0400
Subject: [PATCH 06/14] Delete config'js
---
public/config.js | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 public/config.js
diff --git a/public/config.js b/public/config.js
deleted file mode 100644
index 1f4dbfa6..00000000
--- a/public/config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-window.CONFIG = {
- VITE_BACKEND_URL: "https://backend.sudo-flix.lol/",
- VITE_CORS_PROXY_URL: "https://sudo-proxy1.sudo-flix.lol%2Chttps//sudo-proxy2.sudo-flix.lol,https://sudo-proxy3.sudo-flix.lol,https://sudo-proxy4.sudo-flix.lol,https://sudo-proxy5.sudo-flix.lol",
- VITE_DMCA_EMAIL: "dev@sudo-flix.lol",
- VITE_GA_ID: "G-3VB2TNCW2V",
- VITE_NORMAL_ROUTER: true,
- VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhZTljNGE2ZDE1ZDFiODZiNzdlMWQyYmI5ZGY0MzdmYyIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.kAX7TkbKuJkNty6IsjcCLnoENFicVZn6d6DkLQsy3p8",
-};
From ac0cb22e3869c3e21f29c505f8b241567a3023ea Mon Sep 17 00:00:00 2001
From: Cooper Ransom
Date: Fri, 22 Mar 2024 21:51:54 -0400
Subject: [PATCH 07/14] Add og:image for embeds
---
index.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 94452660..2fc088df 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,8 @@
+
+
@@ -173,4 +175,4 @@