diff --git a/README.md b/README.md index e87327e..3f7f528 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Alternative front-end to YouTube -**Shipped version:** 28.07.21~ynh1 +**Shipped version:** 28.07.21~ynh2 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index 0a72f24..f8d0395 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Front-end alternatif à YouTube -**Version incluse :** 28.07.21~ynh1 +**Version incluse :** 28.07.21~ynh2 **Démo :** https://invidious.site/ diff --git a/conf/config.yml b/conf/config.yml index 2b8305a..7a4191b 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -76,7 +76,7 @@ port: __PORT__ ## Accepted values: 1-65535 ## Default: ## -external_port: __PORT__ +external_port: 443 ## ## Interface address to listen on for incoming connections. diff --git a/manifest.json b/manifest.json index 0e21726..d045fe5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "28.07.21~ynh1", + "version": "28.07.21~ynh2", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/upgrade b/scripts/upgrade index 350fb5c..6d68f6e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,9 +101,9 @@ then pushd $final_path git fetch - #git checkout master + #git checkout master + git reset --hard --quiet $version_commit git pull - git reset --hard --quiet $version_commit shards update && shards install crystal build $final_path/src/invidious.cr --release popd