From 73083ed4866a68e107aa2dbe2939957aaa783e39 Mon Sep 17 00:00:00 2001 From: sunjam Date: Thu, 24 Oct 2024 13:10:23 -0700 Subject: [PATCH 1/8] Update readme.md Adding more wording to local description to clarify it relates to having "no domain" and other keywords/phrases users must be missing, because so many people are confused about this. Signed-off-by: sunjam --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 913f18e22d0..b6b4f84b0f4 100644 --- a/readme.md +++ b/readme.md @@ -261,8 +261,11 @@ In general recommended VPS are those that are KVM/non-virtualized as Docker shou ### How to get Nextcloud running using the ACME DNS-challenge? You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section). Also see https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let%27s-Encrypt-certs#getting-a-custom-caddy-build for additional docs on this topic. -### How to run Nextcloud locally? -If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation how to set it up locally: [local-instance.md](./local-instance.md) +### How to run Nextcloud locally? No domain wanted, or wanting intranet access within your LAN. +If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. tldr: This is more of a temporary, internal testing move, which still requires additional, advanced configuration on your part. Good luck! + +### Can I use an ip-address for Nextcloud instead of a domain? +No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally. ### Can I run AIO offline or in an airgapped system? No. This is not possible and will not be added due to multiple reasons: update checks, app installs via app-store, downloading additional docker images on demand and more. @@ -270,9 +273,6 @@ No. This is not possible and will not be added due to multiple reasons: update c ### Are self-signed certificates supported for Nextcloud? No and they will not be. If you want to run it locally, without opening Nextcloud to the public internet, please have a look at the [local instance documentation](./local-instance.md). -### Can I use an ip-address for Nextcloud instead of a domain? -No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) - ### Can I use AIO with multiple domains? No and it will not be added. However you can use [this feature](https://github.com/nextcloud/all-in-one/blob/main/multiple-instances.md) in order to create multiple AIO instances, one for each domain. From f9a3014b16edb90c0180b24b122ac7cc82d65800 Mon Sep 17 00:00:00 2001 From: sunjam Date: Thu, 24 Oct 2024 13:15:43 -0700 Subject: [PATCH 2/8] Update local-instance.md added phrase "no domain" and reference to ip address. Signed-off-by: sunjam --- local-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-instance.md b/local-instance.md index a03f8903f55..abd990596a6 100644 --- a/local-instance.md +++ b/local-instance.md @@ -1,5 +1,5 @@ # 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. 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 - [1. The recommended way](#1-the-recommended-way) From 314d04b2604a792c7579f530965d2d538f821c77 Mon Sep 17 00:00:00 2001 From: sunjam Date: Fri, 25 Oct 2024 07:56:50 -0700 Subject: [PATCH 3/8] Update readme.md Co-authored-by: Simon L. Signed-off-by: sunjam --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b6b4f84b0f4..68bdac8302c 100644 --- a/readme.md +++ b/readme.md @@ -261,7 +261,7 @@ In general recommended VPS are those that are KVM/non-virtualized as Docker shou ### How to get Nextcloud running using the ACME DNS-challenge? You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section). Also see https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let%27s-Encrypt-certs#getting-a-custom-caddy-build for additional docs on this topic. -### How to run Nextcloud locally? No domain wanted, or wanting intranet access within your LAN. +### How to run Nextcloud locally? No domain wanted, or wanting intranet access within your LAN. If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. tldr: This is more of a temporary, internal testing move, which still requires additional, advanced configuration on your part. Good luck! ### Can I use an ip-address for Nextcloud instead of a domain? From 82968b4963920d6a3c5de46d3809b32ae6fd57d2 Mon Sep 17 00:00:00 2001 From: sunjam Date: Fri, 25 Oct 2024 07:59:24 -0700 Subject: [PATCH 4/8] Update readme.md Signed-off-by: sunjam --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 68bdac8302c..1ae9fa1164b 100644 --- a/readme.md +++ b/readme.md @@ -262,7 +262,7 @@ In general recommended VPS are those that are KVM/non-virtualized as Docker shou You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section). Also see https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let%27s-Encrypt-certs#getting-a-custom-caddy-build for additional docs on this topic. ### How to run Nextcloud locally? No domain wanted, or wanting intranet access within your LAN. -If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. tldr: This is more of a temporary, internal testing move, which still requires additional, advanced configuration on your part. Good luck! +If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. This is not recommended, and still requires additional, advanced configuration on your part. ### Can I use an ip-address for Nextcloud instead of a domain? No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally. From 382ebda038007e291e7d4d19f3595c6b6a16ea74 Mon Sep 17 00:00:00 2001 From: sunjam Date: Fri, 25 Oct 2024 08:02:34 -0700 Subject: [PATCH 5/8] Update readme.md Co-authored-by: Simon L. Signed-off-by: sunjam --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1ae9fa1164b..ded91f0b24e 100644 --- a/readme.md +++ b/readme.md @@ -265,7 +265,7 @@ You can install AIO in reverse proxy mode where is also documented how to get it If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. This is not recommended, and still requires additional, advanced configuration on your part. ### Can I use an ip-address for Nextcloud instead of a domain? -No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally. +No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally. ### Can I run AIO offline or in an airgapped system? No. This is not possible and will not be added due to multiple reasons: update checks, app installs via app-store, downloading additional docker images on demand and more. From 955a143ce5c8fbd9995ec573d4a1c787a1a3ec03 Mon Sep 17 00:00:00 2001 From: sunjam Date: Fri, 25 Oct 2024 08:10:27 -0700 Subject: [PATCH 6/8] Update readme.md not recommended due to all of the features bundled into AIO Signed-off-by: sunjam --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ded91f0b24e..54a3473d182 100644 --- a/readme.md +++ b/readme.md @@ -262,10 +262,10 @@ In general recommended VPS are those that are KVM/non-virtualized as Docker shou You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section). Also see https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let%27s-Encrypt-certs#getting-a-custom-caddy-build for additional docs on this topic. ### How to run Nextcloud locally? No domain wanted, or wanting intranet access within your LAN. -If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. This is not recommended, and still requires additional, advanced configuration on your part. +If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. This is not recommended due to all of the features bundled into AIO. ### Can I use an ip-address for Nextcloud instead of a domain? -No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally. +No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally (because it bundles fewer features than AIO). ### Can I run AIO offline or in an airgapped system? No. This is not possible and will not be added due to multiple reasons: update checks, app installs via app-store, downloading additional docker images on demand and more. From 7ace322b089a79ef18eb515994dce0e8274a305e Mon Sep 17 00:00:00 2001 From: sunjam Date: Sun, 27 Oct 2024 07:35:35 -0700 Subject: [PATCH 7/8] Update readme.md Co-authored-by: Simon L. Signed-off-by: sunjam --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 54a3473d182..406e6df7ee2 100644 --- a/readme.md +++ b/readme.md @@ -262,7 +262,7 @@ In general recommended VPS are those that are KVM/non-virtualized as Docker shou You can install AIO in reverse proxy mode where is also documented how to get it running using the ACME DNS-challenge for getting a valid certificate for AIO. See the [reverse proxy documentation](./reverse-proxy.md). (Meant is the `Caddy with ACME DNS-challenge` section). Also see https://github.com/dani-garcia/vaultwarden/wiki/Running-a-private-vaultwarden-instance-with-Let%27s-Encrypt-certs#getting-a-custom-caddy-build for additional docs on this topic. ### How to run Nextcloud locally? No domain wanted, or wanting intranet access within your LAN. -If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. This is not recommended due to all of the features bundled into AIO. +If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. ### Can I use an ip-address for Nextcloud instead of a domain? No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally (because it bundles fewer features than AIO). From 2b93d8c7c1ab6f808bb117e05c66c190fb5bdb71 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Sun, 27 Oct 2024 15:41:31 +0100 Subject: [PATCH 8/8] Update readme.md Signed-off-by: Simon L. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 406e6df7ee2..928319314b0 100644 --- a/readme.md +++ b/readme.md @@ -265,7 +265,7 @@ You can install AIO in reverse proxy mode where is also documented how to get it If you do not want to open Nextcloud to the public internet, you may have a look at the following documentation on how to set it up locally: [local-instance.md](./local-instance.md), but keep in mind you're still required to have https working properly. ### Can I use an ip-address for Nextcloud instead of a domain? -No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally (because it bundles fewer features than AIO). +No and it will not be added. If you only want to run it locally, you may have a look at the following documentation: [local-instance.md](./local-instance.md) for configuration without a traditional domain. Or, [consider using NextcloudPi](nextcloudpi.com) for ip-address access locally (it bundles fewer features than AIO). ### Can I run AIO offline or in an airgapped system? No. This is not possible and will not be added due to multiple reasons: update checks, app installs via app-store, downloading additional docker images on demand and more.