mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
34 lines
773 B
Bash
34 lines
773 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
RUBY_VERSION="2.7.3"
|
|
NODEJS_VERSION="16"
|
|
|
|
syncing_server_js_version="1.46.1"
|
|
auth_version="1.38.0"
|
|
api_gateway_version="1.33.0"
|
|
extensions_version="2021.08.27"
|
|
|
|
swap_needed=2048
|
|
node_max_old_space_size=6144
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies=""
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
|
|
|
|
#================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|