wiki.hemera.network/README.md

17 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-09-07 17:27:01 +00:00
# Documentation for Hemera Network and Hemera Link
Hemera Network is a private network based on Netmaker to allow users to connect to a subnet behind a NAT.
Devices act either as coordination nodes, hosts, or clients.
2023-09-07 13:57:52 -04:00
- Coordination nodes are available via a public IP and have ports open to the outside world. They handle connecting devices that are behind a NAT.
- Hosts are nodes that are behind a firewall that can act as gateways for their subnet or act as standalone machines that are accessible by other devices on the network.
- Clients are stock wireguard devices and need a coordination node to proxy all data, when connected via wireguard your data enters through a coordination node and exits through a host that has signed up to be an exit node for a given network.
2023-09-07 17:27:01 +00:00
Based on Hugo and the ["Stack"](https://github.com/CaiJimmy/hugo-theme-stack) theme from CaiJimmy on Github.
2023-09-07 17:32:38 +00:00
```
git clone https://git.myco.systems/kleionode/wiki.hemera.network.git
git submodule update --init --recursive
```
2023-09-07 13:57:52 -04:00
**When committing changes add "wiki-hemera/public" to gitignore and generate hugo files on the website host itself.****