peertube-search-index_ynh/scripts/_common.sh

29 lines
747 B
Bash
Raw Normal View History

2020-10-31 14:18:46 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="git"
2021-04-10 19:17:43 +02:00
2020-10-31 14:18:46 +01:00
extra_pkg_dependencies="elasticsearch-oss"
NODEJS_VERSION=12
2021-04-10 19:17:43 +02:00
REPOSITORY="https://framagit.org/framasoft/peertube/search-index"
2020-10-31 14:18:46 +01:00
2021-02-17 20:47:16 +01:00
COMMIT="c29e7f02df4bd5cdfac3696de6d221f1beea041f"
2020-10-31 14:18:46 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================