From d72dc9a6ef0583768cae07741c4a465b641420ab Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 25 Jan 2017 00:46:39 +0100 Subject: [PATCH] doc: add camliNetIP in server-config Change-Id: I3fc14112432db4428aee38862a709877d9fe9787 --- doc/server-config.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/server-config.md b/doc/server-config.md index 169eb8200..eea1b169e 100644 --- a/doc/server-config.md +++ b/doc/server-config.md @@ -42,6 +42,18 @@ This page documents the simple configuration mode. from Let's Encrypt. * As a fallback, if no FQDN is found, a self-signed certificate is generated. +* `camliNetIP`: the optional internet-facing IP address for this + Camlistore instance. If set, a name in the camlistore.net domain for + that IP address will be requested on startup. The obtained domain name + will then be used as the host name in the base URL. + For now, the protocol to get the name requires receiving a challenge + on port 443. Also, this option implies `https`, and that the HTTPS + certificate is obtained from [Let's Encrypt](https://letsencrypt.org). + For these reasons, this option is mutually exclusive with `baseURL`, `listen`, + `httpsCert`, and `httpsKey`. + On cloud instances (Google Compute Engine only for now), this option is + automatically used. + * `identity`: your GPG fingerprint. A keypair is created for new users on start, but this may be changed if you know what you're doing.