mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
28 lines
747 B
Bash
28 lines
747 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies="git"
|
|
|
|
extra_pkg_dependencies="elasticsearch-oss"
|
|
|
|
NODEJS_VERSION=12
|
|
|
|
REPOSITORY="https://framagit.org/framasoft/peertube/search-index"
|
|
|
|
COMMIT="5c8dc80186971f6f0b837ea484dde668ca437bd7"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|