diff --git a/app.py b/app.py
index d1950c2..fa8c826 100644
--- a/app.py
+++ b/app.py
@@ -24,4 +24,4 @@ def index():
if __name__ == '__main__':
- app.run()
\ No newline at end of file
+ app.run(extra_files="config/config.yaml")
diff --git a/config/config.yaml b/config/config.yaml
index 43a663c..ecfcc97 100644
--- a/config/config.yaml
+++ b/config/config.yaml
@@ -18,16 +18,16 @@ apps:
image: "nextcloud.png"
gitea:
name: "Gitea"
- description: "
It's git"
+ description: "
Upset that Microsoft bought Github? Well look no further than Technical Incompetence's git server! Our Gitea instance will lovingly cradle all your \"Made with <3 from my mother's basement\" half finished personal projects."
link: "https://git.technicalincompetence.club"
image: "gitea.png"
jellyfin:
name: "Jellyfin"
- description: "
It's a jellyfin"
+ description: "
Angry about the StReAmInG WaRs? Well our Jellyfin instance has you covered. Listen to all your embarassing weeb music, or watch your barely-not-porn weeb shows and movies. We're not judging you."
link: "https://jellyfin.technicalincompetence.club"
image: "jellyfin.png"
rss:
name: "FreshRSS"
- description: "
It's rss"
+ description: "
RSS is a dying technology, but that doesn't mean it's a useless technology! Experience the best (or the worst) of what the internet has to offer. Hand craft your own feeds, and if the internet still sucks? You have only yourself to blame."
link: "https://rss.technicalincompetence.club"
- image: "freshrss.png"
\ No newline at end of file
+ image: "freshrss.png"