1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
outline_ynh/scripts/_common.sh
2021-11-12 00:06:47 +07:00

26 lines
649 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql"
NODEJS_VERSION=14
#=================================================
# PERSONAL HELPERS
#=================================================
ynh_hex_32_random() {
echo "$(openssl rand -hex 32)"
}
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================