Commit Graph

17 Commits

Author SHA1 Message Date
dillard fa89f4312d fix: remove API_SECRET from .env template to restore web UI login
When API_SECRET is set, Invoice Ninja requires the X-API-SECRET header
on ALL API calls including /api/v1/login. The web UI (React SPA) never
sends this header, so browser login silently fails with "Invalid secret"
while the mobile app (which can be configured with the secret) continues
to work.

UPDATE_SECRET serves a different purpose (protecting the /update endpoint)
and is kept. API_SECRET should remain unset for self-hosted YunoHost installs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-06 16:34:09 +02:00
CodeShakingSheep a22b50e3bd Update .env 2026-02-09 09:41:58 -06:00
CodeShakingSheep e498090402 Add config panel for mail address and mail name 2026-02-08 23:41:43 -06:00
CodeShakingSheep 916ca36bf6 Update default.env
Add env vars for Nordigen and Open Exchange
2024-08-26 09:15:56 -05:00
Éric Gaspar 206f636c56 fix 2024-08-04 19:32:49 +02:00
Daniel Fahey 62a9b0336d Use fullname key 2023-11-16 13:33:02 +00:00
Éric Gaspar 808fa2a92f v2 2023-06-05 10:51:34 +02:00
Sebastian Gumprich b758484de4 add queue settings 2022-09-03 14:56:33 +02:00
Sebastian Gumprich ada9ad8639 make mails work 2022-03-22 13:48:18 +01:00
Sebastian Gumprich 55ae72b326 Apply suggestions from code review 2022-02-06 21:18:22 +00:00
ericgaspar 6efab7be10 Fix 2021-12-22 10:59:47 +01:00
ericgaspar 7b30490287 Fix 2021-12-22 09:46:34 +01:00
Sebastian Gumprich 9012b43b6e store app key in yunohost so upgrade works 2021-10-30 20:55:04 +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 6b652a5e24 make installation work 2021-08-29 19:34:44 +02:00
ericgaspar d1c6dc5db7 Fix 2021-07-26 11:00:38 +02:00