diff --git a/README.md b/README.md
index 3c313bc0..99523b19 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
- [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md)
-- [[tutorial v1.1_027] Copy HTTP manual proxy to HTTPS manual proxy](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_027/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_027~1..v1.1_027))
+- [[tutorial v1.1_030] A disabled family](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_030/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_030~1..v1.1_030))
-# [tutorial v1.1_030)] A disabled family
+# [tutorial v1.1_031)] A conditional disabled family with a variable
-[View the diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_030~1..v1.1_030)
+[View the diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_031~1..v1.1_031)
## Screenshot
@@ -45,7 +45,9 @@ version: 1.1
manual:
description: Manual proxy configuration
- disabled: true
+ disabled:
+ variable: _.proxy_mode
+ when_not: Manual proxy configuration
http_proxy: # HTTP Proxy
@@ -92,27 +94,64 @@ manual:
### Let's generate the documentation
```console
-foo@bar:~$ git switch --detach v1.1_030
+foo@bar:~$ git switch --detach v1.1_031
foo@bar:~$ rougail -m firefox/ -o doc
```
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **proxy_mode**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Configure Proxy Access to the Internet.
**Choices**:
- No proxy **← (default)**
- Auto-detect proxy settings for this network
- Use system proxy settings
- Manual proxy configuration
- Automatic proxy configuration URL |
+#### Manual proxy configuration
+
+**manual**
+
+*`disabled`*
+
+**Disabled**: when the variable "proxy_mode" hasn't the value "Manual proxy configuration"
+
+##### HTTP Proxy
+
+**manual.http_proxy**
+
+
+
+| Variable | Description |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **manual.http_proxy.address**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTP address.
**Validator**: the domain name can be an IP |
+| **manual.http_proxy.port**
[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTP Port.
**Validators**:
- well-known ports (1 to 1023) are allowed
- registred ports (1024 to 49151) are allowed
- private ports (greater than 49152) are allowed
**Default**: 8080 |
+
+| Variable | Description |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **manual.use_for_https**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Also use this proxy for HTTPS.
**Default**: true |
+
+##### HTTPS Proxy
+
+**manual.https_proxy**
+
+
+
+| Variable | Description |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **manual.https_proxy.address**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTPS address.
**Validator**: the domain name can be an IP |
+| **manual.https_proxy.port**
[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTPS Port.
**Validators**:
- well-known ports (1 to 1023) are allowed
- registred ports (1024 to 49151) are allowed
- private ports (greater than 49152) are allowed
**Default**: 8080 |
+
### Let's generate the changelog
```console
-foo@bar:~$ git switch --detach v1.1_030
+foo@bar:~$ git switch --detach v1.1_031
foo@bar:~$ rougail -m firefox/ -o doc --doc.contents changelog
```
-#### Deleted variables
+#### New variables
+
+| Variable | Description |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **manual.http_proxy.address**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTP address.
**Validator**: the domain name can be an IP |
+| **manual.http_proxy.port**
[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTP Port.
**Validators**:
- well-known ports (1 to 1023) are allowed
- registred ports (1024 to 49151) are allowed
- private ports (greater than 49152) are allowed
**Default**: 8080 |
+| **manual.use_for_https**
[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Also use this proxy for HTTPS.
**Default**: true |
+| **manual.https_proxy.address**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTPS address.
**Validator**: the domain name can be an IP |
+| **manual.https_proxy.port**
[`port`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | HTTPS Port.
**Validators**:
- well-known ports (1 to 1023) are allowed
- registred ports (1024 to 49151) are allowed
- private ports (greater than 49152) are allowed
**Default**: 8080 |
-- manual.http_proxy.address
-- manual.http_proxy.port
-- manual.use_for_https
-- manual.https_proxy.address
-- manual.https_proxy.port
## User datas
### Example 1
@@ -127,7 +166,7 @@ foo@bar:~$ rougail -m firefox/ -o doc --doc.contents changelog
#### Output
```console
-foo@bar:~$ git switch --detach v1.1_030
+foo@bar:~$ git switch --detach v1.1_031
foo@bar:~$ rougail -m firefox/ -u yaml -ff config/01/config.yaml
```
╭─────── Caption ────────╮ @@ -139,7 +178,7 @@ Variables: #### Output in read write mode ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/01/config.yaml --cli.read_write ```╭─────── Caption ────────╮ @@ -161,28 +200,30 @@ proxy_mode: Manual proxy configuration #### Output ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/02/config.yaml ``` -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/02/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┣━━ HTTP Proxy + ┃ ┗━━ HTTP address + ┗━━ HTTPS Proxy + ┗━━ HTTPS address#### Output in read write mode ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/02/config.yaml --cli.read_write ``` -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/02/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┣━━ HTTP Proxy + ┃ ┗━━ HTTP address + ┗━━ HTTPS Proxy + ┗━━ HTTPS address### Example 3 @@ -200,32 +241,26 @@ manual: #### Output ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/03/config.yaml ``` -🔔 WARNINGS -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/03/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/03/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS address#### Output in read write mode ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/03/config.yaml --cli.read_write ``` -🔔 WARNINGS -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/03/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/03/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS address### Example 4 @@ -244,34 +279,26 @@ manual: #### Output ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/04/config.yaml ``` -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/04/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/04/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/04/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS address#### Output in read write mode ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/04/config.yaml --cli.read_write ``` -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/04/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/04/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/04/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS address### Example 5 @@ -293,39 +320,47 @@ manual: #### Output ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/05/config.yaml ``` -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.use_for_https" (Also use this proxy for HTTPS) will be ignored when loading from the YAML file "config/05/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.https_proxy.address" (HTTPS address) will be ignored when loading from the YAML file "config/05/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┣━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┗━━ 📂 Manual proxy configuration + ┣━━ 📂 HTTP Proxy + ┃ ┣━━ 📓 HTTP address: http.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┃ ┗━━ 📓 HTTP Port: 3128 ◀ loaded from the YAML file "config/05/config.yaml" (⏳ 8080) + ┣━━ 📓 Also use this proxy for HTTPS: false ◀ loaded from the YAML file "config/05/config.yaml" (⏳ true) + ┗━━ 📂 HTTPS Proxy + ┣━━ 📓 HTTPS address: https.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┗━━ 📓 HTTPS Port: 8080#### Output in read write mode ```console -foo@bar:~$ git switch --detach v1.1_030 +foo@bar:~$ git switch --detach v1.1_031 foo@bar:~$ rougail -m firefox/ -u yaml -ff config/05/config.yaml --cli.read_write ``` -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.use_for_https" (Also use this proxy for HTTPS) will be ignored when loading from the YAML file "config/05/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.https_proxy.address" (HTTPS address) will be ignored when loading from the YAML file "config/05/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┣━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┗━━ 📂 Manual proxy configuration + ┣━━ 📂 HTTP Proxy + ┃ ┣━━ 📓 HTTP address: http.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┃ ┗━━ 📓 HTTP Port: 3128 ◀ loaded from the YAML file "config/05/config.yaml" (⏳ 8080) + ┣━━ 📓 Also use this proxy for HTTPS: false ◀ loaded from the YAML file "config/05/config.yaml" (⏳ true) + ┗━━ 📂 HTTPS Proxy + ┣━━ 📓 HTTPS address: https.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┗━━ 📓 HTTPS Port: 8080-- [[tutorial v1.1_031] A conditional disabled family with a variable](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_031/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_031~1..v1.1_031)) +- [[tutorial v1.1_041] An hidden family](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_041/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_041~1..v1.1_041)) diff --git a/config/02/output_ro.html b/config/02/output_ro.html index 43e8b965..45e42766 100644 --- a/config/02/output_ro.html +++ b/config/02/output_ro.html @@ -1,7 +1,8 @@ -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/02/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┣━━ HTTP Proxy + ┃ ┗━━ HTTP address + ┗━━ HTTPS Proxy + ┗━━ HTTPS addressdiff --git a/config/02/output_rw.html b/config/02/output_rw.html index 43e8b965..45e42766 100644 --- a/config/02/output_rw.html +++ b/config/02/output_rw.html @@ -1,7 +1,8 @@ -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/02/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┣━━ HTTP Proxy + ┃ ┗━━ HTTP address + ┗━━ HTTPS Proxy + ┗━━ HTTPS addressdiff --git a/config/03/output_ro.html b/config/03/output_ro.html index 9fb4d886..29354397 100644 --- a/config/03/output_ro.html +++ b/config/03/output_ro.html @@ -1,9 +1,6 @@ -🔔 WARNINGS -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/03/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/03/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS addressdiff --git a/config/03/output_rw.html b/config/03/output_rw.html index 9fb4d886..29354397 100644 --- a/config/03/output_rw.html +++ b/config/03/output_rw.html @@ -1,9 +1,6 @@ -🔔 WARNINGS -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/03/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/03/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS addressdiff --git a/config/04/output_ro.html b/config/04/output_ro.html index e654b746..29354397 100644 --- a/config/04/output_ro.html +++ b/config/04/output_ro.html @@ -1,10 +1,6 @@ -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/04/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/04/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/04/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS addressdiff --git a/config/04/output_rw.html b/config/04/output_rw.html index e654b746..29354397 100644 --- a/config/04/output_rw.html +++ b/config/04/output_rw.html @@ -1,10 +1,6 @@ -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/04/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/04/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ -│ (⏳ Original default value) │ -╰──────────────────────────────────────╯ -Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/04/config.yaml" (⏳ No proxy) +🛑 ERRORS +┗━━ The following variables are mandatory but have no value: + ┗━━ Manual proxy configuration + ┗━━ HTTPS Proxy + ┗━━ HTTPS addressdiff --git a/config/05/output_ro.html b/config/05/output_ro.html index 33b115ae..4a9da60a 100644 --- a/config/05/output_ro.html +++ b/config/05/output_ro.html @@ -1,12 +1,16 @@ -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.use_for_https" (Also use this proxy for HTTPS) will be ignored when loading from the YAML file "config/05/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.https_proxy.address" (HTTPS address) will be ignored when loading from the YAML file "config/05/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┣━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┗━━ 📂 Manual proxy configuration + ┣━━ 📂 HTTP Proxy + ┃ ┣━━ 📓 HTTP address: http.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┃ ┗━━ 📓 HTTP Port: 3128 ◀ loaded from the YAML file "config/05/config.yaml" (⏳ 8080) + ┣━━ 📓 Also use this proxy for HTTPS: false ◀ loaded from the YAML file "config/05/config.yaml" (⏳ true) + ┗━━ 📂 HTTPS Proxy + ┣━━ 📓 HTTPS address: https.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┗━━ 📓 HTTPS Port: 8080diff --git a/config/05/output_rw.html b/config/05/output_rw.html index 33b115ae..4a9da60a 100644 --- a/config/05/output_rw.html +++ b/config/05/output_rw.html @@ -1,12 +1,16 @@ -🔔 WARNINGS -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.address" (HTTP address) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.http_proxy.port" (HTTP Port) will be ignored when loading from the YAML file "config/05/config.yaml" -┣━━ family "manual" (Manual proxy configuration) is disabled, "manual.use_for_https" (Also use this proxy for HTTPS) will be ignored when loading from the YAML file "config/05/config.yaml" -┗━━ family "manual" (Manual proxy configuration) is disabled, "manual.https_proxy.address" (HTTPS address) will be ignored when loading from the YAML file "config/05/config.yaml" -╭────────────── Caption ───────────────╮ -│ Variable Modified value │ +╭────────────── Caption ───────────────╮ +│ Variable Default value │ +│ Modified value │ │ (⏳ Original default value) │ ╰──────────────────────────────────────╯ Variables: -┗━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┣━━ 📓 Configure Proxy Access to the Internet: Manual proxy configuration ◀ loaded from the YAML file "config/05/config.yaml" (⏳ No proxy) +┗━━ 📂 Manual proxy configuration + ┣━━ 📂 HTTP Proxy + ┃ ┣━━ 📓 HTTP address: http.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┃ ┗━━ 📓 HTTP Port: 3128 ◀ loaded from the YAML file "config/05/config.yaml" (⏳ 8080) + ┣━━ 📓 Also use this proxy for HTTPS: false ◀ loaded from the YAML file "config/05/config.yaml" (⏳ true) + ┗━━ 📂 HTTPS Proxy + ┣━━ 📓 HTTPS address: https.proxy.net ◀ loaded from the YAML file "config/05/config.yaml" + ┗━━ 📓 HTTPS Port: 8080