-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
executable file
·167 lines (150 loc) · 4.85 KB
/
config.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "Home"
subtitle: "Impassenet"
logo: "logo.png"
# icon: "fas fa-skull-crossbones" # Optional icon
header: true
footer: false
#footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
# Optional theme customization
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-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-hover: "#ffdd57"
# 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:
- name: "Media"
icon: "fas fa-cloud"
items:
- name: "Series"
logo: "assets/tools/sample.png"
subtitle: "Sonarr"
#type: "Sonarr"
#apikey: "7dfa0a39f27f4ba2ac13601602e7f3f9"
tag: "kubernetes"
url: "http://series.impassenet.lan/"
target: "_blank"
- name: "Movies"
logo: "assets/tools/sample2.png"
subtitle: "Radarr"
tag: "kubernetes"
url: "http://movies.impassenet.lan/"
target: "_blank"
- name: "Jackett"
logo: "assets/tools/sample2.png"
subtitle: "Jackett"
tag: "kubernetes"
url: "http://jackett.impassenet.lan/"
target: "_blank"
- name: "Plex"
logo: "assets/tools/sample2.png"
subtitle: "Plex Media Center"
tag: "Synology"
url: "http://pandora:32400/web/index.html#!/"
target: "_blank"
- name: "Torrent Station"
logo: "assets/tools/sample2.png"
subtitle: "Synology Download Station"
tag: "Synology"
url: "http://pandora:8000"
target: "_blank"
- name: "Music"
logo: "assets/tools/sample2.png"
subtitle: "Lidarr musics"
#type: "Lidarr"
#apikey: "64bda76c7f6a4a59b20239a5daeaf8ac"
tag: "kubernetes"
url: "http://music.impassenet.lan/"
target: "_blank"
- name: "Cloud"
icon: "fas fa-cloud"
items:
- name: "Proxmox"
logo: "assets/tools/proxmox_logo.png"
subtitle: "Virtualisation"
tag: "Proxmox"
url: "https://pve.impassenet.lan:8006/"
target: "_blank"
- name: "Nas"
logo: "assets/tools/sample2.png"
subtitle: "Pandora"
tag: "Synology"
url: "http://pandora.impassenet.lan:5000/"
target: "_blank"
- name: "Longhorn"
logo: "assets/tools/sample2.png"
subtitle: "Drive Kubernetes"
tag: "kubernetes"
url: "http://drive.impassenet.lan/"
target: "_blank"
- name: "Nas Station"
logo: "assets/tools/sample2.png"
subtitle: "Synology File Station"
tag: "Synology"
url: "http://pandora:7000"
target: "_blank"
- name: "VM Station"
logo: "assets/tools/sample2.png"
subtitle: "Synology VM Station"
tag: "Synology"
url: "http://pandora:14640"
target: "_blank"
- name: "Git Impassenet"
logo: "assets/tools/sample2.png"
subtitle: "Git Impassenet"
tag: "github"
url: "https://github.com/impassenet/"
target: "_blank"
- name: "Security"
icon: "fas fa-cloud"
items:
- name: "Unifi"
logo: "assets/tools/unifi_logo.png"
subtitle: "Ubi network"
tag: "Synology"
url: "https://ubi.impassenet.lan:8443/"
target: "_blank"
- name: "Backup"
logo: "assets/tools/proxmox_logo.png"
subtitle: "Proxmox backup"
tag: "Proxmox"
url: "https://backup.impassenet.lan:8007/"
target: "_blank"
- name: "DNS - Impassenet.info"
logo: "assets/tools/sample2.png"
subtitle: "Cloudflare DNS"
tag: "Urls"
url: "https://dash.cloudflare.com/"
target: "_blank"
- name: "Polaris"
logo: "assets/tools/sample2.png"
subtitle: "Polaris security"
tag: "kubernetes"
url: "https://bastion.impassenet.info/"
target: "_blank"