diff options
| author | 2025-06-01 22:50:58 +0200 | |
|---|---|---|
| committer | 2025-06-01 22:50:58 +0200 | |
| commit | 7d86cbe804f873895ea2c6ee76f652661f42341e (patch) | |
| tree | 73ed7a06b8c46c84867b578b47027da0725770dd /docs/en/admins | |
| parent | ec7edacf8cc537e9d5eea334e8112267d9aa1a4e (diff) | |
Bump markdownlint-cli from 0.44.0 to 0.45.0 (#7632)
* Bump markdownlint-cli from 0.44.0 to 0.45.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0)
---
updated-dependencies:
- dependency-name: markdownlint-cli
dependency-version: 0.45.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix Markdown
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'docs/en/admins')
| -rw-r--r-- | docs/en/admins/16_OpenID-Connect.md | 6 | ||||
| -rw-r--r-- | docs/en/admins/Caddy.md | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/en/admins/16_OpenID-Connect.md b/docs/en/admins/16_OpenID-Connect.md index bab24f66b..373bcd231 100644 --- a/docs/en/admins/16_OpenID-Connect.md +++ b/docs/en/admins/16_OpenID-Connect.md @@ -57,6 +57,6 @@ See our reference [Apache configuration](https://github.com/FreshRSS/FreshRSS/bl See specific instructions for: -* Authentik: [here](16_OpenID-Connect-Authentik.md) or [here](https://goauthentik.io/integrations/services/freshrss/) -* Authelia: [here](https://www.authelia.com/integration/openid-connect/freshrss/) -* Pocket ID: [here](18_Pocket-ID.md) +* Authentik: [here (freshrss.org)](16_OpenID-Connect-Authentik.md) or [here (goauthentik.io)](https://goauthentik.io/integrations/services/freshrss/) +* Authelia: [here (authelia.com)](https://www.authelia.com/integration/openid-connect/freshrss/) +* Pocket ID: [here (freshrss.org)](18_Pocket-ID.md) diff --git a/docs/en/admins/Caddy.md b/docs/en/admins/Caddy.md index 39af5ddb4..7b7a73610 100644 --- a/docs/en/admins/Caddy.md +++ b/docs/en/admins/Caddy.md @@ -39,13 +39,13 @@ To set up FreshRSS behind a reverse proxy with Caddy and using a subfolder, foll Restart Caddy to apply the configuration changes: - ```bash + ```sh docker compose restart caddy ``` Restart FreshRSS to ensure that it recognizes the new base URL: - ```bash + ```sh docker compose restart freshrss ``` @@ -69,7 +69,7 @@ To set up FreshRSS behind a reverse proxy with Caddy and using a subdomain, foll Replace `example.com` with your actual domain and `subdomain` with the subfolder where you want FreshRSS to be hosted. - > **_NOTE:_** Ensure that the Docker container name for FreshRSS (freshrss in this example) matches the name used in the Caddyfile configuration. + > **_NOTE:_** Ensure that the Docker container name for FreshRSS (freshrss in this example) matches the name used in the Caddyfile configuration. > **_NOTE:_** Make sure to set the DNS Records for your configured subdomain. 2. **Update FreshRSS Configuration:** @@ -86,13 +86,13 @@ To set up FreshRSS behind a reverse proxy with Caddy and using a subdomain, foll Restart Caddy to apply the configuration changes: - ```bash + ```sh docker compose restart caddy ``` Restart FreshRSS to ensure that it recognizes the new base URL: - ```bash + ```sh docker compose restart freshrss ``` |
