mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-30 10:35:39 +08:00
local-instance-docs: add content and add tailscale network as option
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
d9142871f6
commit
68d75dc01a
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
# Local instance
|
# Local instance
|
||||||
It is possible due to several reasons that you do not want or cannot open Nextcloud to the public internet. 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. 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
|
||||||
|
- [1. The recommended way](#1-the-recommended-way)
|
||||||
|
- [2. Use the ACME DNS-challenge](#2-use-the-acme-dns-challenge)
|
||||||
|
- [3. Use Cloudflare](#3-use-cloudflare)
|
||||||
|
- [4. Buy a certificate and use that](#4-buy-a-certificate-and-use-that)
|
||||||
|
- [5. Tailscale network](#5-tailscale-network)
|
||||||
|
|
||||||
## 1. The recommended way
|
## 1. The recommended way
|
||||||
The recommended way is the following:
|
The recommended way is the following:
|
||||||
1. Set up your domain correctly to point to your home network
|
1. Set up your domain correctly to point to your home network
|
||||||
|
@ -19,3 +26,6 @@ If you do not have any control over the network, you may think about using Cloud
|
||||||
|
|
||||||
## 4. Buy a certificate and use that
|
## 4. Buy a certificate and use that
|
||||||
If none of the above ways work for you, you may simply buy a certificate from an issuer for your domain. You then download the certificate onto your server, configure AIO in [reverse proxy mode](./reverse-proxy.md) and use the certificate for your domain in your reverse proxy config.
|
If none of the above ways work for you, you may simply buy a certificate from an issuer for your domain. You then download the certificate onto your server, configure AIO in [reverse proxy mode](./reverse-proxy.md) and use the certificate for your domain in your reverse proxy config.
|
||||||
|
|
||||||
|
## 5. Tailscale network
|
||||||
|
For a reverse proxy example guide for Tailscale, see this guide by @flll: https://github.com/nextcloud/all-in-one/discussions/5439
|
||||||
|
|
Loading…
Add table
Reference in a new issue