update directions

This commit is contained in:
peskyadmin 2025-06-04 20:32:06 -05:00
parent 66371cd9da
commit 92e10f37b0

View File

@ -47,8 +47,13 @@ nextcloud-aio/
6. Wait for Certificate to propagate [~2m] 6. Wait for Certificate to propagate [~2m]
7. Login 7. Login to master container for initialization
- 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/ - 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 ## Services
@ -77,11 +82,6 @@ nextcloud-aio/
## Optional Features ## Optional Features
- Uncomment and adjust the ports mapping if you need direct access (without Tailscale):
```yaml
ports:
- 3000:3000
```
- Stopping the Services - Stopping the Services
```bash ```bash
docker compose down docker compose down
@ -104,4 +104,5 @@ nextcloud-aio/
- For more information: - For more information:
- Tailscale documentation: https://tailscale.com/kb/ - 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 [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) - 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