Skip to content

Commit d0c1b12

Browse files
committed
fix: update mailhog.warden.test URLs to webmail.warden.test
Warden moved from Mailhog to Mailpit in v0.15.0. Update all remaining references to use the current webmail.warden.test URL. Also fix rST link syntax in magento2.md.
1 parent 5422dde commit d0c1b12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

environments/magento2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ In addition to the below manual process, there is a `Github Template available f
234234
:::
235235
236236
:::{note}
237-
Use of 2FA is mandatory on Magento ``2.4.x`` and setup of 2FA should be skipped when installing ``2.3.x`` or earlier. Where 2FA is setup manually via UI upon login rather than using the CLI commands above, the 2FA configuration email may be retrieved from `the Mailhog service <https://mailhog.warden.test/>`_.
237+
Use of 2FA is mandatory on Magento ``2.4.x`` and setup of 2FA should be skipped when installing ``2.3.x`` or earlier. Where 2FA is setup manually via UI upon login rather than using the CLI commands above, the 2FA configuration email may be retrieved from [the webmail service](https://webmail.warden.test/).
238238
:::
239239
240240
11. Launch the application in your browser:

environments/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Files are currently mounted using a delegated mount on macOS and natively on Lin
9696

9797
## Commonalities
9898

99-
In addition to the above, each environment type (with the exception of the `local` type) come with PHP setup to use `mhsendmail` to ensure outbound email does not inadvertently leave your network and to support simpler testing of email functionality. Mailhog may be accessed by navigating to [https://mailhog.warden.test/](https://mailhog.warden.test/) in a browser.
99+
In addition to the above, each environment type (with the exception of the `local` type) come with PHP setup to use `mhsendmail` to ensure outbound email does not inadvertently leave your network and to support simpler testing of email functionality. The webmail interface may be accessed by navigating to [https://webmail.warden.test/](https://webmail.warden.test/) in a browser.
100100

101101
Where PHP is specified in the above list, there should be two `fpm` containers, `php-fpm` and `php-debug` in order to provide Xdebug support. Use of Xdebug is enabled by setting the `XDEBUG_SESSION` cookie in your browser to direct the request to the `php-debug` container. Shell sessions opened in the debug container via `warden debug` will also connect PHP process for commands on the CLI to Xdebug.
102102

services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After running `warden svc up` for the first time following installation, the fol
55
* [https://traefik.warden.test/](https://traefik.warden.test/)
66
* [https://portainer.warden.test/](https://portainer.warden.test/)
77
* [https://dnsmasq.warden.test/](https://dnsmasq.warden.test/)
8-
* [https://mailhog.warden.test/](https://mailhog.warden.test/)
8+
* [https://webmail.warden.test/](https://webmail.warden.test/)
99

1010
## Customizable Settings
1111

0 commit comments

Comments
 (0)