-
Notifications
You must be signed in to change notification settings - Fork 1
/
private.yml
68 lines (62 loc) · 2.26 KB
/
private.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
# Additionnal page configuration
# Additionnal configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>).
# `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything
subtitle: "Private services"
links:
- name: "Public"
icon: "fas fa-file-alt"
url: "#"
- name: "Zugang beantragen"
icon: "fa fa-envelope"
url: "https://www.knulst.de/#contact"
target: "_blank"
services:
- name: "Apps"
icon: "fas fa-cloud"
items:
- name: "Gitlab"
logo: "icons/gitlab.png"
subtitle: "personal gitlab for all my private and customer related projects done by paulscode"
tag: "verioncontrol"
url: "https://git.f1nalboss.de"
target: "_blank"
- name: "NextCloud"
url: "https://cloud.knulst.de"
logo: "icons/nextcloud.svg"
tag: "awesome"
subtitle: "beste Cloud wo gibt"
target: "_blank"
- name: "Kimai"
url: "https://kimai.f1nalboss.de"
logo: "icons/kimai.png"
tag: "timetracking"
subtitle: "best timetracking software to work with"
target: "_blank"
- name: "Services"
icon: "fas fa-cog"
items:
- name: "Mailserver"
logo: "icons/mailserver.png"
subtitle: "self hosted instance of hardware/mailserver"
tag: "free"
url: "https://github.com/hardware/mailserver"
target: "_blank"
- name: "Docker-Registry"
logo: "icons/docker-registry.png"
subtitle: "a private registry which is used for all my individual configured images"
tag: "free"
url: "https://docs.docker.com/registry/"
target: "_blank"
- name: "Traefik"
logo: "icons/traefik.png"
subtitle: "load balancer for cluster network which also generates ssl certs"
tag: "free"
url: "https://traefik.io"
target: "_blank"
- name: "Portainer"
logo: "icons/portainer.png"
subtitle: "powerful GUI-based container-as-a-Service solution that helps organizations manage and deploy cloud-native applications quickly and securely."
tag: "free"
url: "https://www.portainer.io"
target: "_blank"