Bubka
0f1372e8bd
Enhance test coverage & Fix small issues & Refactoring
2024-06-28 16:13:45 +02:00
Bubka
b8b4d22efb
Update passport:install invocation to prevent unwanted confirmations
2024-06-26 14:14:45 +02:00
Bubka
a9b1a20f30
Fix markdown syntax
2024-05-15 09:11:24 +02:00
Bubka
243313bda0
Drop PHP8.1 support
2024-05-15 09:10:47 +02:00
Bubka
f7be650b3f
Make nginx listening to ipv6 - Complete #336
2024-05-14 08:34:25 +02:00
Bubka
8734e9c807
Add Timezone setting/pref & Update tests accordingly
2024-04-25 16:56:35 +02:00
Bubka
e498350f62
Complete merge with refactoring for better integration
2024-04-24 09:33:45 +02:00
Bubka
be229d9746
Update Laravel mailer config & var
2024-04-08 16:16:27 +02:00
Bubka
ca903b6fc0
Upgrade to laragear/webauthn v2 - Fixes #255
2024-03-29 09:21:00 +01:00
Bubka
dd7d3d95df
Fix DB_DATABASE path not respected by entrypoint script - Fixes #192
2024-03-23 18:54:19 +01:00
Bubka
c0d4f58680
Quick fix: Increase PHP memory limit to let Docker tests pass
2024-03-16 11:28:20 +01:00
Bubka
1c51541d4d
Improve cache management in Docker entrypoint
2024-03-03 22:46:29 +01:00
Bubka
406f0095ea
Default ASSET_URL to APP_URL - Fixes #284
2024-02-19 13:38:38 +01:00
Bubka
1e3cb32bc2
Fix error at docker run when env is production - Fixes #296
2024-02-19 11:00:38 +01:00
Bubka
98f711800d
Add ASSET_URL to env vars to prevent mixed content/blank page
...
Fixes #256 , Resolves #275
2024-01-17 10:38:58 +01:00
Bubka
d2427364a5
Update available log channels in .env comments - Resolves #279
2024-01-17 08:56:44 +01:00
Bubka
e503826012
Add the ability to set a proxy for outgoing requests - Closes #252
2023-12-13 17:15:26 +01:00
Bubka
9d5d2705e4
Update comments for env vars related to SSO
2023-12-09 17:35:34 +01:00
Bubka
a407f4742e
Merge branch 'feature/openid-support' of https://github.com/indykoning/2FAuth into indykoning-feature/openid-support
2023-12-06 09:27:20 +01:00
Bubka
54f9a5de15
Update MAIL_VERIFY_SSL_PEER comment & Add it where missing
2023-12-05 17:26:34 +01:00
Bubka
e3d348cda2
Merge pull request #249 from rouilj/patch-4
...
Update docker-compose.yml: remove obsolete MAIL_FROM
2023-12-05 17:07:57 +01:00
Bubka
93527696ab
Increase nginx max_body_size to 10Mo - Closes #239
2023-12-01 19:32:51 +01:00
John P. Rouillard
6c62c740df
Update docker-compose.yml: remove obsolete MAIL_FROM
2023-11-23 09:38:41 -05:00
Bubka
aa32575d22
Rename MIX_ env vars
2023-11-21 13:45:46 +01:00
indy koning
160f55fa6b
Add support for an openid provider
2023-11-20 23:25:36 +01:00
Bubka
82e0e90c79
Make the APP_URL comment more specific and restrictive
2023-08-25 13:49:52 +02:00
Bubka
66cfe8a377
Add quiet option to prevent error during image start - Fixes #196
2023-07-06 10:19:04 +02:00
Bubka
104324edff
Fix php-fpm version
2023-04-15 10:43:53 +02:00
Bubka
ad8db3ae3b
Drop PHP 8.0 support & Fix unique validation rules
2023-03-25 12:26:01 +01:00
Bubka
140cc70cef
Make Login & API throttling editable using the .env file - Close #163
2023-03-17 11:08:03 +01:00
aronmal
b26862dec9
Correcting the Email Settings section in the Docker readme
2022-08-07 01:19:17 +02:00
Bubka
f2904a6b12
Fix php-fpm version call in supervisord.conf
2022-07-25 16:10:15 +02:00
Bubka
39b9e25435
Fix PHP version and remove useless extensions installation
2022-07-25 15:57:41 +02:00
Bubka
8433ff7f44
Fix php-fpm version
2022-07-25 14:19:53 +02:00
Bubka
2066ef93f9
Drop PHP 7.4 support, default to PHP8.0
2022-07-22 16:28:11 +02:00
Bubka
d88e477496
Fix .env var name
2022-07-21 15:45:10 +02:00
Bubka
74ee0cfecb
Restore session-lifetime default duration
2022-07-18 14:30:09 +02:00
Bubka
990fca3912
Fix #57 - NGINX tmp permission issue & reorganize Dockerfile content
2022-05-20 14:37:28 +02:00
Bubka
3676c5b344
Add PROXY_LOGOUT_URL to config files
2022-05-17 00:16:59 +02:00
aronmal
ff140fb5fa
Update docker docs - #68 #75 ( #77 )
...
* Fix recommendation for Bubka #68 in docs
Adding a recommendation to use the AUTHENTICATION_GUARD environment variable as a fix for issue #68 .
* Mail Settings in docker README.md
https://github.com/Bubka/2FAuth/issues/75
2022-05-13 10:49:44 +02:00
aronmal
589a0fb034
Relative .env.example link
...
more dynamic in case of project name changes or github blob link structure changes
2022-05-11 22:47:21 +02:00
Bubka
a75ea1b463
Merge pull request #65 from Nyzio2197/patch-1
...
Fix .env.example link
2022-05-10 22:36:37 +02:00
Bubka
ac9e705455
Set empty env var with null
2022-05-10 15:34:51 +02:00
Nyzio
7b31107a48
Fix .env.example link
2022-04-22 18:17:37 +08:00
Bubka
bf495f9019
Add trusted proxies as an env var
2022-04-14 11:34:40 +02:00
Bubka
abc97f1ae8
Update docs with latest 2FAuth version
2022-03-31 11:24:02 +02:00
Bubka
0717920dba
Update ENV vars in Docker related files
2022-03-31 11:24:02 +02:00
Bubka
26b5a74d59
Drop PHP7.3 support
2022-03-31 11:24:01 +02:00
Quentin McGaw (desktop)
0f1af9d1c6
Docs: docker readme final pass
...
- CPU arch compatibility
- Assumption on path being `/yourpath`
- Fix chown from 33 to 1000
- Warning to backup database beforing updating
- Add tagged images information
- Update implementation details
- Remove TODOs as they are all done
2021-08-04 16:47:21 -04:00
Quentin McGaw (desktop)
78ba73f34b
Change to Alpine for x2 smaller image
2021-08-04 11:03:28 -04:00