Added basic doc publishing

This commit is contained in:
2024-02-11 22:08:48 -06:00
parent 055eb45f61
commit 2f7e7c0039
3 changed files with 34 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Welcome to n0xb0x
## Overview
n0xb0x is a self-hosted bitcoin (and related) server that is based on Fedora CoreOS.
## Features
* Minimalistic OS that only runs containers
* Only packages installed locally are:
- Caddy
- Zerotier
- Cockpit
* Entire server is bootstraped via Ansible for low-touch deployment
* Atomic updates
* All containers are built on device for full transparency
* All containers are run as systemd services
- Containers can be launched via `systemctl start` like any other service
- Containers natively log via `journalctl` like any other service
- Containers can be managed via Cockpit