mirror of
https://github.com/YunoHost/inside-yunohost.git
synced 2024-09-03 20:06:36 +02:00
Ajout actionmap, équipe et précision veganaise.
This commit is contained in:
parent
3d292cddac
commit
af59c73092
2 changed files with 43 additions and 5 deletions
|
@ -14,7 +14,18 @@ img {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remark-code, .remark-inline-code { font-family: monospace; }
|
.remark-code,
|
||||||
|
.remark-inline-code {
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
.remark-inline-code {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: baseline;
|
||||||
|
padding: 0.1em 0.5em;
|
||||||
|
background: #F0F0F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.remark-slide-content {
|
.remark-slide-content {
|
||||||
padding: 1em 3em;
|
padding: 1em 3em;
|
||||||
|
|
|
@ -114,6 +114,31 @@ global arguments:
|
||||||
|
|
||||||
## Comment ça fonctionne ?
|
## Comment ça fonctionne ?
|
||||||
|
|
||||||
|
### Moulinette
|
||||||
|
|
||||||
|
ActionMap : 1 fichier .yml pour définir les url API & CLI
|
||||||
|
|
||||||
|
```yml
|
||||||
|
### user_info()
|
||||||
|
info:
|
||||||
|
action_help: Get user information
|
||||||
|
api: GET /users/<username>
|
||||||
|
configuration:
|
||||||
|
authenticate: all
|
||||||
|
authenticator: ldap-anonymous
|
||||||
|
arguments:
|
||||||
|
username:
|
||||||
|
help: Username or email to get information
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
→ `$ yunohost user info <USERNAME>`
|
||||||
|
→ `https://example.com/users/<USERNAME>`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Comment ça fonctionne ?
|
||||||
|
|
||||||
### Domaines
|
### Domaines
|
||||||
|
|
||||||
- Possibilité de DynDNS
|
- Possibilité de DynDNS
|
||||||
|
@ -202,9 +227,9 @@ global arguments:
|
||||||
|
|
||||||
### Veganaise
|
### Veganaise
|
||||||
|
|
||||||
- Rebuildd
|
- Rebuildd (build *.deb)
|
||||||
- Debian repositories
|
- Debian repositories (repo.yunohost.org)
|
||||||
- ISOs & VMs
|
- ISOs & VMs (build.yunohost.org)
|
||||||
- NS1
|
- NS1
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -220,7 +245,9 @@ global arguments:
|
||||||
|
|
||||||
## Équipe & gouvernance
|
## Équipe & gouvernance
|
||||||
|
|
||||||
\#yolo
|
- petite équipe pour l'instant
|
||||||
|
- do-ocracy
|
||||||
|
- **New** BugTracker => suivi
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue