fix details

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-25 02:05:27 +01:00
parent cc171c4c9e
commit ac54fce522

View file

@ -2,11 +2,11 @@
It is possible due to several reasons that you do not want or cannot open Nextcloud to the public internet. Perhaps you were hoping to access AIO directly from an `ip.add.r.ess` (unsupported) or without a valid domain. However, AIO requires a valid certificate to work correctly. Below is discussed how you can achieve both: Having a valid certificate for Nextcloud and only using it locally. It is possible due to several reasons that you do not want or cannot open Nextcloud to the public internet. Perhaps you were hoping to access AIO directly from an `ip.add.r.ess` (unsupported) or without a valid domain. However, AIO requires a valid certificate to work correctly. Below is discussed how you can achieve both: Having a valid certificate for Nextcloud and only using it locally.
### Content ### Content
- [1. Tailscale network](#0-tailscale-network) - [1. Tailscale network](#1-tailscale-network)
- [2. The normal way](#1-the-recommended-way) - [2. The normal way](#2-the-normal-way)
- [3. Use the ACME DNS-challenge](#2-use-the-acme-dns-challenge) - [3. Use the ACME DNS-challenge](#3-use-the-acme-dns-challenge)
- [4. Use Cloudflare](#3-use-cloudflare) - [4. Use Cloudflare](#4-use-cloudflare)
- [5. Buy a certificate and use that](#4-buy-a-certificate-and-use-that) - [5. Buy a certificate and use that](#5-buy-a-certificate-and-use-that)
## 1. Tailscale network ## 1. Tailscale network
This is the recommended way. For a reverse proxy example guide for Tailscale, see this guide by @flll: https://github.com/nextcloud/all-in-one/discussions/5439 This is the recommended way. For a reverse proxy example guide for Tailscale, see this guide by @flll: https://github.com/nextcloud/all-in-one/discussions/5439