mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
parent
2fd06d45ea
commit
6b89406ab8
5 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ port: __PORT__
|
|||
## Accepted values: 1-65535
|
||||
## Default: <none>
|
||||
##
|
||||
external_port: __PORT__
|
||||
external_port: 443
|
||||
|
||||
##
|
||||
## Interface address to listen on for incoming connections.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue