All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s
281 lines
9.2 KiB
YAML
281 lines
9.2 KiB
YAML
theme:
|
|
background-color: 220, 50, 11 # Near-black navy for a sleek, ultra-dark look
|
|
contrast-multiplier: .6
|
|
primary-color: 222, 71, 75 # Deep, rich blue for a subtle but stylish accent
|
|
positive-color: 190, 45, 20 # Dark teal for a modern, professional feel
|
|
negative-color: 355, 50, 25 # Muted crimson for a softer, low-contrast warning
|
|
|
|
pages:
|
|
- name: Startpage
|
|
center-vertically: true
|
|
width: slim
|
|
desktop-navigation-width: wide
|
|
columns:
|
|
- size: full
|
|
widgets:
|
|
- type: search
|
|
autofocus: false
|
|
search-engine: https://searxng.geezo.site/search?q={QUERY}
|
|
- type: docker-containers
|
|
hide-by-default: true
|
|
|
|
- type: bookmarks
|
|
groups:
|
|
- title: Homelab
|
|
links:
|
|
- title: Proxmox
|
|
url: http://proxmox.local:8006
|
|
- title: Crowdsec
|
|
url: https://app.crowdsec.net
|
|
- title: gitea
|
|
url: http://gitea.theocorp
|
|
- title: MiniO
|
|
url: http://minio.theocorp
|
|
- title: Pihole
|
|
url: http://pi-hole/admin
|
|
- title: Beszel
|
|
url: http://beszel.theocorp
|
|
- title: Beaverhabits
|
|
url: http://habits.theocorp
|
|
- title: Media
|
|
links:
|
|
- title: Jellyfin
|
|
url: https://jellyfin.theocorp
|
|
- title: qBittorrent
|
|
url: https://qbittorrent.theocorp
|
|
- title: SABnzbd
|
|
url: https://sabnzbd.theocorp
|
|
- title: Sonarr
|
|
url: https://sonarr.theocorp
|
|
- title: Radarr
|
|
url: https://radarr.theocorp
|
|
- title: Lidarr
|
|
url: https://lidarr.theocorp
|
|
- title: Readarr
|
|
url: https://readarr.theocorp
|
|
- title: Bazarr
|
|
url: https://bazarr.theocorp
|
|
- title: Prowlarr
|
|
url: https://prowlarr.theocorp
|
|
- title: Gluetun
|
|
url: https://gluetun.theocorp
|
|
- title: 3rd Party Services
|
|
links:
|
|
- title: Cloudflare
|
|
url: https://example.com
|
|
- title: AWS
|
|
url: https://example.com
|
|
- title: ETC
|
|
url: https://example.com
|
|
|
|
- title: Adulting
|
|
links:
|
|
- title: Mortgage
|
|
url: https://example.com
|
|
- title: Electric
|
|
url: https://example.com
|
|
- title: Schwab
|
|
url: https://example.com
|
|
- title: Fidelity
|
|
url: https://example.com
|
|
|
|
- name: Technology
|
|
columns:
|
|
- size: small
|
|
widgets:
|
|
- type: calendar
|
|
- type: releases
|
|
show-source-icon: true
|
|
repositories:
|
|
- hoarder-app/hoarder
|
|
- glanceapp/glance
|
|
- usememos/memos
|
|
- SesameAILabs/csm
|
|
|
|
- type: custom-api
|
|
title: Images
|
|
cache: 12h
|
|
url: http://cup:9000/api/v3/json
|
|
template: |
|
|
<ul class="list list-gap-10 collapsible-container" data-collapse-after="5">
|
|
{{ range .JSON.Array "images" }}
|
|
{{ if .Bool "result.has_update" }}
|
|
<li style="padding: 10px; margin-bottom: 8px;">
|
|
<strong style="color: hsl(222, 71%, 75%);">Image:</strong> <a href="{{ .String "url" }}" style="color: hsl(190, 45%, 20%); text-decoration: none;">{{ .String "reference" }}</a>
|
|
<ul class="list-horizontal-text" style="margin-top: 5px;">
|
|
<li style="color: hsl(220, 50%, 11%);"><strong>Current:</strong> {{ .String "result.info.current_version" }}</li>
|
|
<li style="color: hsl(190, 45%, 20%);"><strong>New:</strong> {{ .String "result.info.new_version" }}</li>
|
|
<li style="color: hsl(222, 71%, 75%);"><strong>Type:</strong> {{ .String "result.info.version_update_type"}}</li>
|
|
</ul>
|
|
</li>
|
|
{{ end }}
|
|
{{ end }}
|
|
</ul>
|
|
|
|
- size: full
|
|
widgets:
|
|
- type: hacker-news
|
|
limit: 15
|
|
collapse-after: 5
|
|
- type: videos
|
|
title: Home Automation
|
|
channels:
|
|
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
|
- UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome
|
|
- UCOk-gHyjcWZNj3Br4oxwh0A # Techno Tim
|
|
|
|
- type: group
|
|
widgets:
|
|
- type: reddit
|
|
subreddit: selfhosted
|
|
show-thumbnails: true
|
|
- type: reddit
|
|
subreddit: localllama
|
|
show-thumbnails: true
|
|
- type: reddit
|
|
subreddit: kubernetes
|
|
show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: rag
|
|
# show-thumbnails: true
|
|
|
|
- type: videos
|
|
title: Tech Reviews
|
|
channels:
|
|
- UCBJycsmduvYEL83R_U4JriQ # MKBHD
|
|
|
|
|
|
- type: group
|
|
widgets:
|
|
- type: reddit
|
|
subreddit: technology
|
|
show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: chatgpt
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: obsidianmd
|
|
# show-thumbnails: true
|
|
|
|
# - name: PopCulture
|
|
# columns:
|
|
# - size: full
|
|
# widgets:
|
|
# - type: videos
|
|
# title: Music & Culture
|
|
# channels:
|
|
# - UCnxQ8o9RpqxGF2oLHcCn9VQ # Fantano
|
|
# - UCQ86N3Ulc7yBuY4TZSWjaxA # [Deleted]
|
|
|
|
# - type: group
|
|
# widgets:
|
|
# - type: reddit
|
|
# subreddit: rapbattles
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: kingpush
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: kendricklamar
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: florenceandthemachine
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: asoiaf
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: truefilm
|
|
# show-thumbnails: true
|
|
|
|
# - type: videos
|
|
# title: Comedy
|
|
# channels:
|
|
# - UCLuYADJ6hESLHX87JnsGbjA # Josh Johnson
|
|
|
|
- name: BlackCulture
|
|
columns:
|
|
- size: full
|
|
widgets:
|
|
- type: group
|
|
widgets:
|
|
- type: reddit
|
|
subreddit: blackpeopletwitter
|
|
- type: videos
|
|
title: Commentary
|
|
channels:
|
|
- UCgi2u-lGY-2i2ubLsUr6FbQ # FD Signifier
|
|
|
|
# - name: News
|
|
# columns:
|
|
# - size: small
|
|
# widgets:
|
|
# - type: calendar
|
|
#
|
|
# - size: full
|
|
# widgets:
|
|
# - type: group
|
|
# title: News Feeds
|
|
## widgets:
|
|
# - type: rss
|
|
# title: Quartz
|
|
# style: grid-cards
|
|
# feeds:
|
|
# - url: https://qz.com/rss
|
|
# title: Quartz
|
|
# - type: rss
|
|
# title: AP
|
|
# style: grid-cards
|
|
# feeds:
|
|
# - url: https://news.google.com/rss/search?q=when:24h+allinurl:apnews.com
|
|
# title: AP
|
|
|
|
- type: videos
|
|
style: grid-cards
|
|
title: Analysis
|
|
channels:
|
|
- UCsy9I56PY3IngCf_VGjunMQ # Zeihan
|
|
- UCC3ehuUksTyQ7bbjGntmx3Q # Perun
|
|
|
|
- type: group
|
|
title: Geopolitics
|
|
widgets:
|
|
- type: reddit
|
|
subreddit: geopolitics
|
|
show-thumbnails: true
|
|
|
|
# - name: Wealth
|
|
# columns:
|
|
# - size: full
|
|
# widgets:
|
|
# - type: group
|
|
# title: Finance & Investing
|
|
# widgets:
|
|
# - type: reddit
|
|
# subreddit: realestateinvesting
|
|
# limit: 20
|
|
# sort-by: top
|
|
# - type: reddit
|
|
# subreddit: personalfinance
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: pslf
|
|
# show-thumbnails: true
|
|
|
|
# - name: Reddit Misc
|
|
# columns:
|
|
# - size: full
|
|
# widgets:
|
|
# - type: group
|
|
# title: General Reddit
|
|
# widgets:
|
|
# - type: reddit
|
|
# subreddit: travel
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: casualconversation
|
|
# show-thumbnails: true
|
|
# - type: reddit
|
|
# subreddit: atlanta
|
|
# show-thumbnails: true
|