1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
n8n_ynh/scripts/_common.sh

25 lines
638 B
Bash
Raw Normal View History

2021-09-18 14:27:12 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-08-13 18:54:07 +02:00
nodejs_version=20
2021-09-18 14:27:12 +02:00
2023-10-15 08:44:31 +02:00
n8n_version=1.9.3
2021-09-18 14:27:12 +02:00
2023-10-15 08:50:04 +02:00
timezone="$(cat /etc/timezone)"
2023-10-15 13:40:58 +02:00
email=$(ynh_user_get_info --username=$admin --key=mail)
2023-10-15 08:50:04 +02:00
2021-09-18 14:27:12 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================