From 36dcc36caa5e9d8c08a05aa064234ca12ae008e8 Mon Sep 17 00:00:00 2001 From: Basil Hendroff <63370329+basilhendroff@users.noreply.github.com> Date: Wed, 29 Jul 2020 21:32:42 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46a190b..e4c82bf 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ In addition, there are some other options which have sensible defaults, but can - JAIL_NAME: The name of the jail, defaults to "caddy" - CONFIG_PATH: This is the path to your Caddyfile, defaults to $POOL_PATH/caddy. -- INTERFACE: The network interface to use for the jail. Defaults to vnet0. -- VNET: Whether to use the iocage virtual network stack. Defaults to on. -- DNS_PLUGIN: DNS_PLUGIN contains the name of the DNS validation plugin you'll use with Caddy to validate domain control. Visit the Caddy download page to see the DNS authentication plugins currently available. To build Caddy with your desired plugin, use the last part of the "Package" on that page as DNS_PLUGIN in your nextcloud-config file. E.g., if the package name is github.com/caddy-dns/cloudflare, you'd set DNS_PLUGIN=cloudflare. From that page, there are also links to the documentation for each plugin, which will describe what credentials are needed. +- INTERFACE: The network interface to use for the jail. Defaults to `vnet0`. +- VNET: Whether to use the iocage virtual network stack. Defaults to `on`. +- DNS_PLUGIN: This contains the name of the DNS validation plugin you'll use with Caddy to validate domain control. Visit the Caddy download page to see the DNS authentication plugins currently available. To build Caddy with your desired plugin, use the last part of the "Package" on that page as DNS_PLUGIN in your nextcloud-config file. E.g., if the package name is github.com/caddy-dns/cloudflare, you'd set DNS_PLUGIN=cloudflare. From that page, there are also links to the documentation for each plugin, which will describe what credentials are needed. Also, HOST_NAME needs to resolve to your jail from inside your network. You'll probably need to configure this on your router. If you're unable to do so, you can edit the hosts file on your client computers to achieve this result.