Skip to content

Commit

Permalink
Merge pull request #301 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
Update broken references
  • Loading branch information
spantaleev authored Nov 15, 2024
2 parents 5735728 + cbebf5b commit de30f7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/services/backup-borg.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Check the `roles/galaxy/backup-borg/defaults/main.yml` file for the full list of

## Installing

After configuring the playbook, run the [installation](installing.md) command again:
After configuring the playbook, run the [installation](../installing.md) command again:

```
just install-all
Expand Down
2 changes: 1 addition & 1 deletion docs/services/writefreely.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ writefreely_env_admin_user: ''
writefreely_env_admin_password: ''
```
Alternatively you can add admins after [installation](./installing.md) with:
Alternatively you can add admins after [installation](../installing.md) with:
```sh
just run-tags writefreely-add-admin --extra-vars=username=<username> --extra-vars=password=<password>
Expand Down
2 changes: 1 addition & 1 deletion docs/supported-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| [APISIX Dashboard](https://apisix.apache.org/docs/dashboard/USER_GUIDE/) | A web UI for [APISIX Gateway](services/apisix-gateway.md) | [Link](services/apisix-dashboard.md) |
| [APISIX Gateway](https://apisix.apache.org/docs/apisix/getting-started/README/) | An API Gateway, Ingress Controller, etc | [Link](services/apisix-gateway.md) |
| [Appsmith](https://www.appsmith.com/) | Platform for building and deploying custom internal tools and applications without writing code | [Link](services/appsmith.md) |
| [Authelia](https://www.authelia.com/) | An open-source authentication and authorization server that can work as a companion to [common reverse proxies](https://www.authelia.com/overview/prologue/supported-proxies/) (like [Traefik](traefik.md) frequently used by this playbook) | [Link](services/authelia.md) |
| [Authelia](https://www.authelia.com/) | An open-source authentication and authorization server that can work as a companion to [common reverse proxies](https://www.authelia.com/overview/prologue/supported-proxies/) (like [Traefik](services/traefik.md) frequently used by this playbook) | [Link](services/authelia.md) |
| [authentik](https://goauthentik.io/) | An open-source Identity Provider focused on flexibility and versatility. | [Link](services/authentik.md) |
| [borgbackup](https://www.borgbackup.org/) (via [borgmatic](https://torsion.org/borgmatic/)) | A deduplicating backup program with optional compression and encryption| [Link](services/backup-borg.md) |
| [Calibre-Web](https://github.com/janeczku/calibre-web) | Web app for browsing, reading and downloading eBooks stored in a [Calibre](https://calibre-ebook.com/) database | [Link](services/calibre-web.md) |
Expand Down

0 comments on commit de30f7f

Please sign in to comment.