services/assets/config.yml

114 lines
3 KiB
YAML
Raw Normal View History

2023-07-30 14:45:34 +00:00
---
# Homepage configuration
# See https://fontawesome.com/v5/search for icons options
title: "hackmi.ch Services"
subtitle: "All the apps."
logo: "logo.png"
2024-04-07 10:54:23 +00:00
#icon: "fas fa-server" # Optional icon
2023-07-30 14:45:34 +00:00
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:
2024-10-22 18:02:46 +00:00
- name: "Startpage"
icon: "fas fa-globe-europe"
url: "https://start.hackmi.ch"
target: "_blank"
2023-07-30 14:45:34 +00:00
- name: "Discord"
icon: "fab fa-discord"
url: "https://discord.hackmi.ch"
2023-07-30 14:45:34 +00:00
target: "_blank"
2024-10-22 18:02:46 +00:00
- name: "Teamspeak"
icon: "fab fa-teamspeak"
url: "ts3server://hackmi.ch:9987"
target: "_blank"
2023-07-30 14:45:34 +00:00
- 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"
2024-10-22 18:02:46 +00:00
subtitle: "Selfhosted instance of forgejo"
2023-07-30 14:45:34 +00:00
url: "https://git.hackmi.ch"
target: "_blank"
2024-07-19 14:50:36 +00:00
- name: "OTS"
icon: "fas fa-share-alt"
subtitle: "One-Time-Secret"
url: "https://ots.hackmi.ch"
target: "_blank"
2023-07-30 14:45:34 +00:00
- 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"
2024-04-07 10:54:23 +00:00
- name: "WoodpeckerCI"
2023-08-23 14:56:10 +00:00
icon: "fas fa-undo"
subtitle: "Selfhosted WoodpeckerCI"
2023-08-23 14:56:10 +00:00
url: "https://ci.hackmi.ch"
target: "_blank"
2023-07-30 14:45:34 +00:00
- name: "Cloud"
icon: "fas fa-cloud"
subtitle: "Selfhosted Seafile"
2024-10-03 12:34:09 +00:00
url: "https://sf.hackmi.ch"
2023-07-30 14:45:34 +00:00
target: "_blank"
- name: "VIP+ Services"
icon: "fas fa-user-check"
items:
2024-07-19 14:50:36 +00:00
- name: "Wiki"
icon: "fas fa-pen-fancy"
subtitle: "Selfhosted Outline"
url: "https://wiki.hackmi.ch"
target: "_blank"
2024-10-21 19:23:57 +00:00
- name: "Gaming panel (Ryzen)"
2023-07-30 14:45:34 +00:00
icon: "fas fa-dungeon"
2024-10-22 18:02:46 +00:00
subtitle: "Selfhosted AMP 1"
2024-10-21 19:23:57 +00:00
url: "https://gn1.hackmi.ch"
2023-08-20 17:24:34 +00:00
target: "_blank"
2024-10-22 18:02:46 +00:00
- name: "Gaming panel (2690v4)"
icon: "fas fa-dungeon"
subtitle: "Selfhosted AMP 2"
url: "https://gn2.hackmi.ch"
target: "_blank"