my_webapp_ynh/scripts
Antoine Lima 9c6143df27
Add NodeJS server as an alternative to PHP
This adds:
- Two entries in the manifest:
    - A choice for the NodeJS version
    - A port (provisionned in any case due to ynh limitations, but this should not matter)
- Services and configs:
    - Systemctl configs to run the NodeJS server
    - A watcher service and path to restart NodeJS upon file update
    - A custom NGinx config because it is incompatible with the default one
- Docs:
    - More info in the description and admin

The install/remove/backup/restore have been adapted and tested.
The upgrade script is updated but not tested
The change_url script does not change

It is not possible to have both PHP and NodeJS to keep the scripts simple.
2024-03-10 14:43:30 +01:00
..
_common.sh cleaning 2023-04-13 09:42:10 +02:00
backup Add NodeJS server as an alternative to PHP 2024-03-10 14:43:30 +01:00
change_url #110 2023-04-13 11:11:30 +02:00
config fix 2023-05-05 15:44:39 +02:00
install Add NodeJS server as an alternative to PHP 2024-03-10 14:43:30 +01:00
remove Add NodeJS server as an alternative to PHP 2024-03-10 14:43:30 +01:00
restore Add NodeJS server as an alternative to PHP 2024-03-10 14:43:30 +01:00
upgrade Add NodeJS server as an alternative to PHP 2024-03-10 14:43:30 +01:00