aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoscoeDeWah <roscoe@wah.moe>2025-01-16 13:57:12 +0000
committerRoscoeDeWah <roscoe@wah.moe>2025-01-16 13:57:12 +0000
commitcebb14f59cb54b24861a9aef03b9fcbf57465967 (patch)
treee0ab70bbba4ebb4821fb9a354eef55d30da90558 /config
parentda992ff1b780bf687ba2093d36c2def943296ec5 (diff)
Remove *more* unused stuff
Diffstat (limited to 'config')
-rw-r--r--config/app.php1
-rw-r--r--config/bookmarks.php117
-rw-r--r--config/domain.php27
-rw-r--r--config/projects.php71
-rw-r--r--config/quotes.php957
-rw-r--r--config/sentry.php108
-rw-r--r--config/services.php6
7 files changed, 1 insertions, 1286 deletions
diff --git a/config/app.php b/config/app.php
index 905c302..b184e1d 100644
--- a/config/app.php
+++ b/config/app.php
@@ -9,7 +9,6 @@ return [
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),
- 'api_root' => env('API_ROOT', 'http://localhost:3000'),
'asset_url' => env('ASSET_URL'),
'timezone' => 'UTC',
diff --git a/config/bookmarks.php b/config/bookmarks.php
deleted file mode 100644
index db955d5..0000000
--- a/config/bookmarks.php
+++ /dev/null
@@ -1,117 +0,0 @@
-<?php
-return [
- // Friends' Websites
- [
- 'name' => "Friends' Websites",
- 'bookmarks' => [
- [
- 'name' => "nick99nack",
- 'url' => "http://www.nick99nack.com/",
- 'description' => "Currently in the process of taking over the internet. I Totally didn't steal any of his stuff."
- ],
- [
- 'name' => "campos",
- 'url' => "https://campos02.me/",
- 'description' => "Cool brazilian dude, does programming and stuff"
- ],
- [
- 'name' => "Sashi",
- 'url' => "https://joshuaalto.com/",
- 'description' => "Site redesign #8! I'll find a website style I enjoy eventually, I swear!"
- ],
- [
- 'name' => "noone",
- 'url' => "http://strangenessnetworks.com/",
- 'description' => "Strangeness Networks, noone's website."
- ],
- [
- 'name' => "raf",
- 'url' => "https://notashelf.dev/",
- 'description' => "is a shelf"
- ],
- [
- 'name' => "CamK06",
- 'url' => "https://starman0620.neocities.org/",
- 'description' => "Now with more outdated HTML!"
- ],
- [
- 'name' => "HIDEN",
- 'url' => "https://hiden.pw/",
- 'description' => "Moar buttons!"
- ],
- [
- 'name' => "coco",
- 'url' => "http://cocomark.neocities.org/",
- 'description' => "needs to go to the brain store"
- ],
- [
- 'name' => "Toxidation",
- 'url' => "http://toxi.pw/",
- 'description' => "h (idk if this is his actual domain he has like 5)"
- ],
- [
- 'name' => "xproot",
- 'url' => "http://xproot.pw/",
- 'description' => "a random internet person on this very random planet"
- ]
- ]
- ],
- // Cool Projects
- [
- 'name' => "Cool Projects",
- 'bookmarks' => [
- [
- 'name' => "ToS;DR",
- 'url' => "https://tosdr.org/",
- 'description' => "\"I have read and agree to the Terms\" is the biggest lie on the web. They aim to fix that."
- ],
- [
- 'name' => "NINA",
- 'url' => "https://nina.chat/",
- 'description' => "Yahoo! Messenger (and soon AOL) revival"
- ],
- [
- 'name' => "Escargot",
- 'url' => "https://escargot.chat/",
- 'description' => "MSN/WLM revival"
- ],
- ]
- ],
- // Other Cool Stuff
- [
- 'name' => "Other Cool Stuff",
- 'bookmarks' => [
- [
- 'name' => "WinWorld",
- 'url' => "http://www.winworldpc.com/",
- 'description' => "WinWorld is an online museum dedicated to the preservation and sharing of vintage, abandoned, and pre-release software."
- ],
- [
- 'name' => "ToastyTech",
- 'url' => "http://toastytech.com/",
- 'description' => "Nathan's Toasty Technology Page"
- ],
- [
- 'name' => "Optimized for no one",
- 'url' => "http://www.hoary.org/browse/",
- 'description' => "Optimized for no one, but pretty much OK with . . ."
- ],
- [
- 'name' => "Cameron's World",
- 'url' => "http://www.cameronsworld.net/",
- 'description' => "A love letter to the Internet of old."
- ]
- ]
- ],
- // Miscellaneous Resources
- [
- 'name' => "Miscellaneous Resources",
- 'bookmarks' => [
- [
- 'name' => "Home Manager (Appendix A)",
- 'url' => "https://rycee.gitlab.io/home-manager/options.html",
- 'description' => "Useful list of configuration options for Home Manager."
- ]
- ]
- ]
-];
diff --git a/config/domain.php b/config/domain.php
deleted file mode 100644
index 8d5bbca..0000000
--- a/config/domain.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-return [
- 'env_stub' => '.env',
- 'storage_dirs' => [
- 'app' => [
- 'public' => [
- ],
- ],
- 'framework' => [
- 'cache' => [
- ],
- 'testing' => [
- ],
- 'sessions' => [
- ],
- 'views' => [
- ],
- ],
- 'logs' => [
- ],
- ],
- 'domains' => [
- 'diskfloppy.me' => 'diskfloppy.me',
- 'dwiskfwoppy.me' => 'diskfloppy.me',
- ],
- ];
diff --git a/config/projects.php b/config/projects.php
deleted file mode 100644
index 1c6c0f2..0000000
--- a/config/projects.php
+++ /dev/null
@@ -1,71 +0,0 @@
-<?php
-return [
- [
- 'name' => "Websites",
- 'projects' => [
- [
- 'name' => "diskfloppy.me",
- 'description' => "The website you're looking at right now!",
- 'url' => "https://github.com/floppydisk05/diskfloppy.me",
- 'languages' => ["PHP", "CSS"]
- ],
- [
- 'name' => "NetDrivers",
- 'description' => "Driver downloads website.",
- 'url' => "https://github.com/floppydisk05/NetDrivers",
- 'languages' => ["Ruby", "CSS"]
- ]
- ]
- ],
- [
- 'name' => "APIs",
- 'projects' => [
- [
- 'name' => "trivia-api",
- 'description' => "API to serve random trivia questions.",
- 'url' => "https://github.com/floppydisk05/trivia-api",
- 'languages' => ["JavaScript"]
- ]
- ]
- ],
- [
- 'name' => "Discord Bots",
- 'projects' => [
- [
- 'name' => "PlexBot",
- 'description' => "A basic bot to play music from the configured Plex server in a Discord voice channel.",
- 'url' => "https://github.com/floppydisk05/PlexBot",
- 'languages' => ["Python"]
- ]
- ]
- ],
- [
- 'name' => "Abandoned Projects",
- 'projects' => [
- [
- 'name' => "website-cf",
- 'description' => "Rewrite of my personal website in Adobe ColdFusion.",
- 'url' => "https://github.com/floppydisk05/website-cf",
- 'languages' => ["Adobe ColdFusion"]
- ],
- [
- 'name' => "WinBotJDA",
- 'description' => "Rewrite of CamK06's WinBot using Java and DiscordJDA.",
- 'url' => "https://github.com/floppydisk05/WinBotJDA",
- 'languages' => ["Java"]
- ],
- [
- 'name' => "delayed-eject",
- 'description' => "Scripts which eject the cd drive a lot to annoy nick.",
- 'url' => "https://github.com/floppydisk05/delayed-eject",
- 'languages' => ["Shell", "C"]
- ],
- [
- 'name' => "php-sound",
- 'description' => "Plays a specified sound file or files on the web server when a php page is loaded.",
- 'url' => "https://github.com/floppydisk05/php-sound",
- 'languages' => ["PHP", "Shell"]
- ]
- ]
- ]
-];
diff --git a/config/quotes.php b/config/quotes.php
deleted file mode 100644
index 9bfd8ad..0000000
--- a/config/quotes.php
+++ /dev/null
@@ -1,957 +0,0 @@
-<?php
-return [
- "toh" => [
- [
- "lines" => [
- [
- "character" => "EDA",
- "line" => "Ahh sure. Spare us."
- ],
- [
- "character" => "LILITH",
- "line" => "Woe to us whose fates are sealed."
- ]
- ],
- "attribution" => "The Owl House, S1E11"
- ],
- [
- "lines" => [
- [
- "character" => "EDA",
- "line" => "Hey freeloaders! Guess what today is!"
- ]
- ],
- "attribution" => "The Owl House, S1E12"
- ],
- [
- "lines" => [
- [
- "character" => "EDA",
- "line" => "Quitting! It's like trying, but easier!"
- ]
- ],
- "attribution" => "The Owl House, S1E13"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Can it, Fangs! You don't know diddly-dang about squiddly-squat!"
- ]
- ],
- "attribution" => "The Owl House, S1E13"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Holy bones, you poofed it! Call the cops, this guy's crazy!"
- ]
- ],
- "attribution" => "The Owl House, S1E14"
- ],
- [
- "lines" => [
- [
- "character" => "EDA",
- "line" => "There is one way, but it's terribly dangerous and partially illegal."
- ]
- ],
- "attribution" => "The Owl House, S1E15"
- ],
- [
- "lines" => [
- [
- "character" => "GUS CLONE",
- "line" => "I'd rather die than expose my secrets!"
- ],
- [
- "character" => "GUS",
- "line" => "Then die, you shall!"
- ]
- ],
- "attribution" => "The Owl House, S1E15"
- ],
- [
- "lines" => [
- [
- "character" => "LUZ",
- "line" => "Vee, you're giving up too quick!"
- ],
- [
- "character" => "VEE",
- "line" => "I'm being realistic."
- ]
- ],
- "attribution" => "The Owl House, S2E10"
- ],
- [
- "lines" => [
- [
- "character" => "LUZ",
- "line" => "I have questions about that name..."
- ],
- [
- "character" => "LILITH",
- "line" => "And I have questions about my life!"
- ]
- ],
- "attribution" => "The Owl House, S2E12"
- ],
- [
- "lines" => [
- [
- "character" => "EMIRA",
- "line" => "We can shout as loud as we want, but money always shouts louder."
- ]
- ],
- "attribution" => "The Owl House, S2E20"
- ],
- [
- "lines" => [
- [
- "character" => "VEE",
- "line" => "Uhh, no, I'm new in town, I just have one of those faces! But, ju-just one, the normal amount of face."
- ]
- ],
- "attribution" => "The Owl House, S3E01"
- ],
- [
- "lines" => [
- [
- "character" => "RAINE",
- "line" => "You Know I Hate These Things. Talking To People. Waving To People. People."
- ]
- ],
- "attribution" => "The Owl House, S2E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Who dares intrude upon I, the King of Demons?!"
- ]
- ],
- "attribution" => "The Owl House, S1E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Soon, Mr. Ducky, we shall drink the fear of those who mocked us."
- ]
- ],
- "attribution" => "The Owl House, S1E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Try to catch me when I’m covered in grease! I'm a squirmy little fella."
- ]
- ],
- "attribution" => "The Owl House, S1E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "My crown! Yes, yes! I can feel my powers returning! You, there. Nightmare critter. I shall call you Francois, and you shall be a minion in my army of darkness. Ha‐ha!"
- ]
- ],
- "attribution" => "The Owl House, S1E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Weh?"
- ]
- ],
- "attribution" => "The Owl House, S1E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "That was actually one of her better breakups!"
- ]
- ],
- "attribution" => "The Owl House, S1E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I AM NOT YOUR CUTIE-PIE!!!"
- ]
- ],
- "attribution" => "The Owl House, S1E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Ha! Good luck. The Boiling Isles is nothing but a cesspool of despair."
- ]
- ],
- "attribution" => "The Owl House, S1E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "You should run a small business of more scones into my mouth."
- ]
- ],
- "attribution" => "The Owl House, S1E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Finally, all that mean-spirited laughter made me sleepy."
- ]
- ],
- "attribution" => "The Owl House, S1E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Less talky, more nappy."
- ]
- ],
- "attribution" => "The Owl House, S1E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Can't mistake her smell. Like lemons and young, naïve confidence."
- ]
- ],
- "attribution" => "The Owl House, S1E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I have no son! Eat salt!"
- ]
- ],
- "attribution" => "The Owl House, S1E3"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Even demons have inner demons."
- ]
- ],
- "attribution" => "The Owl House, S1E4"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Look, now we're boo-boo buddies!"
- ]
- ],
- "attribution" => "The Owl House, S1E4"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Bap!"
- ]
- ],
- "attribution" => "The Owl House, S1E4"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Remember when her head got cut off last week? That woman can survive anything. She's probably just tired from staying up all night chasing shrews and voles."
- ]
- ],
- "attribution" => "The Owl House, S1E4"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "That voice. That horrific voice!!!"
- ]
- ],
- "attribution" => "The Owl House, S1E4"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Show me the picture! Hah! I can draw better than that. You know, they once called me the King of Artists."
- ]
- ],
- "attribution" => "The Owl House, S1E5"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Are you bestowing gifts upon me? Yes! I accept your offering! The King of Demons is back!"
- ]
- ],
- "attribution" => "The Owl House, S1E5"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Cupcakes in my tummy-tum makes the King say yummy-yum!"
- ]
- ],
- "attribution" => "The Owl House, S1E5"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Mmm? Oh, yeah. No."
- ]
- ],
- "attribution" => "The Owl House, S1E5"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I'm stealing everything that's not nailed down!"
- ]
- ],
- "attribution" => "The Owl House, S1E6"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "King? Who's King? I go by Little Bone Boy now."
- ]
- ],
- "attribution" => "The Owl House, S1E6"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Rivals are meant to be annihilated not befriended. Now keep reading. I've been sucked into your awful fandom."
- ]
- ],
- "attribution" => "The Owl House, S1E7"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "What does Luz know about problems anyway? All she has is dumb teen drama! She doesn't understand how hard some of us have it."
- ]
- ],
- "attribution" => "The Owl House, S1E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Well, I don't know if you realized, but I'm not a baby!"
- ]
- ],
- "attribution" => "The Owl House, S1E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "My life is a living nightmare!"
- ]
- ],
- "attribution" => "The Owl House, S1E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Fight to the death!"
- ]
- ],
- "attribution" => "The Owl House, S1E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I've got some... very confusing emotions right now."
- ]
- ],
- "attribution" => "The Owl House, S1E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "All right, you acne‐encrusted hormone buckets. Let's go let out some teen angst!"
- ]
- ],
- "attribution" => "The Owl House, S1E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Ooh! Fight, fight, fight!"
- ]
- ],
- "attribution" => "The Owl House, S1E9"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Yes! Yes! This is a throne worthy of a tyrant. Bow to me you snotty underlings. Bow!"
- ]
- ],
- "attribution" => "The Owl House, S1E10"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "*Rage squeals*"
- ]
- ],
- "attribution" => "The Owl House, S1E10"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Hey you scum! Which one of you wants to read my literary masterpiece? Anyone brave enough?"
- ]
- ],
- "attribution" => "The Owl House, S1E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I've always wanted a people chair! I'm in! This will be my first step in my reclamation of power!"
- ]
- ],
- "attribution" => "The Owl House, S1E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I'm sorry, my lawyer advised me not to look at unsolicited work."
- ]
- ],
- "attribution" => "The Owl House, S1E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "What's a book? Good night!"
- ]
- ],
- "attribution" => "The Owl House, S1E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Hey! Less ready, more scratchy!"
- ]
- ],
- "attribution" => "The Owl House, S1E12"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Military discipline, cooking! Ha, I truly am a demon for all seasons! Just a dash of Eda's secret sauce and I'm the creator of life!"
- ]
- ],
- "attribution" => "The Owl House, S1E12"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "This day shall live in infamy."
- ]
- ],
- "attribution" => "The Owl House, S1E12"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Obedience? Well, what is a teacher if not an authority figure? A king of children, if you will. Yes! I am your teacher! You may call me Mr. King!"
- ]
- ],
- "attribution" => "The Owl House, S1E13"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Assume a coefficient of ten, carry the two, solve for Y, and that is the way to steal a pie from a windowsill! Also you can eat trash."
- ]
- ],
- "attribution" => "The Owl House, S1E13"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Alright. Read chapters three to five on the right way to scratch yourself in public. Spoiler alert: There's no wrong way! Ah, days like these make being a teacher all worth it."
- ]
- ],
- "attribution" => "The Owl House, S1E13"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Oh dear, I've gotten a tube stuck on my nose! Will I ever eat again? Looks like I'm toast!"
- ]
- ],
- "attribution" => "The Owl House, S1E14"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "The King of Demons misses nobody! I wouldn't care if she came through this door right now!"
- ]
- ],
- "attribution" => "The Owl House, S1E14"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Beat up the man and steal his things for me!"
- ]
- ],
- "attribution" => "The Owl House, S1E14"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I'm gonna bake that kid into a pie!"
- ]
- ],
- "attribution" => "The Owl House, S1E15"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Senseless violence. Yes, attack! DEATH IS YOUR GOD!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I FORGE MY OWN PATH!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Why am I doing this? I don't even wear clothes!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Ha! What possible regrets could come from the internet? Oh, did you know the earth is actually flat!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "We're going to turn this blood-bath into a fun-bath!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Girl, you can pull off anything! Up top! We're style geniuses!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Now I am king and queen! Best of both things!"
- ]
- ],
- "attribution" => "The Owl House, S1E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Yes! Now I’ll strike fear into my enemies with this armor of intimidation."
- ]
- ],
- "attribution" => "The Owl House, S1E17"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "You know what, when she first got here, I thought we were gonna eat her. But now I only think of that, like, sometimes."
- ]
- ],
- "attribution" => "The Owl House, S1E18"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "The cake is me!"
- ]
- ],
- "attribution" => "The Owl House, S1E18"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Me and Eda don't always see eye to eye, but I do consider her family. I want her back as much as you do."
- ]
- ],
- "attribution" => "The Owl House, S1E19"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "We'll have to do something so diabolical, so criminally insane, that they'll have to send us to the Conformatorium."
- ]
- ],
- "attribution" => "The Owl House, S1E19"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I'm never letting you go! You're never returning to the human realm!"
- ]
- ],
- "attribution" => "The Owl House, S2E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "King want a cracker!"
- ]
- ],
- "attribution" => "The Owl House, S2E1"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Weh? Yeah yeah, I'll deal with it. No one ever said power came with responsibility..."
- ]
- ],
- "attribution" => "The Owl
-
- House, S2E2"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "The King of Demons yields to no one!"
- ]
- ],
- "attribution" => "The Owl House, S2E3"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Ah, the chamber where I would devour the hearts of my foes. The taste was cold and bitter, but I bet yours would be sweet, Luz."
- ]
- ],
- "attribution" => "The Owl House, S2E3"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Is that a six-footed pig or a floating appendage? Why, no! It's Gus the Illusion Master. Please leave a message."
- ]
- ],
- "attribution" => "The Owl House, S2E5"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "And weh, and weh, and weh, and weh, and weh, and weh, and weh, and weh!"
- ]
- ],
- "attribution" => "The Owl House, S2E7"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Haha! Saint Epiderm? More like Stank Epiderm!"
- ]
- ],
- "attribution" => "The Owl House, S2E7"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "DID YOU OWL PELLET ME?!"
- ]
- ],
- "attribution" => "The Owl House, S2E8"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "You look like one of my hairballs. Let's just do the trench coat thing!"
- ]
- ],
- "attribution" => "The Owl House, S2E9"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Guess minecart chases are a lot more dangerous than video games make'em seem."
- ]
- ],
- "attribution" => "The Owl House, S2E9"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "I can't wait to eat HUMAN snacks!"
- ]
- ],
- "attribution" => "The Owl House, S2E10"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "It was the... yeast I could do."
- ]
- ],
- "attribution" => "The Owl House, S2E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "With my love of mayhem and Hooty’s desperate need for attention, this’ll be a cake walk!"
- ]
- ],
- "attribution" => "The Owl House, S2E11"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Hey, Eda, look! \"Dear sister, join the Emperor's Coven and together, we can become gods!\""
- ]
- ],
- "attribution" => "The Owl House, S2E12"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Ooh! That'll work great when birds try to fly away with me."
- ]
- ],
- "attribution" => "The Owl House, S2E14"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "What you need is a healthy distractions from your problems. Like breakfast!"
- ]
- ],
- "attribution" => "The Owl House, S2E14"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Is this thing on? Demon King to Luzura, you copy?"
- ]
- ],
- "attribution" => "The Owl House, S2E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "Uh, oh. Uh... Hable más lento, por favor."
- ]
- ],
- "attribution" => "The Owl House, S2E16"
- ],
- [
- "lines" => [
- [
- "character" => "KING",
- "line" => "The Collector is just a little kid. A scary, powerful one, but… also… sad, and alone. I don’t know, this whole time, I was scared of making him mad, but… I think I can relate to him."
- ]
- ],
- "attribution" => "The Owl House, S3E1"
- ]
- ],
- "neversaid" => [
- [
- "name" => "ASM",
- "quote" => "The Director liked all the props we got today."
- ],
- [
- "name" => "PM",
- "quote" => "Ah ha, a revolve. Terrific."
- ],
- [
- "name" => "Chippie",
- "quote" => "I don't know, let's look at the ground plan."
- ],
- [
- "name" => "Set Designer",
- "quote" => "Well, let's just have whatever is cheaper."
- ],
- [
- "name" => "Sound",
- "quote" => "Better turn that down a bit. We don't want to deafen them."
- ],
- [
- "name" => "Director",
- "quote" => "Sorry, my mistake."
- ],
- [
- "name" => "Electrics",
- "quote" => "This equipment is more complicated than we need."
- ],
- [
- "name" => "Performer",
- "quote" => "I really think my big scene should be cut."
- ],
- [
- "name" => "SM",
- "quote" => "Can we do that scene change again please?"
- ],
- [
- "name" => "LX designer",
- "quote" => "Bit more light from those big chaps at the side. Yes that's right, the ones on stalks whatever they are called."
- ],
- [
- "name" => "Electrics",
- "quote" => "All the equipment works perfectly."
- ],
- [
- "name" => "Musicians",
- "quote" => "So what if that's the end of a call. Let's just finish this bit off."
- ],
- [
- "name" => "Wardrobe",
- "quote" => "Now, when exactly is the first dress rehearsal?"
- ],
- [
- "name" => "Workshop",
- "quote" => "I don't want anyone to know, but if you insist then yes, I admit it, I have just done an all-nighter."
- ],
- [
- "name" => "Performer",
- "quote" => "This costume is so comfortable."
- ],
- [
- "name" => "Admin",
- "quote" => "The level of overtime payments here are simply unacceptable. Our backstage staff deserve better."
- ],
- [
- "name" => "Box Office",
- "quote" => "Comps? No problem."
- ],
- [
- "name" => "Set Designer",
- "quote" => "You're right, it looks dreadful."
- ],
- [
- "name" => "Flyman",
- "quote" => "No, my lips are sealed. What I may or may not have seen remains a secret."
- ],
- [
- "name" => "Electrics",
- "quote" => "That had nothing to do with the computer, it was my fault."
- ],
- [
- "name" => "Crew",
- "quote" => "No, no, I'm sure that's our job."
- ],
- [
- "name" => "SMgt",
- "quote" => "Thanks, but I don't drink."
- ],
- [
- "name" => "Performer",
- "quote" => "Let me stand down here with my back to the audience."
- ],
- [
- "name" => "Chippie",
- "quote" => "I can't really manage those big fast power tools myself."
- ],
- [
- "name" => "Chippie",
- "quote" => "I prefer to use these little hand drills."
- ],
- [
- "name" => "All",
- "quote" => "Let's go and ask the Production Manager. He'll know."
- ]
- ]
-];
diff --git a/config/sentry.php b/config/sentry.php
deleted file mode 100644
index 2421325..0000000
--- a/config/sentry.php
+++ /dev/null
@@ -1,108 +0,0 @@
-<?php
-
-/**
- * Sentry Laravel SDK configuration file.
- *
- * @see https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/
- */
-return [
-
- // @see https://docs.sentry.io/product/sentry-basics/dsn-explainer/
- 'dsn' => env('SENTRY_LARAVEL_DSN', env('SENTRY_DSN')),
-
- // The release version of your application
- // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
- 'release' => env('SENTRY_RELEASE'),
-
- // When left empty or `null` the Laravel environment will be used (usually discovered from `APP_ENV` in your `.env`)
- 'environment' => env('SENTRY_ENVIRONMENT'),
-
- // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#sample-rate
- 'sample_rate' => env('SENTRY_SAMPLE_RATE') === null ? 1.0 : (float)env('SENTRY_SAMPLE_RATE'),
-
- // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#traces-sample-rate
- 'traces_sample_rate' => env('SENTRY_TRACES_SAMPLE_RATE') === null ? null : (float)env('SENTRY_TRACES_SAMPLE_RATE'),
-
- // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#profiles-sample-rate
- 'profiles_sample_rate' => env('SENTRY_PROFILES_SAMPLE_RATE') === null ? null : (float)env('SENTRY_PROFILES_SAMPLE_RATE'),
-
- // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#send-default-pii
- 'send_default_pii' => env('SENTRY_SEND_DEFAULT_PII', false),
-
- // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-exceptions
- // 'ignore_exceptions' => [],
-
- // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-transactions
- // 'ignore_transactions' => [],
-
- // Breadcrumb specific configuration
- 'breadcrumbs' => [
- // Capture Laravel logs as breadcrumbs
- 'logs' => env('SENTRY_BREADCRUMBS_LOGS_ENABLED', true),
-
- // Capture Laravel cache events (hits, writes etc.) as breadcrumbs
- 'cache' => env('SENTRY_BREADCRUMBS_CACHE_ENABLED', true),
-
- // Capture Livewire components like routes as breadcrumbs
- 'livewire' => env('SENTRY_BREADCRUMBS_LIVEWIRE_ENABLED', true),
-
- // Capture SQL queries as breadcrumbs
- 'sql_queries' => env('SENTRY_BREADCRUMBS_SQL_QUERIES_ENABLED', true),
-
- // Capture SQL query bindings (parameters) in SQL query breadcrumbs
- 'sql_bindings' => env('SENTRY_BREADCRUMBS_SQL_BINDINGS_ENABLED', false),
-
- // Capture queue job information as breadcrumbs
- 'queue_info' => env('SENTRY_BREADCRUMBS_QUEUE_INFO_ENABLED', true),
-
- // Capture command information as breadcrumbs
- 'command_info' => env('SENTRY_BREADCRUMBS_COMMAND_JOBS_ENABLED', true),
-
- // Capture HTTP client request information as breadcrumbs
- 'http_client_requests' => env('SENTRY_BREADCRUMBS_HTTP_CLIENT_REQUESTS_ENABLED', true),
- ],
-
- // Performance monitoring specific configuration
- 'tracing' => [
- // Trace queue jobs as their own transactions (this enables tracing for queue jobs)
- 'queue_job_transactions' => env('SENTRY_TRACE_QUEUE_ENABLED', false),
-
- // Capture queue jobs as spans when executed on the sync driver
- 'queue_jobs' => env('SENTRY_TRACE_QUEUE_JOBS_ENABLED', true),
-
- // Capture SQL queries as spans
- 'sql_queries' => env('SENTRY_TRACE_SQL_QUERIES_ENABLED', true),
-
- // Capture SQL query bindings (parameters) in SQL query spans
- 'sql_bindings' => env('SENTRY_TRACE_SQL_BINDINGS_ENABLED', false),
-
- // Capture where the SQL query originated from on the SQL query spans
- 'sql_origin' => env('SENTRY_TRACE_SQL_ORIGIN_ENABLED', true),
-
- // Capture views rendered as spans
- 'views' => env('SENTRY_TRACE_VIEWS_ENABLED', true),
-
- // Capture Livewire components as spans
- 'livewire' => env('SENTRY_TRACE_LIVEWIRE_ENABLED', true),
-
- // Capture HTTP client requests as spans
- 'http_client_requests' => env('SENTRY_TRACE_HTTP_CLIENT_REQUESTS_ENABLED', true),
-
- // Capture Redis operations as spans (this enables Redis events in Laravel)
- 'redis_commands' => env('SENTRY_TRACE_REDIS_COMMANDS', false),
-
- // Capture where the Redis command originated from on the Redis command spans
- 'redis_origin' => env('SENTRY_TRACE_REDIS_ORIGIN_ENABLED', true),
-
- // Enable tracing for requests without a matching route (404's)
- 'missing_routes' => env('SENTRY_TRACE_MISSING_ROUTES_ENABLED', false),
-
- // Configures if the performance trace should continue after the response has been sent to the user until the application terminates
- // This is required to capture any spans that are created after the response has been sent like queue jobs dispatched using `dispatch(...)->afterResponse()` for example
- 'continue_after_response' => env('SENTRY_TRACE_CONTINUE_AFTER_RESPONSE', true),
-
- // Enable the tracing integrations supplied by Sentry (recommended)
- 'default_integrations' => env('SENTRY_TRACE_DEFAULT_INTEGRATIONS_ENABLED', true),
- ],
-
-];
diff --git a/config/services.php b/config/services.php
index aaad053..21e97c7 100644
--- a/config/services.php
+++ b/config/services.php
@@ -17,9 +17,5 @@ return [
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
- ],
- 'lanyard' => [
- 'user_id' => env('DISCORD_USER_ID'),
- ],
- 'weatherlink' => env('WEATHERLINK_IP')
+ ]
];