dotfiles/.config/homer/config.yml
2025-09-10 12:34:39 +08:00

141 lines
4.1 KiB
YAML
Executable file

---
title: "Menu"
subtitle: "Pat Menu"
logo: "favicon.ico"
header: false
footer: false
stylesheet:
- "assets/custom.css"
columns: "3" # You can change this to any number that is a factor of 12: (1, 2, 3, 4, 6, 12)
theme: default
colors:
light:
highlight-primary: "#fff5f2"
highlight-secondary: "#fff5f2"
highlight-hover: "#bebebe"
background: "#12152B"
card-background: "rgba(255, 245, 242, 0.8)"
text: "#ffffff"
text-header: "#fafafa"
text-title: "#000000"
text-subtitle: "#111111"
card-shadow: rgba(0, 0, 0, 0.5)
link: "#3273dc"
link-hover: "#2e4053"
background-image: "../assets/wallpaper-light.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper!
dark:
highlight-primary: "#181C3A"
highlight-secondary: "#181C3A"
highlight-hover: "#1F2347"
background: "#12152B"
card-background: "rgba(24, 28, 58, 0.8)"
text: "#eaeaea"
text-header: "#7C71DD"
text-title: "#fafafa"
text-subtitle: "#8B8D9C"
card-shadow: rgba(0, 0, 0, 0.5)
link: "#c1c1c1"
link-hover: "#fafafa"
background-image: "../assets/wallpaper.jpeg"
services:
- name: "Self-Hosted Local Media"
#icon: "fas fa-brands fa-docker"
items:
- name: "Movies"
logo: "assets/tools/movies.png" # Change github.png to the name of your own custom icon!
subtitle: "Movie collection"
url: "http://localhost:5004/web/#/movies.html?topparentid=f137a2dd21bbc1b99aa5c0f6bf02a805&collectiontype=movies"
target: "_blank"
- name: "Series"
logo: "assets/tools/series.png" # change github.png to the name of your own custom icon!
subtitle: "TV series collection"
url: "http://localhost:5004/web/#/tv.html?topparentid=a656b907eb3a73532e40e44b968d0225&collectiontype=tvshows"
target: "_blank"
- name: "Music"
logo: "assets/tools/music.png" # change github.png to the name of your own custom icon!
subtitle: "Music collection"
url: "http://localhost:5004/web/#/music.html?topParentId=7e64e319657a9516ec78490da03edccb&collectionType=music"
target: "_blank"
- name: "Self-Hosted Local"
items:
- name: "Portainer"
logo: "assets/tools/portainer.png"
subtitle: "Manage docker containers and images"
url: "https://localhost:9443"
target: "_blank"
- name: "Dockge"
logo: "assets/tools/dockge.png"
subtitle: "Manage docker-compose"
url: "http://localhost:5012"
target: "_blank"
- name: "Invidious"
logo: "assets/tools/youtube.png"
subtitle: "Youtube Alternative"
url: "http://localhost:5021"
target: "_blank"
- name: "Qbittorrent"
logo: "assets/tools/qbittorrent.png"
subtitle: "Torrent downloader"
url: "http://localhost:5019"
target: "_blank"
- name: "Syncthing"
logo: "assets/tools/syncthing.png"
subtitle: "File sharing between devices"
url: "http://localhost:8384"
target: "_blank"
- name: "VPS"
#icon: "fas fa-reddit"
items:
- name: "Portainer"
logo: "assets/tools/portainer.png"
subtitle: "Manage docker containers and images"
url: "https://port.patalcala.com"
target: "_blank"
- name: "Dockge"
logo: "assets/tools/dockge.png"
subtitle: "Manage docker-compose"
url: "https://dockge.patalcala.com"
target: "_blank"
- name: "Nextcloud"
logo: "assets/tools/nextcloud.png"
subtitle: "Files cloud server"
url: "https://nextcloud.patalcala.com"
target: "_blank"
- name: "Git"
logo: "assets/tools/forgejo.png"
subtitle: "Source code server"
url: "https://git.patalcala.com"
target: "_blank"
- name: "Share"
logo: "assets/tools/pingvin-share.png"
subtitle: "File sharing server"
url: "https://share.patalcala.com"
target: "_blank"
- name: "Websites"
items:
- name: "Youtube"
logo: "assets/tools/youtube.png"
subtitle: "Video streaming online"
url: "https://youtube.com"
target: "_blank"