mirror of
https://github.com/YunoHost-Apps/chitchatter_ynh.git
synced 2024-09-03 18:15:59 +02:00
commit
89594d85a7
5 changed files with 10 additions and 10 deletions
|
@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d
|
||||||
- Ephemeral
|
- Ephemeral
|
||||||
- Decentralized
|
- Decentralized
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh10.1
|
**Shipped version:** 1.0~ynh11
|
||||||
|
|
||||||
**Demo:** https://chitchatter.im/
|
**Demo:** https://chitchatter.im/
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe
|
||||||
- Éphémère
|
- Éphémère
|
||||||
- Décentralisé
|
- Décentralisé
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh10.1
|
**Version incluse :** 1.0~ynh11
|
||||||
|
|
||||||
**Démo :** https://chitchatter.im/
|
**Démo :** https://chitchatter.im/
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ name = "Chitchatter"
|
||||||
description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral"
|
description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral"
|
||||||
description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
||||||
|
|
||||||
version = "1.0~ynh10.1"
|
version = "1.0~ynh11"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = []
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPL-2.0"
|
license = "GPL-2.0"
|
||||||
|
|
|
@ -33,9 +33,6 @@ pushd "$install_dir"
|
||||||
git reset --hard --quiet $version_commit
|
git reset --hard --quiet $version_commit
|
||||||
popd
|
popd
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
|
||||||
chown -R $app:www-data "$install_dir"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -56,6 +53,9 @@ pushd $install_dir
|
||||||
ynh_exec_warn_less $ynh_npm run build
|
ynh_exec_warn_less $ynh_npm run build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
chmod -R o-rwx "$install_dir"
|
||||||
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -33,9 +33,6 @@ then
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
|
||||||
chown -R $app:www-data "$install_dir"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPGRADE DEPENDENCIES
|
# UPGRADE DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -63,6 +60,9 @@ pushd $install_dir
|
||||||
ynh_exec_warn_less $ynh_npm run build
|
ynh_exec_warn_less $ynh_npm run build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
chmod -R o-rwx "$install_dir"
|
||||||
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue