mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
8261c57c58
* update to 1.6 * use dev environment to accept reverse proxy * add sed to allow subdomain Co-authored-by: Tobias Ollive <tobias@ollive.oiseauroch.fr> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
19 lines
530 B
Bash
19 lines
530 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
NODEJS_VERSION=16
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|