yunohost-changer-label-application
yunohost-changer-label-application
yunohost-changer-label-application
Yunohost, Comment changer le nom d’une application installée?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# passer en mode su
sudo -s
# lister les applications (installed=true)
yunohost app list
[...]
description: App vide sans accès FTP
id: multi_webapp
installed: True
label: Shaarli
license: free
name: Multi custom webapp
[...]
# on change le label
yunohost app setting multi_webapp label -v "Shaarli"
# actualisation
yunohost app ssowatconf && nginx -s reload
yunohost-changer-label-application.md
Cet article est sous licence
CC BY 4.0
par l'auteur.