diff --git a/docs/docs/.vitepress/sidebar.ts b/docs/docs/.vitepress/sidebar.ts index e2e5eba8f5..7845572bf2 100644 --- a/docs/docs/.vitepress/sidebar.ts +++ b/docs/docs/.vitepress/sidebar.ts @@ -314,7 +314,7 @@ export const sidebar = [ items: [ { text: "Ente via Tailscale", - link: "/self-hosting/guides/Tailscale", + link: "/self-hosting/guides/tailscale", }, { text: "Ente with External S3", diff --git a/docs/docs/self-hosting/guides/Tailscale.md b/docs/docs/self-hosting/guides/tailscale.md similarity index 96% rename from docs/docs/self-hosting/guides/Tailscale.md rename to docs/docs/self-hosting/guides/tailscale.md index ba31ac5f8f..20983e8e7b 100644 --- a/docs/docs/self-hosting/guides/Tailscale.md +++ b/docs/docs/self-hosting/guides/tailscale.md @@ -18,13 +18,6 @@ Before getting start keep the following NOTE in mind. > and uploading will not work. This is not necessary for those who are not > behing CGNAT. This guide also work on docker rootless and normal. -> [!CAUTION] Remember that current docker update 28.0.0 has some bug and cannot -> connect to external network. Make sure to install docker-ce 27.5.0, -> docker-ce-rootless-extras 27.5.0 and docker-ce-cli 27.5.0. Hopefully docker -> 28.1.0 will resolve this issue in next week. Refrence links are -> [Moby Github Repo Issues 49511](https://github.com/moby/moby/issues/49511) and -> [Moby Github Repo Issues 49519](https://github.com/moby/moby/issues/49519) - > [!IMPORTANT] For Docker rootless, the user must have local permissions for all > directories required by the Ente-photos self-hosted server. This can be > achieved by running `sudo chown -R 1000:1000 /home/ubuntu/docker/ente`. In the