rougail-tutorials/foxyproxy/00-foxyproxy.yml

26 lines
434 B
YAML
Raw Normal View History

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