[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 #}