From 3ce8e553ca16e4fb3564fc92c0e5d833d95704ea Mon Sep 17 00:00:00 2001 From: Chris Yealy Date: Sun, 14 Jun 2020 21:08:53 -0400 Subject: [PATCH 1/2] Reload when config.yaml is changed --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0e964ee..5d911dd 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.yaml") From 58aad444f9ddae14721424a006e7d39f41993927 Mon Sep 17 00:00:00 2001 From: Chris Yealy Date: Sun, 14 Jun 2020 21:23:53 -0400 Subject: [PATCH 2/2] Added descriptions for Gitea, Jellyfin, FreshRSS --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 43a663c..ecfcc97 100644 --- a/config.yaml +++ b/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"