Notebooks >> Scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
806 B

[Settings]
theme = dark
accent = purple
background = None
roles = admin,user,public_user
home_access_groups = admin_only
settings_access_groups = admin_only
custom_app_title = DashMachine
sidebar_default = open
tags = {"name": "foo", "icon": "home", "sort_pos": "2"}
[admin]
role = admin
password = {{ user.password }}
confirm_password = {{ user.password }}
{% for item in items %}
[{{ item.service }}]
prefix = https://
url = {{ item.url }}
{% if item.icon_url %}
icon = item.icon_url
sidebar_icon = item.icon_url
{% else %}
icon = static/images/apps/{{ item.service }}.png
sidebar_icon = static/images/apps/{{ item.service }}.png
{% endif %}
description = default
open_in = iframe
# data_sources = sh_http,sh_health,sh_ping,sh_rest
tags = default
# groups = admin_only
{% endfor %}
{# a comment #}