Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rnd:projects:homecloud [2023-11-12 04:24] – asdf | rnd:projects:homecloud [2024-02-20 00:40] (current) – asdf | ||
---|---|---|---|
Line 15: | Line 15: | ||
==== Tinc ==== | ==== Tinc ==== | ||
We began the deployment with tinc since we, like the 2600 author, had no control over port forwarding at the installation location. Unfortunately, | We began the deployment with tinc since we, like the 2600 author, had no control over port forwarding at the installation location. Unfortunately, | ||
+ | |||
+ | By far the most painful part of setting tinc up is distributing the key files. Every node on the network needs to have the public key of every other node, even if they' | ||
==== Nextcloud ==== | ==== Nextcloud ==== | ||
Line 25: | Line 27: | ||
<code nginx> | <code nginx> | ||
+ | # replace www.example.com throughout with the actual domain | ||
server { | server { | ||
- | server_name | + | server_name |
access_log / | access_log / | ||
error_log / | error_log / | ||
Line 33: | Line 36: | ||
| | ||
# redirect http connections to https | # redirect http connections to https | ||
- | error_page 497 =301 https://PUBLICURL: | + | error_page 497 =301 https://www.example.com: |
| | ||
location / { | location / { | ||
Line 50: | Line 53: | ||
- | ===== Operation | + | ===== Results |
- | Once configured properly, operation has been very smooth. | + | Once configured properly, operation has been very smooth. |
+ | |||
+ | ===== Future work ===== | ||
+ | As of this writing, our Docker data is all stored on a single external hard drive mounted at ''/ | ||
+ | {{tag> |