Antoine Lima
1510b03634
Factorize NodeJS-specific setup and removal in _common.sh
2024-03-10 22:52:45 +01:00
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
tituspijean
cf1e857017
Merge branch 'testing' into enh-postgresql
2023-08-16 17:15:42 +02:00
tituspijean
494db3a91e
Actually use the generated db_pwd
2023-08-16 16:17:10 +02:00
Tagada
80f55d4feb
Implement postgresql database choice
2023-05-28 18:43:16 +02:00
Éric Gaspar
6904852de5
Update install
2023-05-05 21:33:04 +02:00
Éric Gaspar
9e3097c524
fix
2023-05-05 15:44:39 +02:00
Éric Gaspar
47533880be
#110
2023-04-13 11:11:30 +02:00
Éric Gaspar
cc7808c378
cleaning
2023-04-13 09:42:10 +02:00
Éric Gaspar
ff5946f35a
cleaning
2023-04-12 22:39:56 +02:00
Éric Gaspar
6314f2bc26
fix
2023-04-12 20:59:50 +02:00
Éric Gaspar
e3ede5ca29
Update install
2023-04-12 20:56:12 +02:00
Éric Gaspar
c66196538c
fix
2023-04-12 20:54:49 +02:00
Éric Gaspar
5b38abe368
add DB info
2023-04-12 20:41:16 +02:00
Éric Gaspar
2ec2d5cfab
remove send email
2023-04-12 20:02:39 +02:00
Éric Gaspar
857d049c7a
Update install
2023-04-12 19:55:50 +02:00
Éric Gaspar
94761c15d2
Update install
2023-03-28 21:59:12 +02:00
Éric Gaspar
f91ad3ecbe
Fix
2023-02-05 12:35:09 +01:00
Éric Gaspar
fac6118cce
Fix
2023-02-05 12:29:41 +01:00
Éric Gaspar
d3695fe281
Update install
2023-02-05 12:28:17 +01:00
Éric Gaspar
a53a10d256
Update install
2023-02-05 12:17:35 +01:00
ericgaspar
369bb90604
Update install
2023-02-05 08:09:24 +01:00
ericgaspar
caf5f74760
Update install
2023-02-05 08:08:58 +01:00
Éric Gaspar
8aba067dc2
Update install
2023-02-04 23:30:49 +01:00
Éric Gaspar
b6e37aedae
Update install
2023-02-04 23:16:22 +01:00
Éric Gaspar
ff58e1d00c
Fix
2023-02-04 21:20:44 +01:00
Éric Gaspar
54d609c124
v2
2023-02-04 21:08:46 +01:00
Éric Gaspar
9ec2a51f39
Update install
2023-01-25 15:41:36 +01:00
Éric Gaspar
0627d061b7
Merge branch 'testing' into fix-config-panel-install
2023-01-25 13:03:52 +01:00
Alexandre Aubin
700c765839
Define PHP settings used by config panel to prevent the config panel from miserably crashing
2023-01-21 22:50:20 +01:00
tituspijean
8fde9136ba
Fix PHP config settings installation
2022-11-30 13:33:51 +01:00
tituspijean
a43f92ac0d
Merge pull request #82 from Tagadda/fix-configpanel
2022-09-22 20:34:15 +02:00
Éric Gaspar
22f9c65f01
Add php-mysql if the database is installed
2022-08-28 13:26:45 +02:00
tituspijean
ee6a4cf5f8
[fix] handling phpversion in config panel
...
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2022-08-07 16:55:40 +02:00
tituspijean
e015e3310e
Force chmod 750 to ensure SFTP chroot
2022-02-03 22:14:15 +01:00
Tagadda
a7f4f0badf
fix
2022-02-01 23:41:35 +00:00
Tagadda
2231f5bb4f
config: password should be defined even if empty
2022-02-01 18:36:10 +00:00
tituspijean
51821b21e8
Add option to not install PHP
2022-01-09 11:55:11 +01:00
tituspijean
6e424af31d
Homogeinize dependencies install step weight
2021-11-26 12:58:37 +01:00
tituspijean
5c0f2abaa6
Install PHP-FPM as dependency
2021-11-26 00:03:22 +01:00
tituspijean
563099da3a
Use PHPVERSION as PHP selection variable
2021-10-02 10:35:13 +02:00
ericgaspar
38712bb719
Update install
2021-10-01 22:05:32 +02:00
ericgaspar
513b3b6e66
Fix
2021-10-01 21:37:02 +02:00
ericgaspar
6b386c372a
Custom PHP version
2021-10-01 09:11:49 +02:00
Alexandre Aubin
2c1ecd06de
Drop 'overwrite' nginx/phpfpm conf settings
2021-05-24 19:05:33 +02:00
Alexandre Aubin
9969e5a7b7
Fix misc issues
2021-05-10 17:01:39 +02:00
Alexandre Aubin
12a0d94a4f
Fix permissions: we also need www-data to be able to browse
2021-05-09 18:25:05 +02:00
Alexandre Aubin
cdfa2f061f
Use sftp.app group from 4.2 to manage sftp access, + fix permissions for /var/www/my_webapp
2021-05-07 20:39:16 +02:00
ericgaspar
a5cc874147
Cleaning up
2021-04-22 23:20:15 +02:00
ericgaspar
b324c78780
Upgrade to php7.3
2020-12-06 12:26:20 +01:00