rougail-tutorials_builder/examples/103/dictionaries/foxyproxy/00-foxyproxy.yml

37 lines
655 B
YAML
Raw Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2024-07-21 11:27:47 +02:00
---
proxies:
description: Proxy configuration
_type: leadership
title:
description: Title or Description
mandatory: false
type:
description: Proxy Type
choices:
- HTTP
- HTTPS/SSL
- SOCKS4
- SOCKS5
- PAC URL
- WPAD
- System (use system settings)
- Direct (no proxy)
default: Direct (no proxy)
color:
description: Color
2025-05-05 19:05:46 +02:00
regexp: ^#(?:[0-9a-f]{3}){1,2}$
2024-07-21 11:27:47 +02:00
default:
2025-05-05 19:05:46 +02:00
jinja: >-
2025-05-05 18:21:57 +02:00
#
2025-05-05 19:05:46 +02:00
2025-05-05 18:21:57 +02:00
{%- for i in range(6) -%}
2025-05-05 19:05:46 +02:00
{{- '0123456789abcdef' | random -}}
2025-05-05 18:21:57 +02:00
{%- endfor -%}
description: random color value
2025-05-05 19:05:46 +02:00
auto_save: true
...