dillard
1fa914bbdc
fix: use pm=dynamic (medium) for PHP-FPM to avoid cold-start latency
...
The default footprint=low sets pm=ondemand with process_idle_timeout=10s,
which kills all PHP-FPM workers after 10 seconds of inactivity. Invoice
Ninja generates PDFs via headless Chromium (snappdf); with ondemand, every
PDF request after a brief idle period suffers a combined PHP-FPM worker
spawn + OPcache warm-up (~3-4s) on top of Chromium cold-start (~4-5s),
resulting in 10-12s for the first PDF after idle.
footprint=medium sets pm=dynamic with at least one warm worker kept alive,
reducing PDF latency to the Chromium baseline (~4-5s) regardless of idle time.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-07-07 21:42:01 +02:00
CodeShakingSheep
e428feea79
Fix unbound var
2026-02-09 09:57:45 -06:00
CodeShakingSheep
684f232d4a
Rename variables according to key names
2026-02-09 09:52:44 -06:00
CodeShakingSheep
405898f108
Remove question from manifest
2026-02-09 09:37:13 -06:00
CodeShakingSheep
39eb89fbe9
Use example values instead of default during install, var renmaing
2026-02-09 09:20:37 -06:00
CodeShakingSheep
cdde64f796
Explicitly set mail settings
2026-02-09 00:19:44 -06:00
CodeShakingSheep
c0e3ea3d73
Fix calls to ynh_app_setting_(g|s)et
2026-02-08 23:44:05 -06:00
CodeShakingSheep
e498090402
Add config panel for mail address and mail name
2026-02-08 23:41:43 -06:00
eric_G
2cf2882f57
cleaning
2025-10-02 13:29:07 +02:00
Yunohost-Bot
23f9f926fa
[autopatch] Automatic patch to use nodejs/ruby/go/compose resources + remove empty _common.sh
2025-09-02 22:31:14 +02:00
yalh76
abed61dbf5
Improve
2025-03-17 02:06:33 +01:00
Sebastian Gumprich
b84beadc94
fix(install): re-add chmod and chown tasks
2024-10-14 14:43:18 +02:00
Éric Gaspar
f3b3dd3c46
Update install
2024-10-14 14:34:27 +02:00
Éric Gaspar
d945c52701
cleaning
2024-10-14 14:34:20 +02:00
Éric Gaspar
038d520674
cleaning
2024-09-30 11:05:12 +02:00
Éric Gaspar
cb9313a74d
cleaning
2024-09-01 17:43:58 +02:00
Yunohost-Bot
2a9f75b936
[autopatch] Automatic patch attempt for helpers 2.1
2024-08-30 23:37:07 +02:00
Éric Gaspar
029939f92c
cleaning
2024-08-04 19:43:56 +02:00
Éric Gaspar
206f636c56
fix
2024-08-04 19:32:49 +02:00
CodeShakingSheep
61860e93a4
Update install
...
Grant write permission to owner for .env
2024-07-10 13:54:02 -05:00
Sebastian Gumprich
979c9d3cdd
fix pdf generation error
2024-06-30 19:40:27 +02:00
Daniel Fahey
973cc41c1d
Remove $email & $email_fullname from app settings
...
get them from the live system as needed
2023-11-16 19:25:15 +00:00
Éric Gaspar
77c3052fd1
Merge branch 'testing' into pr/189
2023-11-16 16:45:13 +01:00
Éric Gaspar
1d9c7314d7
cleaning
2023-11-16 16:45:02 +01:00
Éric Gaspar
bbba548984
cleaning
2023-11-16 16:43:53 +01:00
Daniel Fahey
62a9b0336d
Use fullname key
2023-11-16 13:33:02 +00:00
Éric Gaspar
8df733cb88
cleaning
2023-06-05 11:03:43 +02:00
Éric Gaspar
14ffd922bc
cleaning
2023-06-05 11:00:33 +02:00
Éric Gaspar
88d12f0aab
v2
2023-06-05 10:48:49 +02:00
Sebastian Gumprich
a00e1cc8c9
install snappdf, since its not included by default anymore
2022-11-21 09:08:12 +01:00
Alexandre Aubin
3d753aaaad
Prevent install script from exploding when password contains a special char
2022-08-09 19:06:16 +02:00
Sebastian Gumprich
679f2531b4
change source order
2022-07-18 17:46:53 +02:00
Florent
5f2cd1f0d2
Send login instructions by mail after installation ( #15 )
2022-07-18 13:03:05 +02:00
ericgaspar
0fb23cc6fe
Update install
2021-12-22 14:39:25 +01:00
ericgaspar
6efab7be10
Fix
2021-12-22 10:59:47 +01:00
ericgaspar
b18def9c2e
v5.3.39
2021-12-22 08:30:36 +01:00
Sebastian Gumprich
1d240652b2
fix install
2021-10-30 21:34:26 +02:00
Sebastian Gumprich
1d51c3dc81
store app key in yunohost so upgrade works
2021-10-30 20:54:48 +02:00
Sebastian Gumprich
5d4a640f2a
auto-generate app key
2021-10-30 19:07:26 +02:00
Sebastian Gumprich
71a7255c85
try to fix upgrade
2021-09-18 17:09:12 +02:00
Sebastian Gumprich
8c63326e45
fix config checksum creation
2021-09-16 22:20:14 +02:00
Sebastian Gumprich
928e0e2393
fix config checksum creation
2021-09-15 22:09:57 +02:00
Sebastian Gumprich
89fb45c442
make it possible to set app to public/private
2021-09-15 20:09:46 +02:00
Sebastian Gumprich
fd1c92b94c
make it possible to set app to public/private
2021-09-15 19:31:50 +02:00
Sebastian Gumprich
575db1502c
make it possible to set app to public/private
2021-09-12 22:01:12 +02:00
Sebastian Gumprich
6b652a5e24
make installation work
2021-08-29 19:34:44 +02:00
ericgaspar
721d52e881
Update install
2021-07-26 11:49:23 +02:00
ericgaspar
4a9f49d2bf
Fix
2021-07-26 11:33:12 +02:00
ericgaspar
d32636f375
fix
2021-07-26 11:10:37 +02:00
ericgaspar
d1c6dc5db7
Fix
2021-07-26 11:00:38 +02:00