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