100 lines
2.6 KiB
YAML
100 lines
2.6 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: "Discord"
|
|
icon: "fab fa-discord"
|
|
url: "https://discord.hackmi.ch"
|
|
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 gitea"
|
|
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"
|
|
url: "https://gn1.hackmi.ch"
|
|
target: "_blank"
|