summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-01-26 09:16:40 -0800
committerD Delmar Davis <don@suspectdevices.com>2025-01-26 09:16:40 -0800
commita7c255f465f5a85d5c7e70cd1e520821ef5eebca (patch)
treef78d5c9a830cd972e2450aaa30bc2c576580200a
parent27476afa1498b70e0e92b77419582a5cbe33af4c (diff)
Minor fixes
-rw-r--r--docs/rethinkeverything/no-canonical/README.md2
-rw-r--r--docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/rethinkeverything/no-canonical/README.md b/docs/rethinkeverything/no-canonical/README.md
index 1490def..3ded7f3 100644
--- a/docs/rethinkeverything/no-canonical/README.md
+++ b/docs/rethinkeverything/no-canonical/README.md
@@ -13,7 +13,7 @@ We are in the process of reducing our colo presence from 2 servers to one server
### Debian
-In this particular use case, Debian not only allowed me to install a system over a virtual serial console but allowed me to install from the original ubuntu. [So, I replaced ubuntu server with debian](https://www.digithink.com/rethinkeverything/no-canonical/debian/) on the secondary lxd server (with a temporary dual boot pathway back). Then I migrated the containers on the main server to and repeated the process on our primary server.
+In this particular use case, Debian not only allowed me to install a system over a virtual serial console but allowed me to install from the original ubuntu. [So, I replaced ubuntu server with debian](https://www.digithink.com/rethinkeverything/no-canonical/debian/) on the secondary lxd server (with a temporary dual boot pathway back). Then I migrated the containers on the main server to the secondary server and repeated the process.
### Incus
diff --git a/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md b/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md
index ffaacac..13dbb3b 100644
--- a/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md
+++ b/docs/rethinkeverything/norouter/wireguard-and-tinyproxy.md
@@ -24,8 +24,8 @@ After working through the complexities of using headscale/tailscale I realized t
To do this and to provide redundant routes to the admin lan we take two approaches.
-1) Replace the router with a container.
-2) Replace the router with a better one.
+1. Replace the router with a container.
+2. Replace the router with a better one.
## Replacing the colo router with a container.