mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
Merge pull request #40 from YunoHost-Apps/Tagadda-patch-1
Replace all files during upgrade
This commit is contained in:
commit
32135535a5
5 changed files with 8 additions and 6 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.
|
Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.
|
||||||
|
|
||||||
**Shipped version:** 0.1.0~ynh1
|
**Shipped version:** 0.1.0~ynh2
|
||||||
|
|
||||||
**Demo:** https://watch.owncast.online/
|
**Demo:** https://watch.owncast.online/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Owncast est un serveur de diffusion en direct et de chat open source, auto-hébergé, décentralisé et à utilisateur unique pour exécuter vos propres diffusions en direct dans un style similaire aux grandes options grand public. Il offre une propriété complète sur votre contenu, votre interface, votre modération et votre audience.
|
Owncast est un serveur de diffusion en direct et de chat open source, auto-hébergé, décentralisé et à utilisateur unique pour exécuter vos propres diffusions en direct dans un style similaire aux grandes options grand public. Il offre une propriété complète sur votre contenu, votre interface, votre modération et votre audience.
|
||||||
|
|
||||||
**Version incluse :** 0.1.0~ynh1
|
**Version incluse :** 0.1.0~ynh2
|
||||||
|
|
||||||
**Démo :** https://watch.owncast.online/
|
**Démo :** https://watch.owncast.online/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Owncast"
|
||||||
description.en = "Self-hosted live video and web chat server for use with existing broadcasting software"
|
description.en = "Self-hosted live video and web chat server for use with existing broadcasting software"
|
||||||
description.fr = "Serveur de vidéo en direct et de chat Web auto-hébergé à utiliser avec un logiciel de diffusion"
|
description.fr = "Serveur de vidéo en direct et de chat Web auto-hébergé à utiliser avec un logiciel de diffusion"
|
||||||
|
|
||||||
version = "0.1.0~ynh1"
|
version = "0.1.0~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ admindoc = "https://owncast.online/docs/"
|
||||||
code = "https://github.com/owncast/owncast"
|
code = "https://github.com/owncast/owncast"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.1.21"
|
||||||
architectures = ["amd64", "armhf", "arm64"]
|
architectures = ["amd64", "armhf", "arm64"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -33,7 +33,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir" --keep="data" --full_replace=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
|
|
|
@ -4,4 +4,6 @@ test_format = 1.0
|
||||||
|
|
||||||
# ------------
|
# ------------
|
||||||
# Tests to run
|
# Tests to run
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
|
test_upgrade_from.5233d1027c.name = "Upgrade from 0.0.13"
|
||||||
|
|
Loading…
Add table
Reference in a new issue