diff --git a/Settings.yaml b/Settings.yaml new file mode 100644 index 0000000..0c1a8a6 --- /dev/null +++ b/Settings.yaml @@ -0,0 +1,52 @@ +title: Dark Raven Homelab + +background: + image: /images/background.jpg + saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate + brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness + opacity: 100 # 0-100 + +theme: dark +fullWidth: true +disableCollapse: true +hideErrors: true +headerStyle: underlined +customCss: /config/custom.css + +allowedHosts: + - localhost + - 127.0.0.1 + - 192.168.4.70 + - 144.6.138.69 + +layout: + HOSTED SERVICES: + tab: HOSTED SERVICES + style: row + columns: 4 + useEqualHeights: true + + DOWNLOADERS/MEDIA SERVERS: + tab: HOSTED SERVICES + style: row + columns: 4 + useEqualHeights: true + + Media Release/Monitoring: + tab: Media Releases/Monitoring + style: row + columns: 2 + useEqualHeights: true + + Bookmarks: + tab: Bookmarks + style: row + columns: 4 + useEqualHeights: true + + Calendar: + tab: Media Releases/Monitoring + style: row + columns: 1 + useEqualHeights: true + \ No newline at end of file