diff --git a/docs/_build/doctrees/architecture.doctree b/docs/_build/doctrees/architecture.doctree index bdade63a..f19b177e 100644 Binary files a/docs/_build/doctrees/architecture.doctree and b/docs/_build/doctrees/architecture.doctree differ diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index e1bab18d..2142dc41 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/doctrees/server-installation.doctree b/docs/_build/doctrees/server-installation.doctree index 655312fd..54d48949 100644 Binary files a/docs/_build/doctrees/server-installation.doctree and b/docs/_build/doctrees/server-installation.doctree differ diff --git a/docs/_build/doctrees/ui-reference.doctree b/docs/_build/doctrees/ui-reference.doctree index 10c0e759..fc9c6b41 100644 Binary files a/docs/_build/doctrees/ui-reference.doctree and b/docs/_build/doctrees/ui-reference.doctree differ diff --git a/docs/_build/html/_sources/architecture.rst.txt b/docs/_build/html/_sources/architecture.rst.txt index 34292cef..8b8f9bde 100644 --- a/docs/_build/html/_sources/architecture.rst.txt +++ b/docs/_build/html/_sources/architecture.rst.txt @@ -107,7 +107,7 @@ The check in process is what allows Netmaker to create dynamic mesh networks. As Database (sqlite, rqlite, postgres) ------------------------------------- -As of v0.8, Netmaker uses sqlite by default as a database. It can also use PostgreSQL, or rqlite, a distributed (RAFT consensus) databaseand. Netmaker interacts with this database to store and retrieve information about nodes, networks, and users. +As of v0.8, Netmaker uses sqlite by default as a database. It can also use PostgreSQL, or rqlite, a distributed (RAFT consensus) database. Netmaker interacts with this database to store and retrieve information about nodes, networks, and users. Additional database support (besides sqlite and rqlite) is very easy to implement for special use cases. Netmaker uses simple key value lookups to run the networks, and the database was designed to be extensible, so support for key-value stores and other SQL-based databases can be achieved by changing a single file. diff --git a/docs/_build/html/_sources/ui-reference.rst.txt b/docs/_build/html/_sources/ui-reference.rst.txt index 98a8b661..d241cbce 100644 --- a/docs/_build/html/_sources/ui-reference.rst.txt +++ b/docs/_build/html/_sources/ui-reference.rst.txt @@ -42,8 +42,8 @@ Edit **NOTE:** With the exception of Address Ranges (1-2) any setting that affects nodes will not take effect on existing nodes. It will only set the settings on any **new** node, after the setting has been changed. -(1) **Address Range (ipv4): The ipv4 private network CIDR. If edited, Netmaker will go through all nodes and update private addresses based on the new range.** -(2) **Address Range (ipv6): The ipv6 private network CIDR. If edited, Netmaker will go through all nodes and update private addresses based on the new range.** +(1) **Address Range (ipv4):** The ipv4 private network CIDR. If edited, Netmaker will go through all nodes and update private addresses based on the new range.** +(2) **Address Range (ipv6):** The ipv6 private network CIDR. If edited, Netmaker will go through all nodes and update private addresses based on the new range.** (3) **Local Range:** Only relevant if "Is Local" was switched on during creation. Specifies the local range that nodes will base their Endpoint off of (note: if a node cannot find an enpoint within the range it will fallback to public ip). (4) **Display Name:** The display name of the network. Network Name cannot be changed (acts as a unique ID) but display name can be changed. Only effects appearance in UI. (5) **Default Interface:** The default network interface name configured on each node. This defaults to "nm-". diff --git a/docs/_build/html/about.html b/docs/_build/html/about.html index 42ec1b53..cbe7d207 100644 --- a/docs/_build/html/about.html +++ b/docs/_build/html/about.html @@ -281,27 +281,6 @@ Getting Started - -
  • - - - Advanced Server Installation - - -
  • -
  • - - - Integrating OAuth - - -
  • -
  • - - - Client Installation - -
  • @@ -327,7 +306,35 @@
  • - Using Netmaker + Kubernetes + + +
  • +
  • + + + Advanced Server Installation + + +
  • +
  • + + + Advanced Client Installation + + +
  • +
  • + + + Integrating OAuth + + +
  • +
  • + + + External Guides
  • diff --git a/docs/_build/html/architecture.html b/docs/_build/html/architecture.html index 5b8b554b..c5737c6a 100644 --- a/docs/_build/html/architecture.html +++ b/docs/_build/html/architecture.html @@ -57,7 +57,7 @@ - + @@ -209,7 +209,7 @@
  • - 1. About + About
  • @@ -329,28 +329,7 @@
  • - Advanced Server Installation - - -
  • -
  • - - - Integrating OAuth - - -
  • -
  • - - - Client Installation - - -
  • -
  • - - - Ingress GW + External Clients + Ingress + External Clients
  • @@ -371,7 +350,35 @@
  • - Using Netmaker + Kubernetes + + +
  • +
  • + + + Advanced Server Installation + + +
  • +
  • + + + Advanced Client Installation + + +
  • +
  • + + + Integrating OAuth + + +
  • +
  • + + + External Guides
  • @@ -549,7 +556,7 @@

    Database (sqlite, rqlite, postgres)

    -

    As of v0.8, Netmaker uses sqlite by default as a database. It can also use PostgreSQL, or rqlite, a distributed (RAFT consensus) databaseand. Netmaker interacts with this database to store and retrieve information about nodes, networks, and users.

    +

    As of v0.8, Netmaker uses sqlite by default as a database. It can also use PostgreSQL, or rqlite, a distributed (RAFT consensus) database. Netmaker interacts with this database to store and retrieve information about nodes, networks, and users.

    Additional database support (besides sqlite and rqlite) is very easy to implement for special use cases. Netmaker uses simple key value lookups to run the networks, and the database was designed to be extensible, so support for key-value stores and other SQL-based databases can be achieved by changing a single file.

    @@ -640,7 +647,7 @@