2026-04-18 17:08:01 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
2026-04-18 17:08:05 +02:00
|
|
|
|
|
|
|
|
proxies:
|
|
|
|
|
description: Proxy configuration
|
|
|
|
|
type: leadership
|
|
|
|
|
|
|
|
|
|
title:
|
|
|
|
|
description: Title or Description
|
|
|
|
|
mandatory: false
|
|
|
|
|
|
2026-04-18 17:08:09 +02:00
|
|
|
color:
|
|
|
|
|
description: Color
|
|
|
|
|
regexp: ^#(?:[0-9a-f]{3}){1,2}$
|
2026-04-18 17:08:12 +02:00
|
|
|
default:
|
|
|
|
|
jinja: >-
|
|
|
|
|
#{%- for i in range(6) -%}{{- '0123456789abcdef' | random -}}{%- endfor -%}
|
|
|
|
|
description: random color value
|
2026-04-18 17:08:16 +02:00
|
|
|
auto_save: true
|
2026-04-18 17:08:01 +02:00
|
|
|
...
|