fix: delete glance folders
|
Before Width: | Height: | Size: 27 KiB |
|
|
@ -1,40 +0,0 @@
|
|||
<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
>
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="https://codeberg.org/forgejo/meta/src/branch/readme/branding#logo">
|
||||
<dc:title>Forgejo logo</dc:title>
|
||||
<cc:creator rdf:resource="https://caesarschinas.com/"><cc:attributionName>Caesar Schinas</cc:attributionName></cc:creator>
|
||||
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<style type="text/css">
|
||||
circle {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 15;
|
||||
}
|
||||
path {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 25;
|
||||
}
|
||||
.orange {
|
||||
stroke:#ff6600;
|
||||
}
|
||||
.red {
|
||||
stroke:#d40000;
|
||||
}
|
||||
</style>
|
||||
<g transform="translate(6,6)">
|
||||
<path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="orange" />
|
||||
<path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="red" />
|
||||
<circle cx="142" cy="20" r="18" class="orange" />
|
||||
<circle cx="142" cy="88" r="18" class="red" />
|
||||
<circle cx="58" cy="180" r="18" class="red" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 9.9 KiB |
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Part of the Jellyfin project (https://jellyfin.media)
|
||||
-
|
||||
- All copyright belongs to the Jellyfin contributors; a full list can
|
||||
- be found in the file CONTRIBUTORS.md
|
||||
-
|
||||
- This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
- To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<svg version="1.1" id="icon-transparent" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<linearGradient id="linear-gradient" gradientUnits="userSpaceOnUse" x1="110.25" y1="213.3" x2="496.14" y2="436.09">
|
||||
<stop offset="0" style="stop-color:#AA5CC3"/>
|
||||
<stop offset="1" style="stop-color:#00A4DC"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<title>icon-transparent</title>
|
||||
<g id="icon-transparent">
|
||||
<path id="inner-shape" d="M256,201.6c-20.4,0-86.2,119.3-76.2,139.4s142.5,19.9,152.4,0S276.5,201.6,256,201.6z" fill="url(#linear-gradient)"/>
|
||||
<path id="outer-shape" d="M256,23.3c-61.6,0-259.8,359.4-229.6,420.1s429.3,60,459.2,0S317.6,23.3,256,23.3z
|
||||
M406.5,390.8c-19.6,39.3-281.1,39.8-300.9,0s110.1-275.3,150.4-275.3S426.1,351.4,406.5,390.8z" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
server:
|
||||
assets-path: /app/assets
|
||||
|
||||
theme:
|
||||
light: true
|
||||
background-color: 0 0 95
|
||||
primary-color: 0 0 10
|
||||
negative-color: 0 90 50
|
||||
custom-css-file: /assets/user.css
|
||||
|
||||
pages:
|
||||
# It's not necessary to create a new file for each page and include it, you can simply
|
||||
# put its contents here, though multiple pages are easier to manage when separated
|
||||
- $include: home.yml
|
||||
|
||||
auth:
|
||||
secret-key: yffGo2FyXMSBqkp/joG30AUCwnP+eF16P3Y0A3+0Jp22P+BjQ0/B+rQzLI+hXqQKPAVYdHdF4TBJ0gWZ6jirRw== # this must be set to a random value generated using the secret:make CLI command
|
||||
users:
|
||||
admin:
|
||||
password: HgU0P9dEvjQ%nXw0ZMFz
|
||||
|
|
@ -1,244 +0,0 @@
|
|||
- name: Home
|
||||
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
||||
# hide-desktop-navigation: true
|
||||
columns:
|
||||
- size: small
|
||||
widgets:
|
||||
- type: bookmarks
|
||||
groups:
|
||||
- links:
|
||||
- title: Youtube
|
||||
url: https://www.youtube.com/
|
||||
- title: Github
|
||||
url: https://github.com
|
||||
- title: Monkeytype
|
||||
url: https://monkeytype.com/
|
||||
- title: Awesome Homelab
|
||||
url: https://www.awesome-homelab.com/
|
||||
- title: Homelab
|
||||
color: 100 100 50
|
||||
links:
|
||||
- title: Portainer
|
||||
url: https://192.168.12.151:9443/#!/home
|
||||
- title: AdGuard DNS
|
||||
url: http://192.168.12.151/
|
||||
- title: Filebrowser
|
||||
url: https://drive.theocloud.dev/
|
||||
- title: Immich
|
||||
url: https://immich.theocloud.dev/
|
||||
- title: Git
|
||||
url: https://git.theocloud.dev/
|
||||
- title: Open WebUI
|
||||
url: https://chat.theocloud.dev/
|
||||
- title: n8n
|
||||
url: https://n8n.theocloud.dev/
|
||||
- title: Mealie
|
||||
url: https://mealie.theocloud.dev/
|
||||
- title: Uptime Kuma
|
||||
url: https://uptime.theocloud.dev/
|
||||
- title: Overleaf
|
||||
url: https://overleaf.theocloud.dev/project/
|
||||
- title: Media Automation
|
||||
color: 200 50 50
|
||||
links:
|
||||
- title: Jellyfin
|
||||
url: https://jellyfin.theocloud.dev/
|
||||
- title: Jellyseerr
|
||||
url: https://jellyseerr.theocloud.dev/
|
||||
- title: HWR
|
||||
color: 10 70 50
|
||||
links:
|
||||
- title: WebMail
|
||||
url: https://webmail.stud.hwr-berlin.de/appsuite/
|
||||
- title: SAM
|
||||
url: https://sam.hwr-berlin.de/de/
|
||||
- title: Moodle
|
||||
url: https://moodle.hwr-berlin.de/
|
||||
- title: Studenplan
|
||||
url: https://moodle.hwr-berlin.de/fb2-stundenplan/stundenplan.php
|
||||
|
||||
- type: to-do
|
||||
|
||||
- size: full
|
||||
widgets:
|
||||
- type: split-column
|
||||
widgets:
|
||||
- type: weather
|
||||
location: Berlin, Germany
|
||||
units: metric # alternatively "imperial"
|
||||
hour-format: 24h # alternatively "24h"
|
||||
# Optionally hide the location from being displayed in the widget
|
||||
# hide-location: true
|
||||
|
||||
- type: dns-stats
|
||||
collapse-after: 3
|
||||
service: adguard
|
||||
url: http://192.168.12.151/
|
||||
username: theo
|
||||
password: 58201928alsk
|
||||
|
||||
- type: rss
|
||||
title: News
|
||||
style: horizontal-cards
|
||||
feeds:
|
||||
- url: https://www.tagesschau.de/infoservices/alle-meldungen-100~rss2.xml
|
||||
title: Tagesschau
|
||||
- url: https://www.bundesregierung.de/service/rss/breg-de/1151242/feed.xml
|
||||
title: Bundesregierung
|
||||
- url: https://www.bmi.bund.de/DE/service/rss-newsfeed/function/rssnewsfeed-neue-inhalte.xml
|
||||
title: BMI Neue Inhalte
|
||||
- url: https://www.bmi.bund.de/DE/service/rss-newsfeed/function/rssnewsfeed-pressemitteilungen.xml
|
||||
title: BMI Pressemitteilungen
|
||||
- url: https://www.bmi.bund.de/DE/service/rss-newsfeed/function/rssnewsfeed-kurzmeldungen.xml
|
||||
title: BMI Kurzmeldungen
|
||||
- url: https://feeds.bbci.co.uk/news/rss.xml
|
||||
title: BBC
|
||||
|
||||
- type: rss
|
||||
title: Tech
|
||||
style: detailed-list
|
||||
feeds:
|
||||
- url: https://www.wired.com/feed/rss
|
||||
title: WIRED
|
||||
- url: https://thedecisionlab.com/feed/
|
||||
title: The Decision Lab
|
||||
- url: https://nesslabs.com/feed/
|
||||
title: Ness Labs
|
||||
- url: http://www.fastcodesign.com/rss.xml
|
||||
title: FastCo Design
|
||||
- url: https://medium.com/feed/medium-eng/
|
||||
title: Medium Engineering
|
||||
- url: https://developer.atlassian.com/blog/feed.xml
|
||||
title: Atlassian Developer Blog
|
||||
- url: https://stripe.com/blog/feed.rss
|
||||
title: Stripe Blog
|
||||
- url: https://blog.cloudflare.com/rss/
|
||||
title: Cloudflare Blog
|
||||
- url: https://deepmind.com/blog/feed/basic/
|
||||
title: DeepMind Blog
|
||||
- url: http://news.mit.edu/rss/topic/artificial-intelligence2
|
||||
title: MIT AI News
|
||||
- url: https://blog.openai.com/rss/
|
||||
title: OpenAI Blog
|
||||
- url: https://uxplanet.org/feed
|
||||
title: UX Planet
|
||||
- url: http://feeds.feedburner.com/uxmovement
|
||||
title: UX Movement
|
||||
|
||||
- size: small
|
||||
widgets:
|
||||
- type: monitor
|
||||
cache: 1m
|
||||
title: Services
|
||||
sites:
|
||||
- title: Jellyfin
|
||||
url: https://jellyfin.theocloud.dev
|
||||
icon: /assets/jellyfin.svg
|
||||
- title: Jellyseerr
|
||||
url: https://jellyseerr.theocloud.dev/
|
||||
icon: /assets/jellyseerr.svg
|
||||
- title: Forgejo Git
|
||||
url: https://git.theocloud.dev
|
||||
icon: /assets/forgejo.svg
|
||||
- title: Immich
|
||||
url: https://immich.theocloud.dev
|
||||
icon: /assets/immich.png
|
||||
- title: Filebrowser
|
||||
url: https://drive.theocloud.dev
|
||||
icon: /assets/filebrowser.png
|
||||
- title: Mealie
|
||||
url: https://mealie.theocloud.dev
|
||||
icon: /assets/mealie.png
|
||||
|
||||
- type: markets
|
||||
markets:
|
||||
- symbol: SPY
|
||||
name: S&P 500
|
||||
- symbol: BTC-USD
|
||||
name: Bitcoin
|
||||
- symbol: NVDA
|
||||
name: NVIDIA
|
||||
- symbol: AAPL
|
||||
name: Apple
|
||||
- symbol: MSFT
|
||||
name: Microsoft
|
||||
- symbol: URTH
|
||||
name: MSCI World (URTH)
|
||||
- symbol: NFLX
|
||||
name: Netflix
|
||||
- symbol: QQQ
|
||||
name: Nasdaq 100 ETF
|
||||
- symbol: VTI
|
||||
name: Vanguard Total Stock Market ETF
|
||||
- symbol: IEMG
|
||||
name: Emerging Markets ETF
|
||||
- symbol: ARKK
|
||||
name: ARK Innovation ETF
|
||||
- symbol: META
|
||||
name: Meta (Facebook)
|
||||
- symbol: AMZN
|
||||
name: Amazon
|
||||
- symbol: TSLA
|
||||
name: Tesla
|
||||
|
||||
|
||||
- name: Entertainment
|
||||
columns:
|
||||
- size: small
|
||||
widgets:
|
||||
- type: twitch-channels
|
||||
channels:
|
||||
- HandOfBlood
|
||||
- maxim
|
||||
- sascha
|
||||
- fritz_meinecke
|
||||
- RPICloud
|
||||
- Roffle
|
||||
- Jodarum
|
||||
- iii_Initiative
|
||||
- RealCivilEngineer
|
||||
|
||||
- type: twitch-top-games
|
||||
exclude:
|
||||
- just-chatting
|
||||
- pools-hot-tubs-and-beaches
|
||||
- music
|
||||
- art
|
||||
- asmr
|
||||
- counter-strike
|
||||
- league-of-legends
|
||||
- valorant
|
||||
- dota-2
|
||||
|
||||
- size: full
|
||||
widgets:
|
||||
- type: videos
|
||||
style: grid-cards
|
||||
channels:
|
||||
- UC5iYuXSliCgk_mtUJa25eoQ # MATTIN
|
||||
- UCeosQoJubf3KzYRtjBNGoag # Nicky Lyan
|
||||
- UC6biysICWOJ-C3P4Tyeggzg # LowLevel
|
||||
- UCcpIdXCr3MjAQEWSEjpGUNg # Joelemz
|
||||
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
||||
- UCsBjURrPoezykLs9EqgamOA # Fireship
|
||||
- UCGRb1WmL-v6AxZRLbcdXD_Q # Fritz Meinecke Live
|
||||
- UCzH549YlZhdhIqhtvz7XHmQ # AlexiBexi
|
||||
- UC9YTp5M6yYgSd6t0SeL2GQw # HandofBlood
|
||||
- UCCJ-NJtqLQRxuaxHZA9q6zg # HandofUncut
|
||||
- UCiHTnZis5R1bmrqQcYd7zWw # Sacha Hellinger
|
||||
- UCXDi1F7Q-cJQ4mGGavtfYRQ # Inscope21
|
||||
- UC-4Tzd5lIRU7lcv7_5OO01Q # UnsymphatischTV
|
||||
- UC6C1dyHHOMVIBAze8dWfqCw # Gamestar
|
||||
- UCyQAraT4FYcXgnUTLOj796Q # Survival Mattin
|
||||
- UCZXW8E1__d5tZb-wLFOt8TQ # Bog
|
||||
- UCFgBYlz5LwymPSWBX-G6hBA # 2 Bored Guys
|
||||
- UCOuGATIAbd2DvzJmUgXn2IQ # Network Chuck 2
|
||||
- UC9x0AN7BWHpCDHSm9NiJFJQ # Network Chuck
|
||||
- UCgHGPOxUMfWsiy1ZyR-tLVw # Livakiva
|
||||
- UCI7kKmUuSQOHUvSWIYFDf1Q # Eliminate
|
||||
- UCHj7VElFb0_sxhI5KHduM7A # HardwareDealz
|
||||
- UCREHHX2Lk_BYGS9R0ia7DDQ # Rantoni
|
||||
- UC8butISFwT-Wl7EV0hUK0BQ # FreeCodeCamp
|
||||
- UC4JX40jDee_tINbkjycV4Sg # Tech With Tim
|
||||
- UCOk-gHyjcWZNj3Br4oxwh0A # Techno Tim
|
||||
- UC_76XFUys5fTO7u_HqrD7aA # RPI Cloud
|
||||