From e84dc2bcc1b39f067a910dc493e4ce12a6b1a015 Mon Sep 17 00:00:00 2001 From: Alexander Fr Date: Thu, 13 Apr 2023 09:50:16 +0200 Subject: [PATCH] fix filenames "aux", "AUX", "aux.ext" on NTFS (Windows) by renaming "aux.md" to "auxiliary.md" --- docs/services/{aux.md => auxiliary.md} | 0 docs/services/navidrome.md | 2 +- docs/supported-services.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/services/{aux.md => auxiliary.md} (100%) diff --git a/docs/services/aux.md b/docs/services/auxiliary.md similarity index 100% rename from docs/services/aux.md rename to docs/services/auxiliary.md diff --git a/docs/services/navidrome.md b/docs/services/navidrome.md index 5703aa5..0eec586 100644 --- a/docs/services/navidrome.md +++ b/docs/services/navidrome.md @@ -60,7 +60,7 @@ You can create additional users from the web UI after that. If you've got a [Syncthing](syncthing.md) service running, you can use it to synchronize your music directory onto the server and then mount it as read-only into the Navidrome container. -We recommend that you make use of the [aux](aux.md) role to create some shared directory like this: +We recommend that you make use of the [aux](auxiliary.md) role to create some shared directory like this: ```yaml ######################################################################## diff --git a/docs/supported-services.md b/docs/supported-services.md index 080c852..ee9b8d9 100644 --- a/docs/supported-services.md +++ b/docs/supported-services.md @@ -2,7 +2,7 @@ | Name | Description | Documentation | | ------------------------------ | ------------------------------------- | ------------- | -| [AUX](https://github.com/mother-of-all-self-hosting/ansible-role-aux) | Auxiliary file/directory management on your server via Ansible | [Link](services/aux.md) | +| [AUX](https://github.com/mother-of-all-self-hosting/ansible-role-aux) | Auxiliary file/directory management on your server via Ansible | [Link](services/auxiliary.md) | | [AdGuard Home](https://adguard.com/en/adguard-home/overview.html/) | A network-wide DNS software for blocking ads & tracking | [Link](services/adguard-home.md) | | [Collabora Online](https://www.collaboraoffice.com/) | Your Private Office Suite In The Cloud | [Link](services/collabora-online.md) | | [Docker](https://www.docker.com/) | Open-source software for deploying containerized applications | [Link](services/docker.md) |