0
0

config.yml aktualisiert
All checks were successful
copy-homer / prod-build (push) Successful in 9s

This commit is contained in:
Denys Konovalov 2023-11-19 20:56:41 +01:00
parent a719149859
commit 95b69f6078

@ -38,31 +38,21 @@ colors:
link-hover: "#ffdd57" link-hover: "#ffdd57"
message: message:
#url: https://b4bz.io style: "is-dark"
style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
title: "Nur für interne Nutzung !" title: "Nur für interne Nutzung !"
icon: "fa fa-lock" icon: "fa fa-lock"
content: "Alle hier aufgelisteten Dienste werden intern für Schüler*innen und Lehrer*innen des Georg-Cantor-Gymnasium bereitgestellt. Der Zugang ist nicht öffentlich und wird nur auf Anfrage ermöglicht." content: "Alle hier aufgelisteten Dienste werden intern für Schüler*innen und Lehrer*innen des Georg-Cantor-Gymnasium bereitgestellt. Der Zugang ist nicht öffentlich und wird nur auf Anfrage ermöglicht."
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
links: links:
- name: "Website des GCG" - name: "Website des GCG"
icon: "fa-solid fa-globe" icon: "fa-solid fa-globe"
url: "https://cantorgymnasium.de" url: "https://cantorgymnasium.de"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "Wiki" - name: "Wiki"
icon: "fas fa-book" icon: "fas fa-book"
url: "https://wiki.cantorgymnasium.de/" url: "https://wiki.cantorgymnasium.de/"
# this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file target: "_blank"
# see url field and assets/additional-page.yml.dist used in this example:
#- name: "another page!"
# icon: "fas fa-file-alt"
# url: "#additional-page"
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
services: services:
- name: "Administration" - name: "Administration"
icon: "fa-solid fa-gear" icon: "fa-solid fa-gear"
@ -73,37 +63,37 @@ services:
tag: "config" tag: "config"
keywords: "nginx proxy settings" keywords: "nginx proxy settings"
url: "https://npm.cantorgymnasium.de" url: "https://npm.cantorgymnasium.de"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "Portainer" - name: "Portainer"
logo: "assets/tools/portainer.png" logo: "assets/tools/portainer.png"
subtitle: "Docker-Verwaltung" subtitle: "Docker-Verwaltung"
tag: "config" tag: "config"
url: "https://docker.cantorgymnasium.de" url: "https://docker.cantorgymnasium.de"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "Webmin" - name: "Webmin"
logo: "assets/tools/webmin.png" logo: "assets/tools/webmin.png"
subtitle: "Server-Verwaltung" subtitle: "Server-Verwaltung"
tag: "config" tag: "config"
url: "https://webmin.cantorgymnasium.de:10000" url: "https://webmin.cantorgymnasium.de:10000"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "Matomo" - name: "Matomo"
logo: "assets/tools/matomo.png" logo: "assets/tools/matomo.png"
subtitle: "Analytik-Dashboard" subtitle: "Analytik-Dashboard"
tag: "config" tag: "config"
url: "https://analytics.cantorgymnasium.de" url: "https://analytics.cantorgymnasium.de"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "Form Tools" - name: "Form Tools"
logo: "assets/tools/ft.png" logo: "assets/tools/ft.png"
subtitle: "Formular-Verwaltung" subtitle: "Formular-Verwaltung"
tag: "config" tag: "config"
url: "https://php.cantorgymnasium.de/formtools/" url: "https://php.cantorgymnasium.de/formtools/"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "Uptime Kuma" - name: "Upptime"
logo: "assets/tools/kuma.svg" logo: "assets/tools/upptime.svg"
subtitle: "Status-Anzeige" subtitle: "Status-Anzeige"
tag: "config" tag: "config"
url: "https://status.cantorgymnasium.de" url: "https://status.cantorgymnasium.de"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "DBGate" - name: "DBGate"
logo: "assets/tools/dbgate.png" logo: "assets/tools/dbgate.png"
subtitle: "Datenbankverwaltung" subtitle: "Datenbankverwaltung"
@ -136,7 +126,7 @@ services:
subtitle: "Git Codeverwaltung" subtitle: "Git Codeverwaltung"
tag: "gitea" tag: "gitea"
url: "https://git.cantorgymnasium.de" url: "https://git.cantorgymnasium.de"
target: "_blank" # optional html a tag target attribute target: "_blank"
- name: "HedgeDoc" - name: "HedgeDoc"
logo: "assets/tools/hedgedoc.png" logo: "assets/tools/hedgedoc.png"
subtitle: "Kollaborative Dokumente" subtitle: "Kollaborative Dokumente"