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
2313abad5c
Chown cache dir
2026-05-06 00:31:20 -05:00
CodeShakingSheep
cda00cd6ef
Fix cache permission error by creating cache data dir explicitly
2026-05-05 16:13:44 -05: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
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
Éric Gaspar
d945c52701
cleaning
2024-10-14 14:34:20 +02:00
eric_G
0a2b58f1cc
Merge pull request #311 from yunohost-bot/auto-helpers-2.1
...
[autopatch] Automatic patch attempt for helpers 2.1
2024-10-01 07:34:57 +02:00
Éric Gaspar
038d520674
cleaning
2024-09-30 11:05:12 +02:00
Éric Gaspar
9f3ce495d0
Update upgrade
2024-09-30 10:59:46 +02:00
Éric Gaspar
b9ee67c6b8
Update upgrade
2024-09-30 10:59:23 +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
8e0bd5ce93
Update upgrade
2024-08-04 19:53:02 +02:00
Éric Gaspar
4d1cd0b7b3
Update upgrade
2024-08-04 19:44:26 +02:00
Éric Gaspar
029939f92c
cleaning
2024-08-04 19:43:56 +02:00
CodeShakingSheep
434c411d87
Update upgrade
...
Give write permission to owner for .env
2024-07-10 13:54:40 -05:00
Sebastian Gumprich
8b3379093f
fix pdf generation on IN upgrade
2024-07-09 08:58:10 +02:00
Sebastian Gumprich
e17e7744f1
fix not syncing files during upgrade
2024-03-15 16:43:44 +01:00
Yunohost-Bot
8f3eba4799
[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1
2024-03-11 16:05:33 +01: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
Daniel Fahey
3e4c879655
Add progress info & ignore $upgrade_type
2023-11-16 17:34:04 +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
41e5701b10
Update app settings from admin user during upgrade
2023-11-16 14:06:03 +00:00
Éric Gaspar
8df733cb88
cleaning
2023-06-05 11:03:43 +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
Sebastian Gumprich
4c1d3398f5
finally use ynh_secure_remove correctly
2022-07-26 21:13:04 +02:00
Sebastian Gumprich
793cda0373
use correct php-var when upgrading
2022-07-26 21:12:41 +02:00
Sebastian Gumprich
57aeeb8405
fix secure remove usage
2022-07-26 13:32:18 +02:00
Sebastian Gumprich
eeb30a6489
Use ynh_secure_remove
2022-07-25 08:31:49 +02:00
Sebastian Gumprich
5cd1f84e1c
fix upgrade
2022-07-23 14:11:45 +02:00
ericgaspar
b18def9c2e
v5.3.39
2021-12-22 08:30:36 +01:00
Sebastian Gumprich
d4e46312f1
Merge branch '5.3.1' of github.com:YunoHost-Apps/invoiceninja5_ynh into 5.3.1
2021-10-30 19:08:29 +02:00
Sebastian Gumprich
c2721be22b
remove time and weight options from script progression
2021-10-30 19:06:52 +02:00
Sebastian Gumprich
60e457a061
Update scripts/upgrade
...
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org >
2021-10-30 18:50:06 +02:00
Sebastian Gumprich
b8fd235e51
remove is_public from upgrade script
2021-09-19 20:24:10 +02:00
Sebastian Gumprich
301a90169f
make installation work
2021-09-19 20:18:54 +02:00
Sebastian Gumprich
76a570e908
make installation work
2021-09-19 14:20:02 +02:00
Sebastian Gumprich
71a7255c85
try to fix upgrade
2021-09-18 17:09:12 +02:00
Sebastian Gumprich
9971ac9b92
add final path to upgrade script
2021-09-16 21:13:23 +02:00
Sebastian Gumprich
928e0e2393
fix config checksum creation
2021-09-15 22:09:57 +02:00
Sebastian Gumprich
6b652a5e24
make installation work
2021-08-29 19:34:44 +02:00