Skip to content

Commit 8b03cb6

Browse files
authored
Change template placeholders to new format
Updated template placeholders in README for examples.
1 parent 80d5d6f commit 8b03cb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/templates/README.template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Mailauth is a Mailbox Manager which enables you too select between your Mailboxe
1111
Get 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
2222
Create 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

2828
Now 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.
3737
Next 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
4646
here 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

0 commit comments

Comments
 (0)