From 92e10f37b07cc6a11990436808966453953d278b Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Wed, 4 Jun 2025 20:32:06 -0500 Subject: [PATCH] update directions --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1fd6954..66ce8f3 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,13 @@ nextcloud-aio/ 6. Wait for Certificate to propagate [~2m] -7. Login - - After starting the services your service should be available via tailnet at https://nextcloud-all-in-one.{{YOUR_TAILNET_DOMAIN}}.ts.net ie https://nextcloud-all-in-one.tail12345.ts.net/ +7. Login to master container for initialization + - After starting the services the service admin page should be available via tailnet at https://nextcloud-aio.{{YOUR_TAILNET_DOMAIN}}.ts.net:8443 ie https://nextcloud-aio.tail12345.ts.net:8443 + +8. After configuration go to https://nextcloud-aio.{{YOUR_TAILNET_DOMAIN}}.ts.net to access your instance. + +9. God speed with the rest of the config. + ## Services @@ -77,11 +82,6 @@ nextcloud-aio/ ## Optional Features -- Uncomment and adjust the ports mapping if you need direct access (without Tailscale): - ```yaml - ports: - - 3000:3000 - ``` - Stopping the Services ```bash docker compose down @@ -104,4 +104,5 @@ nextcloud-aio/ - For more information: - Tailscale documentation: https://tailscale.com/kb/ - Nextcloud All-in-One [documentation](https://nextcloud.com/blog/how-to-install-the-nextcloud-all-in-one-on-linux/) - - Nextcloud All-in-One [repository](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one) \ No newline at end of file + - Nextcloud All-in-One [repository](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one) + - Very helpful [discussion](https://github.com/nextcloud/all-in-one/discussions/5439#discussioncomment-11185080) about tailcale integraton \ No newline at end of file