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