Update Readme
This commit is contained in:
parent
4ae7bc198b
commit
1ecc7a6cf0
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -17,13 +17,17 @@ yunohost:
|
||||||
# Link to the install script
|
# Link to the install script
|
||||||
install_script_url: https://raw.githubusercontent.com/YunoHost/install_script/master/install_yunohost
|
install_script_url: https://raw.githubusercontent.com/YunoHost/install_script/master/install_yunohost
|
||||||
# The main domain
|
# The main domain
|
||||||
domain: mydomain.fr
|
domain: example.com
|
||||||
# Yunohost admin password
|
# Yunohost admin password
|
||||||
password: MYINSECUREPWD_PLZ_OVERRIDE_THIS
|
password: MYINSECUREPWD_PLZ_OVERRIDE_THIS
|
||||||
# If you don't want to use a noho.st url
|
# If you don't want to use a noho.st url
|
||||||
ignore_dyndns: False
|
ignore_dyndns: False
|
||||||
# The list of apps you want to install (not working yet).
|
# The list of apps you want to install.
|
||||||
apps: ~
|
apps:
|
||||||
|
- link: ttrss # It can be the name of an official app or a github link
|
||||||
|
args: # Provide here args. Path and domain are mandatory, other args depend of the app.
|
||||||
|
path: /var/www/ttrss
|
||||||
|
domain: example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue