mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #193 from mbugeia/master
Some precisions on ssowatconf
This commit is contained in:
commit
e2df23b074
2 changed files with 25 additions and 3 deletions
|
@ -160,6 +160,23 @@ sudo yunohost app setting <id> <key> [ -v <value> ]
|
|||
This is the most important helper of YunoHost. It allows you to store some settings for a specific app, in order to be either reused afterward or used for YunoHost configuration (**e.g.** for the SSO).
|
||||
<br><br>
|
||||
It sets the value if you append ```-v <value>```, and gets it otherwise.
|
||||
<br><br>
|
||||
|
||||
** Some useful settings **<br><br>
|
||||
```skipped_uris```<br><br>
|
||||
Remove the protection on the uris list provided separated by commas.<br><br>
|
||||
|
||||
```protected_uris```<br><br>
|
||||
Protects the uris list provided separated by commas. Only logged in users will have access.<br><br>
|
||||
|
||||
There are also `skipped_regex`, `protected_regex`, `unprotected_uris`, `unprotected_regex`.<br><br>
|
||||
|
||||
**Be careful** : you must run `yunohost app ssowatconf` to apply the effect. URIs will be converted into URLs and written to the file /etc/ssowat/conf.json.<br><br>
|
||||
|
||||
Example:<br>
|
||||
```yunohost app setting myapp unprotected_urls -v "/"```<br>
|
||||
```yunohost app ssowatconf```<br>
|
||||
These commands will disable the SSO on the root of the aplication like domain.tld/myapp This is useful for public application.
|
||||
</blockquote>
|
||||
|
||||
<br>
|
||||
|
@ -209,4 +226,4 @@ yunohost app install https://github.com/author/my_app_package.git
|
|||
You can add your application to the [_Work in progress_ list](https://yunohost.org/#/apps_en).
|
||||
|
||||
### Ask integration of your application to the official list
|
||||
If you want, you can ask integration of your application to officials applications. To do so, use button "New App Request" on http://app.yunohost.org.
|
||||
If you want, you can ask integration of your application to officials applications. To do so, use button "New App Request" on http://app.yunohost.org.
|
||||
|
|
|
@ -162,7 +162,12 @@ Protège la liste d'uris fournies séparées par des virgules. Seul un utilisate
|
|||
|
||||
Il existe aussi `skipped_regex`, `protected_regex`, `unprotected_uris`, `unprotected_regex`.<br><br>
|
||||
|
||||
**Attention** : il est nécessaire de lancer `yunohost app ssowatconf` pour appliquer les effets.
|
||||
**Attention** : il est nécessaire de lancer `yunohost app ssowatconf` pour appliquer les effets. Les uris seront alors converties en urls et écrites dans le fichier /etc/ssowat/conf.json.<br><br>
|
||||
|
||||
Exemple:<br>
|
||||
```yunohost app setting myapp unprotected_urls -v "/"```<br>
|
||||
```yunohost app ssowatconf```<br>
|
||||
Ces commandes vont désactiver le SSO sur la racine de l'aplication soit domain.tld/myapp, ceci est utile pour une application publique.
|
||||
</blockquote>
|
||||
|
||||
<br>
|
||||
|
@ -219,4 +224,4 @@ yunohost app install https://github.com/auteur/mon_paquet.git
|
|||
Vous pouvez ajouter votre application à [la liste _Work in progress_](https://yunohost.org/#/apps_en).
|
||||
|
||||
### Demander l’intégration de son application à la liste officielle
|
||||
Si vous le souhaitez vous pouvez proposer l'inclusion de l'application dans les applications officielles. Pour ce faire, il faut utiliser le bouton "New App Request" sur http://app.yunohost.org.
|
||||
Si vous le souhaitez vous pouvez proposer l'inclusion de l'application dans les applications officielles. Pour ce faire, il faut utiliser le bouton "New App Request" sur http://app.yunohost.org.
|
||||
|
|
Loading…
Add table
Reference in a new issue