Wiki for using Netmaker with Hemera and HYPERSPACE Network
Find a file
brooke 790bac8ccb
All checks were successful
Hugo / build (push) Successful in 23s
Update .gitea/workflows/deploy.yaml
2024-03-21 02:55:34 +00:00
.gitea/workflows Update .gitea/workflows/deploy.yaml 2024-03-21 02:55:34 +00:00
archetypes change directory structure, add deploy yaml 2024-02-27 22:53:45 -05:00
assets change directory structure, add deploy yaml 2024-02-27 22:53:45 -05:00
bin update 2024-03-09 17:26:34 -05:00
content change directory structure, add deploy yaml 2024-02-27 22:53:45 -05:00
layouts/partials/head change directory structure, add deploy yaml 2024-02-27 22:53:45 -05:00
static change directory structure, add deploy yaml 2024-02-27 22:53:45 -05:00
themes update submodule 2024-02-27 23:00:34 -05:00
.gitignore update 2024-02-27 22:57:35 -05:00
.gitmodules update submodule 2024-02-27 23:00:34 -05:00
config.yaml change directory structure, add deploy yaml 2024-02-27 22:53:45 -05:00
LICENSE update 2023-09-07 13:57:52 -04:00
README.md update 2023-09-07 13:57:52 -04: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.

  • 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.

Based on Hugo and the "Stack" theme from CaiJimmy on Github.

git clone https://git.myco.systems/kleionode/wiki.hemera.network.git
git submodule update --init --recursive

When committing changes add "wiki-hemera/public" to gitignore and generate hugo files on the website host itself.**