1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00
snserver_ynh/scripts/_common.sh

32 lines
731 B
Bash
Raw Normal View History

2020-01-18 10:28:47 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-07-08 11:50:04 +02:00
RUBY_VERSION="2.7.3"
2021-07-04 21:45:43 +02:00
NODEJS_VERSION="15.11.0"
2020-01-18 10:28:47 +01:00
syncing_server_js_version="1.36.1"
2021-07-24 19:23:21 +02:00
auth_version="1.13.2"
2021-07-24 19:25:25 +02:00
api_gateway_version="1.20.5"
2021-07-09 20:35:47 +02:00
extensions_version="2021.07.06"
2021-07-08 11:50:04 +02:00
2020-01-18 10:28:47 +01:00
# dependencies used by the app
2021-07-04 21:45:43 +02:00
pkg_dependencies=""
2020-01-18 10:28:47 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
2021-07-06 15:45:29 +02:00
2021-01-25 13:08:34 +01:00
2020-01-18 10:28:47 +01:00
#================================================
# EXPERIMENTAL HELPERS
#=================================================
2021-01-15 19:58:23 +01:00
2020-01-18 10:28:47 +01:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================