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
|
|
|
|
#=================================================
|