services/assets/config.yml
Phil 64d5126282
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Changed a bit
2024-10-22 20:02:46 +02:00

113 lines
3 KiB
YAML

---
# Homepage configuration
# See https://fontawesome.com/v5/search for icons options
title: "hackmi.ch Services"
subtitle: "All the apps."
logo: "logo.png"
#icon: "fas fa-server" # Optional icon
header: true
footer: '<p><a target="_blank" href="https://git.hackmi.ch/Phil/about/src/branch/main/impressum.md">Imprint / Impressum</a></p>' # set false if you want to hide it.
stylesheet:
- "assets/custom.css"
theme: default
colors:
light:
highlight-primary: "#3367d6"
highlight-secondary: "#4285f4"
highlight-hover: "#5a95f5"
background: "#f5f5f5"
card-background: "#ffffff"
text: "#363636"
text-header: "#ffffff"
text-title: "#303030"
text-subtitle: "#424242"
card-shadow: rgba(0, 0, 0, 0.1)
link: "#3273dc"
link-hover: "#363636"
dark:
highlight-primary: "#3367d6"
highlight-secondary: "#4285f4"
highlight-hover: "#5a95f5"
background: "#131313"
card-background: "#2b2b2b"
text: "#eaeaea"
text-header: "#ffffff"
text-title: "#fafafa"
text-subtitle: "#f5f5f5"
card-shadow: rgba(0, 0, 0, 0.4)
link: "#3273dc"
link-hover: "#ffdd57"
links:
- name: "Startpage"
icon: "fas fa-globe-europe"
url: "https://start.hackmi.ch"
target: "_blank"
- name: "Discord"
icon: "fab fa-discord"
url: "https://discord.hackmi.ch"
target: "_blank"
- name: "Teamspeak"
icon: "fab fa-teamspeak"
url: "ts3server://hackmi.ch:9987"
target: "_blank"
- name: "Status Page"
icon: "fas fa-globe-europe"
url: "https://status.hackmi.ch"
services:
- name: "Public Services"
icon: "fas fa-users"
items:
- name: "Gitserver"
icon: "fas fa-code-branch"
subtitle: "Selfhosted instance of forgejo"
url: "https://git.hackmi.ch"
target: "_blank"
- name: "OTS"
icon: "fas fa-share-alt"
subtitle: "One-Time-Secret"
url: "https://ots.hackmi.ch"
target: "_blank"
- name: "VIP Services"
icon: "fas fa-user-plus"
items:
- name: "Passwordsafe"
icon: "fas fa-key"
subtitle: "Selfhosted instance of vaultwarden"
url: "https://bw.hackmi.ch"
target: "_blank"
- name: "WoodpeckerCI"
icon: "fas fa-undo"
subtitle: "Selfhosted WoodpeckerCI"
url: "https://ci.hackmi.ch"
target: "_blank"
- name: "Cloud"
icon: "fas fa-cloud"
subtitle: "Selfhosted Seafile"
url: "https://sf.hackmi.ch"
target: "_blank"
- name: "VIP+ Services"
icon: "fas fa-user-check"
items:
- name: "Wiki"
icon: "fas fa-pen-fancy"
subtitle: "Selfhosted Outline"
url: "https://wiki.hackmi.ch"
target: "_blank"
- name: "Gaming panel (Ryzen)"
icon: "fas fa-dungeon"
subtitle: "Selfhosted AMP 1"
url: "https://gn1.hackmi.ch"
target: "_blank"
- name: "Gaming panel (2690v4)"
icon: "fas fa-dungeon"
subtitle: "Selfhosted AMP 2"
url: "https://gn2.hackmi.ch"
target: "_blank"