1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
- Set external_port: 443
This commit is contained in:
Éric Gaspar 2021-08-04 11:24:01 +02:00 committed by GitHub
parent 2fd06d45ea
commit 6b89406ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Alternative front-end to YouTube Alternative front-end to YouTube
**Shipped version:** 28.07.21~ynh1 **Shipped version:** 28.07.21~ynh2
**Demo:** https://invidious.site/ **Demo:** https://invidious.site/

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Front-end alternatif à YouTube Front-end alternatif à YouTube
**Version incluse :** 28.07.21~ynh1 **Version incluse :** 28.07.21~ynh2
**Démo :** https://invidious.site/ **Démo :** https://invidious.site/

View file

@ -76,7 +76,7 @@ port: __PORT__
## Accepted values: 1-65535 ## Accepted values: 1-65535
## Default: <none> ## Default: <none>
## ##
external_port: __PORT__ external_port: 443
## ##
## Interface address to listen on for incoming connections. ## Interface address to listen on for incoming connections.

View file

@ -6,7 +6,7 @@
"en": "Alternative front-end to YouTube", "en": "Alternative front-end to YouTube",
"fr": "Front-end alternatif à YouTube" "fr": "Front-end alternatif à YouTube"
}, },
"version": "28.07.21~ynh1", "version": "28.07.21~ynh2",
"url": "https://invidio.us/", "url": "https://invidio.us/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",

View file

@ -101,9 +101,9 @@ then
pushd $final_path pushd $final_path
git fetch git fetch
#git checkout master #git checkout master
git reset --hard --quiet $version_commit
git pull git pull
git reset --hard --quiet $version_commit
shards update && shards install shards update && shards install
crystal build $final_path/src/invidious.cr --release crystal build $final_path/src/invidious.cr --release
popd popd