mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Merge pull request #27 from fflorent/update-to-2022-11-14
Update to 0.0.1.2022.06.03~ynh1
This commit is contained in:
commit
026e3173f1
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Search engine for PeerTube videos and channels",
|
"en": "Search engine for PeerTube videos and channels",
|
||||||
"fr": "Moteur de recherche de vidéos et chaînes PeerTube"
|
"fr": "Moteur de recherche de vidéos et chaînes PeerTube"
|
||||||
},
|
},
|
||||||
"version": "0.0.1.2021.12.28~ynh2",
|
"version": "0.0.1.2022.06.03~ynh1",
|
||||||
"url": "https://search.joinpeertube.org/",
|
"url": "https://search.joinpeertube.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
@ -9,11 +9,11 @@ pkg_dependencies="git"
|
||||||
|
|
||||||
extra_pkg_dependencies="elasticsearch-oss"
|
extra_pkg_dependencies="elasticsearch-oss"
|
||||||
|
|
||||||
NODEJS_VERSION=12
|
NODEJS_VERSION=14
|
||||||
|
|
||||||
REPOSITORY="https://framagit.org/framasoft/peertube/search-index"
|
REPOSITORY="https://framagit.org/framasoft/peertube/search-index"
|
||||||
|
|
||||||
COMMIT="5c8dc80186971f6f0b837ea484dde668ca437bd7"
|
COMMIT="316adda0db184cb36f0645a60dc8f6a1611ecd28"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -106,7 +106,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC SETUP
|
# SPECIFIC SETUP
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILDING
|
# BUILDING
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building..."
|
ynh_script_progression --message="Building..."
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC UPGRADE
|
# SPECIFIC UPGRADE
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILDING
|
# BUILDING
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building..."
|
ynh_script_progression --message="Building..."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue