mirror of
https://github.com/YunoHost-Apps/dispatch_ynh.git
synced 2024-09-03 18:25:53 +02:00
commit
e8a745bd50
5 changed files with 8 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Web-based IRC graphical client
|
Web-based IRC graphical client
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.7~ynh4
|
**Shipped version:** 0.7~ynh6
|
||||||
|
|
||||||
**Demo:** https://dispatch.khlieng.com/
|
**Demo:** https://dispatch.khlieng.com/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Web-based IRC graphical client
|
Web-based IRC graphical client
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.7~ynh4
|
**Version incluse :** 0.7~ynh6
|
||||||
|
|
||||||
**Démo :** https://dispatch.khlieng.com/
|
**Démo :** https://dispatch.khlieng.com/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Dispatch"
|
||||||
description.en = "Web-based IRC graphical client"
|
description.en = "Web-based IRC graphical client"
|
||||||
description.fr = "Client graphique IRC"
|
description.fr = "Client graphique IRC"
|
||||||
|
|
||||||
version = "0.7~ynh4"
|
version = "0.7~ynh6"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -18,8 +18,11 @@ code = "https://github.com/khlieng/dispatch"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
|
@ -44,7 +44,7 @@ yunohost service add $app --description="Web-based IRC client" --log="/var/log/$
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..."
|
ynh_script_progression --message="Adding a configuration file..."
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.default.toml" --destination="$install_dir/.dispatch/config.toml"
|
ynh_add_config --template="config.default.toml" --destination="$install_dir/.dispatch/config.toml"
|
||||||
|
|
||||||
chmod 400 "$install_dir/.dispatch/config.toml"
|
chmod 400 "$install_dir/.dispatch/config.toml"
|
||||||
chown $app:$app "$install_dir/.dispatch/config.toml"
|
chown $app:$app "$install_dir/.dispatch/config.toml"
|
||||||
|
|
|
@ -62,7 +62,7 @@ yunohost service add $app --description="Web-based IRC client" --log="/var/log/$
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating a configuration file..."
|
ynh_script_progression --message="Updating a configuration file..."
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.default.toml" --destination="$install_dir/.dispatch/config.toml"
|
ynh_add_config --template="config.default.toml" --destination="$install_dir/.dispatch/config.toml"
|
||||||
|
|
||||||
chmod 400 "$install_dir/.dispatch/config.toml"
|
chmod 400 "$install_dir/.dispatch/config.toml"
|
||||||
chown $app:$app "$install_dir/.dispatch/config.toml"
|
chown $app:$app "$install_dir/.dispatch/config.toml"
|
||||||
|
|
Loading…
Reference in a new issue