Add dashboard container
This commit is contained in:
51
dashboard/config.ini
Normal file
51
dashboard/config.ini
Normal file
@@ -0,0 +1,51 @@
|
||||
[Settings]
|
||||
theme = dark
|
||||
accent = blueGrey
|
||||
background = static/images/backgrounds/scarif.jpg
|
||||
roles = admin
|
||||
home_access_groups = admin_only
|
||||
settings_access_groups = admin_only
|
||||
custom_app_title = Scarif Command
|
||||
sidebar_default = no_sidebar
|
||||
|
||||
[admin]
|
||||
role = admin
|
||||
password =
|
||||
confirm_password =
|
||||
|
||||
[Tower]
|
||||
prefix = https://
|
||||
url = tower.scarif.local
|
||||
icon = static/images/apps/nextcloud.png
|
||||
sidebar_icon = static/images/apps/nextcloud.png
|
||||
description = Imperial data store
|
||||
open_in = this_tab
|
||||
|
||||
[Personel]
|
||||
prefix = https://
|
||||
url = personel.scarif.local
|
||||
icon = static/images/icons/monica.svg
|
||||
sidebar_icon = static/images/icons/monica.svg
|
||||
description = Personel manifest
|
||||
open_in = this_tab
|
||||
|
||||
[Labs]
|
||||
prefix = https://
|
||||
url = labs.scarif.local
|
||||
icon = static/images/apps/gitea.png
|
||||
sidebar_icon = static/images/apps/gitea.png
|
||||
description = Top secret development projects
|
||||
open_in = this_tab
|
||||
|
||||
[weather]
|
||||
platform = weather
|
||||
woeid = 44418
|
||||
temp_unit = c
|
||||
wind_speed_unit = kph
|
||||
air_pressure_unit = mbar
|
||||
visibility_unit = km
|
||||
|
||||
[Conditions]
|
||||
type = custom
|
||||
data_sources = weather
|
||||
|
||||
Reference in New Issue
Block a user