Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested authored Nov 26, 2024
1 parent affcba1 commit 3b0989f
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,34 @@ volumes:
> [!TIP]
>
> Install [mkcert](https://mkcert.dev) on your host machine and
> generate and install a root certificate by running `mkcert -install`
> on your host machine (one time only).
> generate and install a root certificate on your host machine by
> running (one time only).
>

Check failure on line 28 in README.md

View workflow job for this annotation

GitHub Actions / markdown

Trailing spaces

README.md:28:2 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md009.md
> ```console
> mkcert -install
> ```

Check failure on line 32 in README.md

View workflow job for this annotation

GitHub Actions / markdown

Blank line inside blockquote

README.md:32 MD028/no-blanks-blockquote Blank line inside blockquote https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md028.md
> [!TIP]
>
> Mac users should then do (one time only):
>
> `$ mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
> ```console
> mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share`
> ```
>

Check failure on line 40 in README.md

View workflow job for this annotation

GitHub Actions / markdown

Trailing spaces

README.md:40:2 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md009.md
> Dory users must adjust their config (run `dory config` or edit `~/.dory.yml`):
>
> ```yaml
> nginx_proxy:
> enabled: true
> container_name: dory_dinghy_http_proxy
> https_enabled: true
> # Update the follow line to point at the dev_certificates
> ssl_certs_dir: <full path to your homedir>/.local/share/dev_certificates
> image: codekitchen/dinghy-http-proxy:latest
> ```
>
> Remeber to restart Dory.

Use can use the following configuration for the generated certificate:

Expand Down

0 comments on commit 3b0989f

Please sign in to comment.