opnform-host-nginx/app/Http/Middleware
Julien Nahum 3280e38ee1
Docker compose setup (#513)
* fix password reset bug

* self hosted mode middleware changes on  pages

* fix lint

* wip: self hosted changes

* wip: self hosted frontend changes

* wip self hosted mode changes

* typo correction

* remove commented logic

* fix env variable names

* fix lint issues

* fix minor updates

* #445 Switched from single monolithic docker image to a docker-compose
 orchestrated network of services

* Automatically configures shared secret

* Working through some issues

* Use local file storage

* Moved the dockerfiles

* Fixed some issues when building from clean

* Corrected workflow

* Hopefully schedules everything correctly now

* Prep storage for worker process as well

* .env files are required

* Pinned dependency versions

* Disable self hosted in the client as well

* Removed double defaulting logic

* Using regexs is more succinct

* Added FRONT_URL environment variable

* Merge 236e4-self-hosted-mode-changes

* Improve inital user setup

* Finalized the new docker-compose setup

* Fix back-end formatting issues

---------

Co-authored-by: Frank <csskfaves@gmail.com>
Co-authored-by: Don Benjamin <don@webhammer.co.uk>
2024-08-05 12:06:20 +02:00
..
Form Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
AcceptsJsonMiddleware.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
Authenticate.php Fix file submissions preview 2024-01-13 19:57:39 +01:00
AuthenticateJWT.php Skip jwt token security when impersonating 2024-03-21 17:55:15 +01:00
CaddyRequestMiddleware.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
CustomDomainRestriction.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
EncryptCookies.php Initial commit 2022-09-20 21:59:52 +02:00
ImpersonationMiddleware.php update imporsonation routes (#477) 2024-07-10 09:59:56 +02:00
IsAdmin.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
IsModerator.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
IsNotSubscribed.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
IsSubscribed.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
PreventRequestsDuringMaintenance.php Initial commit 2022-09-20 21:59:52 +02:00
RedirectIfAuthenticated.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
SelfHostedCredentialsMiddleware.php Docker compose setup (#513) 2024-08-05 12:06:20 +02:00
SetLocale.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
TrimStrings.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
TrustHosts.php Initial commit 2022-09-20 21:59:52 +02:00
TrustProxies.php Initial commit 2022-09-20 21:59:52 +02:00
VerifyCsrfToken.php Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00