From 6b89406ab8c95510758353ecec07edc3097afb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Aug 2021 11:24:01 +0200 Subject: [PATCH] Testing (#51) - Set external_port: 443 --- README.md | 2 +- README_fr.md | 2 +- conf/config.yml | 2 +- manifest.json | 2 +- scripts/upgrade | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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