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

23 lines
657 B
Bash
Raw Normal View History

2023-08-04 02:53:38 +02:00
#!/bin/bash
2017-12-08 00:35:52 +01:00
2019-04-03 00:42:45 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2024-04-14 10:30:25 +02:00
nodejs_version=20
2024-01-10 21:55:28 +01:00
2023-12-27 16:13:33 +01:00
# Obtain the (empty string), __2, __3, cf the DB suffix in production.yaml...
db_suffix="$(echo $app | sed 's/peertube//g')"
2020-06-01 03:40:44 +02:00
2019-04-03 00:42:45 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================