Browse Source

Merge

mistress
Daniel Muckerman 4 years ago
parent
commit
301a2464ad
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      app.py
  2. +4
    -4
      config/config.yaml

+ 1
- 1
app.py View File

@ -24,4 +24,4 @@ def index():
if __name__ == '__main__':
app.run()
app.run(extra_files="config/config.yaml")

+ 4
- 4
config/config.yaml View File

@ -18,16 +18,16 @@ apps:
image: "nextcloud.png"
gitea:
name: "Gitea"
description: "<br>It's git"
description: "<br>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: "<br>It's a jellyfin"
description: "<br>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: "<br>It's rss"
description: "<br>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"
image: "freshrss.png"

Loading…
Cancel
Save