116 lines
No EOL
3.2 KiB
YAML
116 lines
No EOL
3.2 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"
|
|
|
|
#message:
|
|
# style: "is-dark"
|
|
# title: "Demo !"
|
|
# icon: "fa fa-grin"
|
|
# content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
|
|
|
|
links:
|
|
- name: "Discord"
|
|
icon: "fab fa-discord"
|
|
url: "https://discord.gg/dm9AqSHFnN"
|
|
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: "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: "Webmail"
|
|
icon: "fas fa-envelope"
|
|
subtitle: "Webmail client"
|
|
url: "https://webmail.hackmi.ch"
|
|
target: "_blank"
|
|
- name: "Cloud"
|
|
icon: "fas fa-cloud"
|
|
subtitle: "Selfhosted nextcloud"
|
|
url: "https://cloud.hackmi.ch"
|
|
target: "_blank"
|
|
- name: "VIP+ Services"
|
|
icon: "fas fa-user-check"
|
|
items:
|
|
- name: "Wiki"
|
|
icon: "fas fa-file-medical-alt"
|
|
subtitle: "Selfhosted bookstack"
|
|
url: "https://wiki.hackmi.ch"
|
|
target: "_blank"
|
|
- name: "Netbox"
|
|
icon: "fas fa-project-diagram"
|
|
subtitle: "Selfhosted Netbox"
|
|
url: "https://netbox.hackmi.ch"
|
|
target: "_blank"
|
|
- name: "Gaming panel"
|
|
icon: "fas fa-dungeon"
|
|
subtitle: "Selfhosted pterodactyl"
|
|
url: "https://panel.hackmi.ch"
|
|
target: "_blank"
|
|
- name: "DroneCI"
|
|
icon: "fas fa-undo"
|
|
subtitle: "Selfhosted DroneCI"
|
|
url: "https://ci.hackmi.ch"
|
|
target: "_blank"
|
|
- name: "Coding"
|
|
icon: "fas fa-tools"
|
|
subtitle: "Own Coder instance"
|
|
url: "https://coding.hackmi.ch"
|
|
target: "_blank" |