DEVELOPMENT ENVIRONMENT

~liljamo/dashboard-zola

ref: fad81aa24297e2b00e38c2a8c8ac219bbca0766d dashboard-zola/config.toml -rw-r--r-- 1.3 KiB
fad81aa2Jonni Liljamo feat: init 16 days ago
                                                                                
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
base_url = "https://dashboard.lab.liljamo.com"
title = "Lab Dashboard"

ignored_static = ["css/input.css"]

generate_sitemap = false
generate_robots_txt = false

[[extra.sections]]
title = "Proxmox"
links = [
  { href = "https://rustylily.loxe.lab.liljamo.com:8006", name = "rustylily" },
  { href = "https://este.loxe.lab.liljamo.com:8006", name = "este" },
  { href = "https://nessa.loxe.lab.liljamo.com:8006", name = "nessa" },
  { subtitle = "Backup" },
  { href = "https://pbs.loxe.lab.liljamo.com:8006", name = "PBS" },
]

[[extra.sections]]
title = "Monitoring"
links = [
  { href = "https://metrics.lab.liljamo.com", name = "Grafana" },
  { href = "https://prometheus.metrics.lab.liljamo.com", name = "Prometheus" },
  { href = "https://alertmanager.metrics.lab.liljamo.com", name = "Alertmanager" },
]

[[extra.sections]]
title = "Apps"
links = [
  { href = "https://vikunja.cloud.lab.liljamo.com", name = "Vikunja" },
  { href = "https://outline.cloud.lab.liljamo.com", name = "Outline" },
  { href = "https://miniflux.cloud.lab.liljamo.com", name = "Miniflux" },
  { href = "https://umami.oci.lab.liljamo.com", name = "Umami", pub_href = "https://a.liljamo.dev" },
  { href = "https://media.lab.liljamo.com", name = "Jellyfin" },
  { href = "https://cloud.lab.liljamo.com", name = "Nextcloud", pub_href = "https://cloud.liljamo.com" },
]