mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Upgrade to 0.0.1-2021-02-17
This commit is contained in:
parent
b4fecd70fa
commit
620e609cbd
4 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
A search engine for [PeerTube](https://joinpeertube.org/) videos and channels, developed by Framasoft.
|
A search engine for [PeerTube](https://joinpeertube.org/) videos and channels, developed by Framasoft.
|
||||||
|
|
||||||
**Shipped version:** 0.0.1-2020-12-24
|
**Shipped version:** 0.0.1-2021-02-17
|
||||||
|
|
||||||
## Important points to read before installing
|
## Important points to read before installing
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# 0.0.1-2020-10-31~ynh1
|
# 0.0.1-2020-10-31~ynh1
|
||||||
upgrade=1 from_commit=b0541627859d2b702b55f7ac33e7f786e70b3051
|
upgrade=1 from_commit=b0541627859d2b702b55f7ac33e7f786e70b3051
|
||||||
|
# 0.0.1-2020-12-24~ynh1
|
||||||
|
upgrade=1 from_commit=103b86aa716d289cab00aee49e539cab252e21a3
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||||
|
@ -32,3 +34,5 @@ Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=b0541627859d2b702b55f7ac33e7f786e70b3051
|
; commit=b0541627859d2b702b55f7ac33e7f786e70b3051
|
||||||
name=0.0.1-2020-10-31~ynh1
|
name=0.0.1-2020-10-31~ynh1
|
||||||
|
; commit=103b86aa716d289cab00aee49e539cab252e21a3
|
||||||
|
name=0.0.1-2020-12-24~ynh1
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A search engine for PeerTube videos and channels",
|
"en": "A search engine for PeerTube videos and channels",
|
||||||
"fr": "Un moteur de recherche de vidéos et chaînes PeerTube"
|
"fr": "Un moteur de recherche de vidéos et chaînes PeerTube"
|
||||||
},
|
},
|
||||||
"version": "0.0.1-2020-12-24~ynh1",
|
"version": "0.0.1-2021-02-17~ynh1",
|
||||||
"url": "https://search.joinpeertube.org/",
|
"url": "https://search.joinpeertube.org/",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -12,7 +12,7 @@ NODEJS_VERSION=12
|
||||||
|
|
||||||
source="https://framagit.org/framasoft/peertube/search-index"
|
source="https://framagit.org/framasoft/peertube/search-index"
|
||||||
|
|
||||||
COMMIT="217666c70766aa9a81ce6dde9e6c41a43d2da991"
|
COMMIT="c29e7f02df4bd5cdfac3696de6d221f1beea041f"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue