mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-10 06:00:37 +08:00
address review
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
8fae9b669f
commit
5b4edc2c34
2 changed files with 12 additions and 6 deletions
|
|
@ -9,7 +9,8 @@ The recommended way is the following:
|
||||||
1. Enter the ip-address of your local dns-server in the daemon.json file for docker so that you are sure that all docker containers use the correct local dns-server.
|
1. Enter the ip-address of your local dns-server in the daemon.json file for docker so that you are sure that all docker containers use the correct local dns-server.
|
||||||
1. Now, entering the domain in the AIO-interface should work as expected and should allow you to continue with the setup
|
1. Now, entering the domain in the AIO-interface should work as expected and should allow you to continue with the setup
|
||||||
|
|
||||||
**Hint:** You may have a look at [this video](https://youtu.be/zk-y2wVkY4c) for a more complete but possibly outdated example.
|
> [!TIP]
|
||||||
|
> You may have a look at [this video](https://youtu.be/zk-y2wVkY4c) for a more complete but possibly outdated example.
|
||||||
|
|
||||||
## 2. Use the ACME DNS-challenge
|
## 2. Use the ACME DNS-challenge
|
||||||
You can alternatively use the ACME DNS-challenge to get a valid certificate for Nextcloud. Here is described how to set it up: https://github.com/nextcloud/all-in-one#how-to-get-nextcloud-running-using-the-acme-dns-challenge
|
You can alternatively use the ACME DNS-challenge to get a valid certificate for Nextcloud. Here is described how to set it up: https://github.com/nextcloud/all-in-one#how-to-get-nextcloud-running-using-the-acme-dns-challenge
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,8 @@ To make the config work you can run the following command:
|
||||||
|
|
||||||
<summary>click here to expand</summary>
|
<summary>click here to expand</summary>
|
||||||
|
|
||||||
**Hint:** You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/575#discussion-4055615) for a more complete but possibly outdated example.
|
> [!TIP]
|
||||||
|
> You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/575#discussion-4055615) for a more complete but possibly outdated example.
|
||||||
|
|
||||||
Add this to your Caddyfile:
|
Add this to your Caddyfile:
|
||||||
|
|
||||||
|
|
@ -207,7 +208,8 @@ For a reverse proxy example guide for Citrix ADC VPX / Citrix Netscaler, see thi
|
||||||
<summary>click here to expand</summary>
|
<summary>click here to expand</summary>
|
||||||
|
|
||||||
|
|
||||||
**Hint:** You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/2845#discussioncomment-6423237) for a more complete but possibly outdated example.
|
> [!TIP]
|
||||||
|
> You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/2845#discussioncomment-6423237) for a more complete but possibly outdated example.
|
||||||
|
|
||||||
Although it does not seem like it is the case but from AIO perspective a Cloudflare Tunnel works like a reverse proxy. Please see the [caveats](https://github.com/nextcloud/all-in-one#notes-on-cloudflare-proxytunnel) before proceeding. Here is then how to make it work:
|
Although it does not seem like it is the case but from AIO perspective a Cloudflare Tunnel works like a reverse proxy. Please see the [caveats](https://github.com/nextcloud/all-in-one#notes-on-cloudflare-proxytunnel) before proceeding. Here is then how to make it work:
|
||||||
|
|
||||||
|
|
@ -322,7 +324,8 @@ backend Nextcloud
|
||||||
|
|
||||||
<summary>click here to expand</summary>
|
<summary>click here to expand</summary>
|
||||||
|
|
||||||
**Hint:** You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/588#discussioncomment-2811152) for a more complete but possibly outdated example.
|
> [!TIP]
|
||||||
|
> You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/588#discussioncomment-2811152) for a more complete but possibly outdated example.
|
||||||
|
|
||||||
**Disclaimer:** This config was tested and should normally work on all modern Nginx versions. Improvements to the config are very welcome!
|
**Disclaimer:** This config was tested and should normally work on all modern Nginx versions. Improvements to the config are very welcome!
|
||||||
|
|
||||||
|
|
@ -416,7 +419,8 @@ server {
|
||||||
|
|
||||||
<summary>click here to expand</summary>
|
<summary>click here to expand</summary>
|
||||||
|
|
||||||
**Hint:** You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/588#discussioncomment-3040493) for a more complete but possibly oudated example.
|
> [!TIP]
|
||||||
|
> You may have a look at [this guide](https://github.com/nextcloud/all-in-one/discussions/588#discussioncomment-3040493) for a more complete but possibly oudated example.
|
||||||
|
|
||||||
First, make sure the environmental variables `PUID` and `PGID` in the `compose.yaml` file for NPM are either unset or set to `0`.
|
First, make sure the environmental variables `PUID` and `PGID` in the `compose.yaml` file for NPM are either unset or set to `0`.
|
||||||
If you need to change the GID/PID then please add `net.ipv4.ip_unprivileged_port_start=0` at the end of `/etc/sysctl.conf`. Note: this will cause that non root users can bind privileged ports.
|
If you need to change the GID/PID then please add `net.ipv4.ip_unprivileged_port_start=0` at the end of `/etc/sysctl.conf`. Note: this will cause that non root users can bind privileged ports.
|
||||||
|
|
@ -567,7 +571,8 @@ See these screenshots for a working config:
|
||||||
|
|
||||||
<summary>click here to expand</summary>
|
<summary>click here to expand</summary>
|
||||||
|
|
||||||
**Hint:** You may have a look at [this video](https://www.youtube.com/watch?v=VLPSRrLMDmA) for a more complete but possibly outdated example.
|
> [!TIP]
|
||||||
|
> You may have a look at [this video](https://www.youtube.com/watch?v=VLPSRrLMDmA) for a more complete but possibly outdated example.
|
||||||
|
|
||||||
**Disclaimer:** it might be possible that the config below is not working 100% correctly, yet. Improvements to it are very welcome!
|
**Disclaimer:** it might be possible that the config below is not working 100% correctly, yet. Improvements to it are very welcome!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue