Compare commits
No commits in common. "112fd827de5aff2b9057b3dd6d567b8bed26f1be" and "7af51e67b7f3eeb3b55bbd70d5689bcd4ea757e7" have entirely different histories.
112fd827de
...
7af51e67b7
135
conf.yml
135
conf.yml
@ -2,41 +2,12 @@ pageInfo:
|
|||||||
title: Good morning, Nik
|
title: Good morning, Nik
|
||||||
description: How's your day going?
|
description: How's your day going?
|
||||||
appConfig:
|
appConfig:
|
||||||
theme: argon
|
theme: glass
|
||||||
layout: sidebar
|
layout: sidebar
|
||||||
iconSize: large
|
iconSize: large
|
||||||
routingMode: history
|
routingMode: history
|
||||||
statusCheck: true
|
statusCheck: true
|
||||||
statusCheckInterval: 60
|
statusCheckInterval: 60
|
||||||
externalStyleSheet:
|
|
||||||
- >-
|
|
||||||
https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap
|
|
||||||
customCss: |
|
|
||||||
:root {
|
|
||||||
--nik-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
body, .q-layout, .q-page, .q-item, .q-card, .q-toolbar, .markdown {
|
|
||||||
font-family: var(--nik-font) !important;
|
|
||||||
letter-spacing: 0.1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Softer, more modern cards */
|
|
||||||
.q-card {
|
|
||||||
border-radius: 16px !important;
|
|
||||||
box-shadow: 0 10px 30px rgba(0,0,0,.25) !important;
|
|
||||||
backdrop-filter: blur(10px);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sidebar polish */
|
|
||||||
.q-drawer {
|
|
||||||
backdrop-filter: blur(12px);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Item tiles feel less “boxed” */
|
|
||||||
.item {
|
|
||||||
border-radius: 14px !important;
|
|
||||||
}
|
|
||||||
sections:
|
sections:
|
||||||
- name: At a Glance
|
- name: At a Glance
|
||||||
icon: mdi-home-variant-outline
|
icon: mdi-home-variant-outline
|
||||||
@ -76,112 +47,84 @@ sections:
|
|||||||
collapsed: false
|
collapsed: false
|
||||||
hideForGuests: false
|
hideForGuests: false
|
||||||
- name: System
|
- name: System
|
||||||
icon: mdi-server
|
icon: mdi-server-outline
|
||||||
widgets:
|
widgets:
|
||||||
|
- type: system-info
|
||||||
|
options:
|
||||||
|
showHostname: true
|
||||||
|
showOS: true
|
||||||
|
showUptime: true
|
||||||
|
showCPU: true
|
||||||
|
showMemory: true
|
||||||
|
showDisk: true
|
||||||
|
id: 0_645_systeminfo
|
||||||
- type: gl-current-cpu
|
- type: gl-current-cpu
|
||||||
label: CPU (current)
|
label: CPU (current)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
apiVersion: 4
|
apiVersion: 4
|
||||||
id: 0_645_glcurrentcpu
|
id: 1_645_glcurrentcpu
|
||||||
- type: gl-current-mem
|
- type: gl-current-mem
|
||||||
label: Memory (current)
|
label: Memory (current)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
apiVersion: 4
|
apiVersion: 4
|
||||||
id: 1_645_glcurrentmem
|
id: 2_645_glcurrentmem
|
||||||
|
- type: gl-disk-space
|
||||||
|
label: Disk Space
|
||||||
|
options:
|
||||||
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
|
apiVersion: 4
|
||||||
|
id: 3_645_gldiskspace
|
||||||
- type: gl-cpu-history
|
- type: gl-cpu-history
|
||||||
label: CPU (history)
|
label: CPU (history)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
apiVersion: 4
|
apiVersion: 4
|
||||||
limit: 60
|
limit: 60
|
||||||
id: 2_645_glcpuhistory
|
id: 4_645_glcpuhistory
|
||||||
- type: gl-mem-history
|
- type: gl-mem-history
|
||||||
label: Memory (history)
|
label: Memory (history)
|
||||||
options:
|
options:
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
hostname: http://nik4nao.home.arpa:61208
|
||||||
apiVersion: 4
|
apiVersion: 4
|
||||||
limit: 80
|
limit: 80
|
||||||
id: 3_645_glmemhistory
|
id: 5_645_glmemhistory
|
||||||
displayData:
|
displayData:
|
||||||
sortBy: default
|
sortBy: default
|
||||||
rows: 10
|
rows: 10
|
||||||
cols: 1
|
cols: 1
|
||||||
collapsed: false
|
collapsed: false
|
||||||
hideForGuests: false
|
hideForGuests: false
|
||||||
- name: Storage
|
- name: Media
|
||||||
icon: mdi-harddisk
|
icon: mdi-movie-open-outline
|
||||||
widgets:
|
|
||||||
- type: gl-disk-space
|
|
||||||
label: Storage Pool (/mnt/storage)
|
|
||||||
options:
|
|
||||||
hostname: http://nik4nao.home.arpa:61208
|
|
||||||
apiVersion: 4
|
|
||||||
id: 0_725_gldiskspace
|
|
||||||
displayData:
|
|
||||||
rows: 1
|
|
||||||
cols: 1
|
|
||||||
- name: Shortcuts
|
|
||||||
icon: mdi-bookmark-outline
|
|
||||||
items:
|
|
||||||
- title: Facebook
|
|
||||||
icon: favicon
|
|
||||||
url: https://www.facebook.com/
|
|
||||||
target: newtab
|
|
||||||
id: 2_975_facebook
|
|
||||||
- title: X (Twitter)
|
|
||||||
icon: favicon
|
|
||||||
url: https://twitter.com/
|
|
||||||
target: newtab
|
|
||||||
id: 1_975_xtwitter
|
|
||||||
- title: Remote Desktop
|
|
||||||
icon: favicon
|
|
||||||
url: https://remotedesktop.google.com/access/
|
|
||||||
target: newtab
|
|
||||||
id: 0_975_remotedesktop
|
|
||||||
- title: Nyaa
|
|
||||||
icon: favicon
|
|
||||||
url: https://nyaa.si/
|
|
||||||
target: newtab
|
|
||||||
id: 3_975_nyaa
|
|
||||||
- title: YouTube
|
|
||||||
icon: favicon
|
|
||||||
url: https://www.youtube.com/
|
|
||||||
target: newtab
|
|
||||||
id: 4_975_youtube
|
|
||||||
- title: Amazon Japan
|
|
||||||
icon: favicon
|
|
||||||
url: https://www.amazon.co.jp/
|
|
||||||
target: newtab
|
|
||||||
id: 5_975_amazonjapan
|
|
||||||
displayData:
|
|
||||||
sectionLayout: grid
|
|
||||||
itemCountX: 2
|
|
||||||
itemSize: large
|
|
||||||
cutToHeight: true
|
|
||||||
- name: Services
|
|
||||||
icon: mdi-apps
|
|
||||||
items:
|
items:
|
||||||
- title: Jellyfin
|
- title: Jellyfin
|
||||||
icon: si-jellyfin
|
icon: si-jellyfin
|
||||||
url: http://nik4nao.home.arpa/anime/
|
url: http://nik4nao.home.arpa/anime/
|
||||||
id: 0_836_jellyfin
|
id: 0_480_jellyfin
|
||||||
|
- name: Downloads
|
||||||
|
icon: mdi-download-circle-outline
|
||||||
|
items:
|
||||||
- title: qBittorrent
|
- title: qBittorrent
|
||||||
icon: si-qbittorrent
|
icon: si-qbittorrent
|
||||||
url: http://nik4nao.home.arpa/qbt/
|
url: http://nik4nao.home.arpa/qbt/
|
||||||
id: 1_836_qbittorrent
|
id: 0_939_qbittorrent
|
||||||
- title: JDownloader
|
- title: JDownloader
|
||||||
icon: mdi-cloud-download-outline
|
icon: fas fa-cloud-download-alt
|
||||||
url: http://nik4nao.home.arpa/jd2/
|
url: http://nik4nao.home.arpa/jd2/
|
||||||
id: 2_836_jdownloader
|
id: 1_939_jdownloader
|
||||||
|
- name: Network
|
||||||
|
icon: mdi-lan
|
||||||
|
items:
|
||||||
- title: Pi-hole
|
- title: Pi-hole
|
||||||
icon: si-pihole
|
icon: si-pihole
|
||||||
url: http://nik4nao.home.arpa/admin/
|
url: http://nik4nao.home.arpa/admin/
|
||||||
id: 3_836_pihole
|
id: 0_746_pihole
|
||||||
|
- name: Apps
|
||||||
|
icon: mdi-apps
|
||||||
|
items:
|
||||||
- title: Watch Party
|
- title: Watch Party
|
||||||
icon: mdi-play-circle-outline
|
icon: fas fa-play-circle
|
||||||
url: http://nik4nao.home.arpa/watch-party/
|
url: http://nik4nao.home.arpa/watch-party/
|
||||||
id: 4_836_watchparty
|
id: 0_404_watchparty
|
||||||
displayData:
|
|
||||||
cutToHeight: true
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user