File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Mailauth is a Mailbox Manager which enables you too select between your Mailboxe
1111Get the latest version of the ` docker-compose.yaml ` file:
1212
1313``` yaml
14- { { file. docker-compose.yaml } }
14+ {{{ # :// docker-compose.yaml }} }
1515```
1616
1717### Setup
@@ -22,7 +22,7 @@ this means that you **will have to** use a IdP (like [authentik](https://goauthe
2222Create a ` .env ` file inside of you ` docker-compose.yaml ` directory and copy the template below
2323
2424``` dotenv
25- { { file. examples/config.env } }
25+ {{{ #:// examples/config.env }} }
2626```
2727
2828Now you need to setup a Oauth Authentication Method in your mailserver,
@@ -37,7 +37,7 @@ And set Redirect URI to the one from your `.env` file.
3737Next create ` init-mongo.js ` in your working directory:
3838
3939``` js
40- { { file . examples / init- mongo .js } }
40+ {{{ # : // examples/init-mongo.js }} }
4141` ` `
4242
4343### Reverse Proxy
@@ -46,7 +46,7 @@ When working with OAuth2 and Auth in general it is recommended to be sure to use
4646here you will see a Reverse Proxy implementation with traefik:
4747
4848` ` ` yaml
49- { { file. examples/traefik.docker-compose.yaml } }
49+ {{{ # : // examples/traefik.docker-compose.yaml }} }
5050` ` `
5151
5252## Usage
You can’t perform that action at this time.
0 commit comments