-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvuepress.config.js
239 lines (229 loc) · 7.84 KB
/
vuepress.config.js
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
module.exports = {
plugins: [
[
'@vuepress/pwa',
{
skipWaiting: true,
},
],
[
'vuepress-plugin-sitemap2',
{
hostname: 'https://www.libellux.dev',
changefreq: 'weekly',
exclude: 'https://www.libellux.dev/404.html'
},
],
],
title: 'Libellux',
description: 'Libellux: Up & Running provides documentation on how-to install open-source software from source. The focus is Zero Trust Network to enhance the security for existing applications or install tools to detect and prevent threats.',
head: [
// Robots
['meta', { name: 'robots', content: 'noindex, nofollow' }],
// Web manifest
['link', { rel: 'manifest', href: '/manifest.webmanifest' }],
['meta', { name: 'theme-color', content: '#8c7bce' }],
// Twitter
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:creator', content: '@libellux1' }],
['meta', { name: 'twitter:title', content: 'Libellux' }],
['meta', { name: 'twitter:description', content: 'Libellux: Up & Running provides documentation on how-to install open-source software from source. The focus is Zero Trust Network to enhance the security for existing applications or install tools to detect and prevent threats.' }],
['meta', { name: 'twitter:image', content: 'https://www.libellux.com/img/icons/4096x4096.png' }],
['meta', { name: 'twitter:width', content: '4096' }],
['meta', { name: 'twitter:height', content: '4096' }],
// Open Graph
['meta', { property: 'og:locale', content: 'en_US' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:title', content: 'Libellux' }],
['meta', { property: 'og:description', content: 'Libellux: Up & Running provides documentation on how-to install open-source software from source. The focus is Zero Trust Network to enhance the security for existing applications or install tools to detect and prevent threats.' }],
['meta', { property: 'og:url', content: 'https://www.libellux.com' }],
['meta', { property: 'og:site_name', content: 'Libellux' }],
['meta', { property: 'og:publisher', content: 'https://www.facebook.com/libellux1' }],
['meta', { property: 'og:author', content: 'https://www.facebook.com/fredrik.hilmersson.1' }],
['meta', { property: 'og:image', content: 'https://www.libellux.com/img/icons/1200x627.png' }],
['meta', { property: 'og:image:width', content: '1200' }],
['meta', { property: 'og:image:height', content: '627' }],
// Icons
['link', { rel: 'icon', href: 'https://www.libellux.com/img/icons/72x72.png' }],
['meta', { name: 'msapplication-TileImage', content: 'https://www.libellux.com/img/icons/144x144.png' }],
['link', { rel: 'apple-touch-icon', sizes: '48x48', href: 'https://www.libellux.com/img/icons/48x48.png' }],
['link', { rel: 'apple-touch-icon', sizes: '72x72', href: 'https://www.libellux.com/img/icons/72x72.png' }],
['link', { rel: 'apple-touch-icon', sizes: '144x144', href: 'https://www.libellux.com/img/icons/144x144.png' }],
['link', { rel: 'apple-touch-icon', sizes: '192x192', href: 'https://www.libellux.com/img/icons/192x192.png' }],
['link', { rel: 'apple-touch-icon', sizes: '256x256', href: 'https://www.libellux.com/img/icons/256x256.png' }],
['link', { rel: 'apple-touch-icon', sizes: '384x384', href: 'https://www.libellux.com/img/icons/384x384.png' }],
['link', { rel: 'apple-touch-icon', sizes: '512x512', href: 'https://www.libellux.com/img/icons/512x512.png' }],
['link', { rel: 'apple-touch-icon', sizes: '1200x627', href: 'https://www.libellux.com/img/icons/1200x627.png' }],
],
themeConfig: {
docsDir: 'docs',
docsBranch: 'master',
// public file path
logo: '/img/icons/72x72.png',
// If you set it in the form of `organization/repository`
// we will take it as a GitHub repo
repo: 'libellux/Libellux-Up-and-Running-dev',
navbar: [
// NavbarItem
{
text: 'Libellux: Up & Running',
link: '/',
children: [
{
text: 'Libellux: Up & Running',
children: [
{
text: 'Introduction',
link: '/'
},
],
},
{
text: 'Zero Trust Network',
children: [
{
text: 'WireGuard Secure VPN Tunnel',
link: '/wireguard/'
},
{
text: 'Two-factor authentication w/ privacyIDEA and YubiKey',
link: '/privacyidea/'
},
],
},
{
text: 'Intrusion Detection and Prevention',
children: [
{
text: 'OSSEC Host Intrusion Detection',
link: '/ossec/'
},
{
text: 'Greenbone Vulnerability Manager',
link: '/openvas/'
},
{
text: 'ClamAV Antivirus Server',
link: '/clamav/'
},
{
text: 'PSAD Intrusion Detection',
link: '/psad/'
},
],
},
{
text: 'Monitoring and Management',
children: [
{
text: 'M/Monit System Monitoring',
link: '/mmonit/'
},
{
text: 'Graylog Centralized Log Management',
link: '/graylog/'
},
{
text: ' Rsyslog Syslog Processing',
link: '/rsyslog/'
},
],
},
],
},
// NavbarItem
{
text: 'Portal',
link: 'https://libellux.cloudflareaccess.com',
}
],
sidebar: [
// SidebarItem
{
text: 'Libellux: Up and Running',
collapsable: false,
sidebarDepth: 1,
children: [
// SidebarItem
{
text: 'Introduction',
link: '/',
sidebarDepth: 2,
},
],
},
{
text: 'Zero Trust Network',
collapsable: false,
sidebarDepth: 1,
children: [
// WireGuard
{
text: 'WireGuard Secure VPN Tunnel',
link: '/wireguard/',
sidebarDepth: 2,
},
// PrivacyIDEA
{
text: 'Two-factor authentication w/ privacyIDEA and YubiKey',
link: '/privacyidea/',
sidebarDepth: 2,
},
]
},
{
text: 'Intrusion Detection and Prevention',
collapsable: false,
sidebarDepth: 1,
children: [
// OSSEC
{
text: 'OSSEC Host Intrusion Detection',
link: '/ossec/',
sidebarDepth: 2,
},
{
text: 'Greenbone Vulnerability Manager',
link: '/openvas/',
sidebarDepth: 2,
},
{
text: 'ClamAV Antivirus Server',
link: '/clamav/',
sidebarDepth: 2,
},
{
text: 'PSAD Intrusion Detection',
link: '/psad/',
sidebarDepth: 2,
}
],
},
{
text: 'Monitoring and Management',
collapsable: false,
sidebarDepth: 1,
children: [
// M/Monit
{
text: 'M/Monit System Monitoring',
link: '/mmonit/',
sidebarDepth: 2,
},
// Graylog
{
text: 'Graylog Centralized Log Management',
link: '/graylog/',
sidebarDepth: 2,
},
// Rsyslog
{
text: 'Rsyslog Syslog Processing',
link: '/rsyslog/',
sidebarDepth: 2,
},
]
}
]
}
}