Commit Graph

25 Commits

Author SHA1 Message Date
SeDemal
042a381b66 AUTH_OIDC_TIMEOUT make default a string (#2041) 2024-05-08 16:06:31 +02:00
SeDemal
f12dd52208 fix: ldap filters (#2033) 2024-05-07 19:43:51 +02:00
SeDemal
452304b471 Add logout callback URL and session expiration environment variables (#2023)
Co-authored-by: @Meierschlumpf
2024-05-07 00:06:07 +02:00
Catriel Müller
e71af87b90 Add support for AUTH_OIDC_TIMEOUT 2024-04-09 23:29:33 -03:00
Tagaishi
93379145ac fix: log when incorrect and show error in login page (#1943)
* feat: Add logs for incorrect AUTH_PROVIDER and show in login page

* feat: format any entry to lower case for AUTH_PROVIDER

* fix: Change simple text to Alert element on login page
2024-03-09 16:48:52 +01:00
Meier Lukas
9c81d34d66 feat: add ldap search scope (#1948) 2024-03-09 16:37:36 +01:00
Meier Lukas
34ef216f3f feat: add environment variable to overwrite oidc scopes 2024-02-18 11:51:26 +01:00
Rikpat
9a8ea9e1fe feat: add ldap and oidc support (#1497)
Co-authored-by: Thomas Camlong <49837342+ajnart@users.noreply.github.com>
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch>
2024-02-09 22:57:00 +01:00
Thomas Camlong
a9144a9340 Merge branch 'dev' into add-umami 2023-10-26 12:40:46 +02:00
ajnart
ea9c74ea11 Changes for demo purposes
Add login button to login page, demo mode env variable and fix update indicator
2023-10-25 15:18:40 +02:00
ajnart
77b2239987 📈 Fix env 2023-10-25 12:58:13 +02:00
ajnart
36a50de485 Fix optional env variable 2023-10-24 15:05:57 +02:00
ajnart
b9a226f59c 📈 Add umami analytics using homarr.dev 2023-10-24 14:46:14 +02:00
Meier Lukas
1d50e2ce9a ♻️ Migrate from prisma to drizzle (#1434)
* ♻️ Migrate from prisma to drizzle
* 🐛 Build issue with CalendarTile
* 🚧 Temporary solution for docker container
* 🐛 Drizzle not using DATABASE_URL
* ♻️ Address pull request feedback
* 🐛 Remove console log of env variables
* 🐛 Some unit tests not working
* 🐋 Revert docker tool changes
* 🐛 Issue with board slug page for logged in users

---------

Co-authored-by: Thomas Camlong <thomascamlong@gmail.com>
2023-10-08 12:10:48 +02:00
Tagaishi
7b2c0d63f3 🐛 env.port reporting NaN bug fix (#1375) 2023-09-07 21:35:28 +02:00
Manuel
1651361b7f 🦺 Allow empty values for DOCKER_PORT 2023-09-04 21:33:50 +02:00
Manuel
3b74f735a1 🦺 Set default value for DATABASE_URL 2023-08-31 19:47:21 +02:00
Manuel
4a04725aaf 🐛 Fix database for docker container 2023-08-23 22:18:31 +02:00
Meier Lukas
b21ee50908 🐛 Fix docker enabled issue 2023-08-10 06:56:45 +02:00
Meier Lukas
865da09c24 🐛 Fix environment variable docker enabled 2023-08-09 21:45:35 +02:00
ajnart
f1fb7a5a78 🐛 Fix env schema
https://env.t3.gg/docs/recipes
2023-08-09 18:36:27 +02:00
Meier Lukas
9e576f1498 ♻️ Address pull request feedback 2023-08-06 14:12:39 +02:00
Meier Lukas
40056ab151 ♻️ Disable docker when not configured 2023-07-31 23:51:54 +02:00
Meier Lukas
c165648d5b 🎨 Improve color scheme logic 2023-07-29 14:30:19 +02:00
Meierschlumpf
3990c1a4ad ♻️ Add env variable validation 2023-07-23 14:18:10 +02:00