[tutorial v1.1_132] A Jinja conditional disabled boolean variable (config and doc)

This commit is contained in:
egarette@silique.fr 2026-05-05 06:54:05 +02:00
parent 86959e0577
commit 1aa91c0586
8 changed files with 188 additions and 193 deletions

View file

@ -1,5 +1,5 @@
# New variable
# Modified variable
| Variable | Description |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|
| **<a id="proxy_dns_socks5" name="proxy_dns_socks5">proxy_dns_socks5</a>**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Use proxy DNS when using SOCKS v5.<br/>**Default**: false |
| Variable | Description |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="proxy_dns_socks5" name="proxy_dns_socks5">proxy_dns_socks5</a>**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` <ins>*`disabled`*</ins> | Use proxy DNS when using SOCKS v5.<br/>**Default**: false<br/>**Disabled**: <ins>if "[Configure Proxy Access to the Internet](#proxy_mode)" is not "Manual proxy configuration"<br/>or "[SOCKS host version used by proxy](#manual.socks_proxy.version)" is "v4".</ins> |

View file

@ -55,4 +55,4 @@
| **<a id="auto" name="auto">auto</a>**<br/>[`web address`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` *`disabled`* | Automatic proxy configuration URL.<br/>**Validators**: <br/>&nbsp;well-known ports (1 to 1023) are allowed<br/>&nbsp;registred ports (1024 to 49151) are allowed<br/>&nbsp;type domainname<br/>&nbsp;the domain name can be a hostname<br/>**Disabled**: when the variable "[Configure Proxy Access to the Internet](#proxy_mode)" hasn't the value "Automatic proxy configuration URL". |
| **<a id="no_proxy" name="no_proxy">no_proxy</a>**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` *`disabled`* `unique` | Address for which proxy will be desactivated.<br/>Connections to localhost, 127.0.0.1/8 and ::1 are never proxied.<br/>**Validators**: <br/>&nbsp;type domainname<br/>&nbsp;the domain name can starts by a dot<br/>&nbsp;the domain name can be a hostname<br/>&nbsp;the domain name can be an IP<br/>&nbsp;the domain name can be network in CIDR format<br/>**Examples**: <br/>&nbsp;.mozilla.org<br/>&nbsp;.net.nz<br/>&nbsp;192.168.1.0/24<br/>**Disabled**: when the variable "[Configure Proxy Access to the Internet](#proxy_mode)" has the value "No proxy". |
| **<a id="prompt_authentication" name="prompt_authentication">prompt_authentication</a>**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` *`disabled`* | Prompt for authentication if password is saved.<br/>**Default**: true<br/>**Disabled**: when the variable "[Configure Proxy Access to the Internet](#proxy_mode)" has the value "No proxy". |
| **<a id="proxy_dns_socks5" name="proxy_dns_socks5">proxy_dns_socks5</a>**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Use proxy DNS when using SOCKS v5.<br/>**Default**: false |
| **<a id="proxy_dns_socks5" name="proxy_dns_socks5">proxy_dns_socks5</a>**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` *`disabled`* | Use proxy DNS when using SOCKS v5.<br/>**Default**: false<br/>**Disabled**: if "[Configure Proxy Access to the Internet](#proxy_mode)" is not "Manual proxy configuration"<br/>or "[SOCKS host version used by proxy](#manual.socks_proxy.version)" is "v4". |

135
README.md
View file

@ -1,10 +1,10 @@
- [List of all the tutorial steps](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
- [[Previous tutorial v1.1_130] A conditional disabled boolean variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_130/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_131~1..v1.1_131))
- [[Previous tutorial v1.1_131] A boolean variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_132~1..v1.1_132))
# [tutorial v1.1_131] A boolean variable
# [tutorial v1.1_132] A Jinja conditional disabled boolean variable
- [Read the tutorial "A boolean variable" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/whatsnext.html#a-boolean-variable)
- [View the changes in the files](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_131~1..v1.1_131)
- [Read the tutorial "A Jinja conditional disabled boolean variable" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/whatsnext.html#a-jinja-conditional-disabled-boolean-variable)
- [View the changes in the files](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_132~1..v1.1_132)
## Screenshot
@ -26,24 +26,24 @@ pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-
Then switch to the tutorial page:
```shell
git switch --detach v1.1_131
git switch --detach v1.1_132
```
## Structure
<p>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./types/proxy/00-type.yml">00-type.yml</a><br/>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/00-type.yml">00-type.yml</a><br/>
<br/><br/></p>
Contents of the firefox/55-proxy_dns_socks5.yml file
@ -53,7 +53,16 @@ Contents of the firefox/55-proxy_dns_socks5.yml file
---
version: 1.1
proxy_dns_socks5: false # Use proxy DNS when using SOCKS v5
proxy_dns_socks5:
description: Use proxy DNS when using SOCKS v5
default: false
disabled:
jinja: |-
{{ _.proxy_mode != "Manual proxy configuration" or _.manual.socks_proxy.version == 'v4' }}
return_type: boolean
description: |-
if "_.proxy_mode" is not "Manual proxy configuration"
or "_.manual.socks_proxy.version" is "v4"
...
```
@ -101,7 +110,6 @@ rougail -m firefox/ --types types/proxy -u yaml -yf config/01/config.yml
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #B8860B">No proxy</span>
- :notebook: proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #B8860B">false</span>
***
### Example 2
@ -123,30 +131,11 @@ manual:
```shell
rougail -m firefox/ --types types/proxy -u yaml -yf config/02/config.yml
```
> [!NOTE]
> [!CAUTION]
>
> **Caption:**
> - Variable
> - <span style="color: #A52A2A">Unmodifiable variable</span>
> - <span style="color: #B8860B">Default value</span>
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #006400">Manual proxy configuration</span> ← loaded from the YAML file "config/02/config.yml" (:hourglass_flowing_sand: No proxy)
- :open_file_folder: manual (Manual proxy configuration)
- :open_file_folder: http_proxy (HTTP Proxy)
- :notebook: address (HTTP proxy address): <span style="color: #006400">http.proxy.net</span> ← loaded from the YAML file "config/02/config.yml"
- :notebook: port (HTTP proxy port): <span style="color: #B8860B">8080</span>
- :notebook: use_for_https (Also use this proxy for HTTPS): <span style="color: #B8860B">true</span>
- :open_file_folder: <span style="color: #A52A2A">https_proxy (HTTPS Proxy)</span>
- :notebook: <span style="color: #A52A2A">address (HTTPS proxy address)</span>: <span style="color: #B8860B">http.proxy.net</span>
- :notebook: <span style="color: #A52A2A">port (HTTPS proxy port)</span>: <span style="color: #B8860B">8080</span>
- :open_file_folder: socks_proxy (SOCKS Proxy)
- :notebook: address (SOCKS proxy address): <span style="color: #B8860B">null</span>
- :notebook: no_proxy (Address for which proxy will be desactivated): <span style="color: #B8860B">[]</span>
- :notebook: prompt_authentication (Prompt for authentication if password is saved): <span style="color: #B8860B">true</span>
- :notebook: proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #B8860B">false</span>
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #C23636'>:stop_sign: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
***
### Example 3
@ -169,30 +158,13 @@ proxy_dns_socks5: true
```shell
rougail -m firefox/ --types types/proxy -u yaml -yf config/03/config.yml
```
> [!NOTE]
> [!CAUTION]
>
> **Caption:**
> - Variable
> - <span style="color: #A52A2A">Unmodifiable variable</span>
> - <span style="color: #B8860B">Default value</span>
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #006400">Manual proxy configuration</span> ← loaded from the YAML file "config/03/config.yml" (:hourglass_flowing_sand: No proxy)
- :open_file_folder: manual (Manual proxy configuration)
- :open_file_folder: http_proxy (HTTP Proxy)
- :notebook: address (HTTP proxy address): <span style="color: #006400">http.proxy.net</span> ← loaded from the YAML file "config/03/config.yml"
- :notebook: port (HTTP proxy port): <span style="color: #B8860B">8080</span>
- :notebook: use_for_https (Also use this proxy for HTTPS): <span style="color: #B8860B">true</span>
- :open_file_folder: <span style="color: #A52A2A">https_proxy (HTTPS Proxy)</span>
- :notebook: <span style="color: #A52A2A">address (HTTPS proxy address)</span>: <span style="color: #B8860B">http.proxy.net</span>
- :notebook: <span style="color: #A52A2A">port (HTTPS proxy port)</span>: <span style="color: #B8860B">8080</span>
- :open_file_folder: socks_proxy (SOCKS Proxy)
- :notebook: address (SOCKS proxy address): <span style="color: #B8860B">null</span>
- :notebook: no_proxy (Address for which proxy will be desactivated): <span style="color: #B8860B">[]</span>
- :notebook: prompt_authentication (Prompt for authentication if password is saved): <span style="color: #B8860B">true</span>
- :notebook: proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #006400">true</span> ← loaded from the YAML file "config/03/config.yml" (:hourglass_flowing_sand: false)
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored when loading from the YAML file "config/03/config.yml"</span>
> - <span style='color: #C23636'>:stop_sign: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
***
### Example 4
@ -216,38 +188,17 @@ manual:
```shell
rougail -m firefox/ --types types/proxy -u yaml -yf config/04/config.yml
```
> [!WARNING]
> [!CAUTION]
>
> - proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #EFBF04'>:bell: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will be ignored</span>
> - <span style='color: #C23636'>:stop_sign: unexpected error "cannot access to option "version" (SOCKS host version used by proxy) because has property "disabled"" in function "jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is "v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', '__internal_type': 'boolean', '__internal_multi': False, '__internal_files': ['firefox/55-proxy_dns_socks5.yml'], '__internal_attribute': 'disabled', '__internal_variable': 'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': 'Manual proxy configuration', '_.manual.socks_proxy.version': PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
> - manual (Manual proxy configuration)
> - socks_proxy (SOCKS Proxy)
> - version (SOCKS host version used by proxy): :bell: <span style="color: #EFBF04">variable has property disabled, it will be ignored when loading from the YAML file "config/04/config.yml"</span>
> [!NOTE]
>
> **Caption:**
> - Variable
> - <span style="color: #A52A2A">Unmodifiable variable</span>
> - <span style="color: #B8860B">Default value</span>
> - <span style="color: #006400">Modified value</span>
> - (:hourglass_flowing_sand: Original default value)
Variables:
- :notebook: proxy_mode (Configure Proxy Access to the Internet): <span style="color: #006400">Manual proxy configuration</span> ← loaded from the YAML file "config/04/config.yml" (:hourglass_flowing_sand: No proxy)
- :open_file_folder: manual (Manual proxy configuration)
- :open_file_folder: http_proxy (HTTP Proxy)
- :notebook: address (HTTP proxy address): <span style="color: #006400">http.proxy.net</span> ← loaded from the YAML file "config/04/config.yml"
- :notebook: port (HTTP proxy port): <span style="color: #B8860B">8080</span>
- :notebook: use_for_https (Also use this proxy for HTTPS): <span style="color: #B8860B">true</span>
- :open_file_folder: <span style="color: #A52A2A">https_proxy (HTTPS Proxy)</span>
- :notebook: <span style="color: #A52A2A">address (HTTPS proxy address)</span>: <span style="color: #B8860B">http.proxy.net</span>
- :notebook: <span style="color: #A52A2A">port (HTTPS proxy port)</span>: <span style="color: #B8860B">8080</span>
- :open_file_folder: socks_proxy (SOCKS Proxy)
- :notebook: address (SOCKS proxy address): <span style="color: #B8860B">null</span>
- :notebook: no_proxy (Address for which proxy will be desactivated): <span style="color: #B8860B">[]</span>
- :notebook: prompt_authentication (Prompt for authentication if password is saved): <span style="color: #B8860B">true</span>
- :notebook: proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #B8860B">false</span>
***
- [[Next tutorial v1.1_132] A Jinja conditional disabled boolean variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_132~1..v1.1_132))
- [[Next tutorial v1.1_140] Disabled a variable when an other variable are disabled](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_140/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_140~1..v1.1_140))

View file

@ -2,6 +2,5 @@
│ Variable <span style="color: #ffd700">Default value</span>
╰────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #ffd700">No proxy</span>
<span style="color: #5c5cff">┗━━ </span>📓 proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #ffd700">false</span>
<span style="color: #5c5cff">┗━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #ffd700">No proxy</span>
</pre>

View file

@ -1,25 +1,28 @@
<pre>╭───────────────────── Caption ─────────────────────╮
│ Variable <span style="color: #ffd700">Default value</span>
<span style="color: #ffaf00">Unmodifiable variable</span> <span style="color: #00aa00">Modified value</span>
│ (⏳ Original default value) │
╰───────────────────────────────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #00aa00">Manual proxy </span>
<span style="color: #5c5cff"></span><span style="color: #00aa00">configuration</span> ◀ loaded from the YAML file "config/02/config.yml" (⏳ No
<span style="color: #5c5cff"></span>proxy)
<span style="color: #5c5cff">┣━━ </span>📂 manual (Manual proxy configuration)
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 http_proxy (HTTP Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 address (HTTP proxy address): <span style="color: #00aa00">http.proxy.net</span> ◀ loaded from the
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff"></span>YAML file "config/02/config.yml"
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 port (HTTP proxy port): <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 use_for_https (Also use this proxy for HTTPS): <span style="color: #ffd700">true</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 <span style="color: #ffaf00">https_proxy (HTTPS Proxy)</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ffaf00">address (HTTPS proxy address)</span>: <span style="color: #ffd700">http.proxy.net</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ffaf00">port (HTTPS proxy port)</span>: <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📂 socks_proxy (SOCKS Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 address (SOCKS proxy address): <span style="color: #ffd700">null</span>
<span style="color: #5c5cff">┣━━ </span>📓 no_proxy (Address for which proxy will be desactivated): <span style="color: #ffd700">[]</span>
<span style="color: #5c5cff">┣━━ </span>📓 prompt_authentication (Prompt for authentication if password is saved):
<span style="color: #5c5cff"></span><span style="color: #ffd700">true</span>
<span style="color: #5c5cff">┗━━ </span>📓 proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #ffd700">false</span>
<pre><span style="font-weight: bold; color: #ff0000">🛑 Caution</span>
<span style="color: #ff0000">┗━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┗━━ </span><span style="color: #ff0000">🛑 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
</pre>

View file

@ -1,26 +1,54 @@
<pre>╭───────────────────── Caption ─────────────────────╮
│ Variable <span style="color: #ffd700">Default value</span>
<span style="color: #ffaf00">Unmodifiable variable</span> <span style="color: #00aa00">Modified value</span>
│ (⏳ Original default value) │
╰───────────────────────────────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #00aa00">Manual proxy </span>
<span style="color: #5c5cff"></span><span style="color: #00aa00">configuration</span> ◀ loaded from the YAML file "config/03/config.yml" (⏳ No
<span style="color: #5c5cff"></span>proxy)
<span style="color: #5c5cff">┣━━ </span>📂 manual (Manual proxy configuration)
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 http_proxy (HTTP Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 address (HTTP proxy address): <span style="color: #00aa00">http.proxy.net</span> ◀ loaded from the
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff"></span>YAML file "config/03/config.yml"
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 port (HTTP proxy port): <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 use_for_https (Also use this proxy for HTTPS): <span style="color: #ffd700">true</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 <span style="color: #ffaf00">https_proxy (HTTPS Proxy)</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ffaf00">address (HTTPS proxy address)</span>: <span style="color: #ffd700">http.proxy.net</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ffaf00">port (HTTPS proxy port)</span>: <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📂 socks_proxy (SOCKS Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 address (SOCKS proxy address): <span style="color: #ffd700">null</span>
<span style="color: #5c5cff">┣━━ </span>📓 no_proxy (Address for which proxy will be desactivated): <span style="color: #ffd700">[]</span>
<span style="color: #5c5cff">┣━━ </span>📓 prompt_authentication (Prompt for authentication if password is saved):
<span style="color: #5c5cff"></span><span style="color: #ffd700">true</span>
<span style="color: #5c5cff">┗━━ </span>📓 proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #00aa00">true</span> ◀ loaded from
<span style="color: #5c5cff"> </span>the YAML file "config/03/config.yml" (⏳ false)
<pre><span style="font-weight: bold; color: #ff0000">🛑 Caution</span>
<span style="color: #ff0000">┗━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored when loading from the YAML file "config/03/config.yml"</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000">┗━━ </span><span style="color: #ff0000">🛑 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ff0000">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
</pre>

View file

@ -1,32 +1,46 @@
<pre><span style="font-weight: bold; color: #ffff00">🔔 Warning</span>
<span style="color: #ffff00">┗━━ </span>manual (Manual proxy configuration)
<span style="color: #ffff00"> </span><span style="color: #ffff00">┗━━ </span>socks_proxy (SOCKS Proxy)
<span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">┗━━ </span>version (SOCKS host version used by proxy): <span style="color: #ffff00">🔔 variable has property</span>
<span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">disabled, it will be ignored when loading from the YAML file </span>
<span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">"config/04/config.yml"</span>
╭───────────────────── Caption ─────────────────────╮
│ Variable <span style="color: #ffd700">Default value</span>
<span style="color: #ffaf00">Unmodifiable variable</span> <span style="color: #00aa00">Modified value</span>
│ (⏳ Original default value) │
╰───────────────────────────────────────────────────╯
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 proxy_mode (Configure Proxy Access to the Internet): <span style="color: #00aa00">Manual proxy </span>
<span style="color: #5c5cff"></span><span style="color: #00aa00">configuration</span> ◀ loaded from the YAML file "config/04/config.yml" (⏳ No
<span style="color: #5c5cff"></span>proxy)
<span style="color: #5c5cff">┣━━ </span>📂 manual (Manual proxy configuration)
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 http_proxy (HTTP Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 address (HTTP proxy address): <span style="color: #00aa00">http.proxy.net</span> ◀ loaded from the
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff"></span>YAML file "config/04/config.yml"
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 port (HTTP proxy port): <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 use_for_https (Also use this proxy for HTTPS): <span style="color: #ffd700">true</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📂 <span style="color: #ffaf00">https_proxy (HTTPS Proxy)</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ffaf00">address (HTTPS proxy address)</span>: <span style="color: #ffd700">http.proxy.net</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ffaf00">port (HTTPS proxy port)</span>: <span style="color: #ffd700">8080</span>
<span style="color: #5c5cff"></span><span style="color: #5c5cff">┗━━ </span>📂 socks_proxy (SOCKS Proxy)
<span style="color: #5c5cff"></span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 address (SOCKS proxy address): <span style="color: #ffd700">null</span>
<span style="color: #5c5cff">┣━━ </span>📓 no_proxy (Address for which proxy will be desactivated): <span style="color: #ffd700">[]</span>
<span style="color: #5c5cff">┣━━ </span>📓 prompt_authentication (Prompt for authentication if password is saved):
<span style="color: #5c5cff"></span><span style="color: #ffd700">true</span>
<span style="color: #5c5cff">┗━━ </span>📓 proxy_dns_socks5 (Use proxy DNS when using SOCKS v5): <span style="color: #ffd700">false</span>
<pre><span style="font-weight: bold; color: #ff0000">🛑 Caution</span>
<span style="color: #ff0000">┣━━ </span>proxy_dns_socks5 (Use proxy DNS when using SOCKS v5)
<span style="color: #ff0000"></span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"></span><span style="color: #ff0000">┣━━ </span><span style="color: #ffff00">🔔 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml", it will </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"></span><span style="color: #ffff00">be ignored</span>
<span style="color: #ff0000"></span><span style="color: #ff0000">┗━━ </span><span style="color: #ff0000">🛑 unexpected error "cannot access to option "version" (SOCKS host </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">version used by proxy) because has property "disabled"" in function </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">"jinja_to_property" with arguments "['disabled', 'if "_.proxy_mode" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">not "Manual proxy configuration"\nor "_.manual.socks_proxy.version" is </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">"v4"']" and "{'__internal_jinja': 'disabled_proxy_dns_socks5', </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_type': 'boolean', '__internal_multi': False, </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_files': ['firefox/55-proxy_dns_socks5.yml'], </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'__internal_attribute': 'disabled', '__internal_variable': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'proxy_dns_socks5', 'when': True, 'inverse': False, '_.proxy_mode': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">'Manual proxy configuration', '_.manual.socks_proxy.version': </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">PropertiesOptionError(None)}" for option "proxy_dns_socks5" (Use proxy </span>
<span style="color: #ff0000"></span><span style="color: #ff0000"> </span><span style="color: #ff0000">DNS when using SOCKS v5) in "firefox/55-proxy_dns_socks5.yml"</span>
<span style="color: #ff0000">┗━━ </span>manual (Manual proxy configuration)
<span style="color: #ff0000"> </span><span style="color: #ff0000">┗━━ </span>socks_proxy (SOCKS Proxy)
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ffff00">┗━━ </span>version (SOCKS host version used by proxy): <span style="color: #ffff00">🔔 variable has property</span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">disabled, it will be ignored when loading from the YAML file </span>
<span style="color: #ff0000"> </span><span style="color: #ff0000"> </span><span style="color: #ffff00"> </span><span style="color: #ffff00">"config/04/config.yml"</span>
</pre>

View file

@ -1,14 +1,14 @@
<p>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_131/./types/proxy/00-type.yml">00-type.yml</a><br/>
<a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./">.</a><br/>
├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/">firefox</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/00-proxy.yml">00-proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/10-manual.yml">10-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/20-manual.yml">20-manual.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/30-auto.yml">30-auto.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/40-no_proxy.yml">40-no_proxy.yml</a><br/>
│   ├── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/50-prompt_authentication.yml">50-prompt_authentication.yml</a><br/>
│   └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./firefox/55-proxy_dns_socks5.yml">55-proxy_dns_socks5.yml</a><br/>
└── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/">types</a><br/>
    └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/">proxy</a><br/>
        └── <a href="https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_132/./types/proxy/00-type.yml">00-type.yml</a><br/>
<br/><br/></p>