This website requires JavaScript.
Explore
Help
Sign In
stove
/
rougail-tutorials
Watch
2
Star
0
Fork
You've already forked rougail-tutorials
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a1969abccd
rougail-tutorials
/
firefox
/
00-proxy.yml
5 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
[tutorial 000] A structured file with format version
2024-11-02 14:58:10 +01:00
---
[tutorial 010] A first variable with only a name
2024-11-02 14:58:12 +01:00
proxy_mode
:
[tutorial 011] The variable description We can add a description to this first variable. This information is useful for: - documentation - error message - help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/gnunux/rougail-user-data-questionary)).
2024-11-02 14:58:13 +01:00
description
:
Configure Proxy Access to the Internet
[tutorial 012] A default value Now we can define the default value of this variable. If the user doesn't touch this variable's value, the value is "No proxy" As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard").
2024-11-02 14:58:14 +01:00
default
:
No
proxy
Reference in a new issue
Copy permalink