peertube-search-index_ynh/scripts/_common.sh
2023-08-08 22:53:42 +02:00

28 lines
747 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="git"
extra_pkg_dependencies="elasticsearch-oss"
NODEJS_VERSION=16
REPOSITORY="https://framagit.org/framasoft/peertube/search-index"
COMMIT="316adda0db184cb36f0645a60dc8f6a1611ecd28"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================