offspot / overview

Offspot-wide issues and documentation
GNU General Public License v3.0
5 stars 0 forks source link

offspot

offspot by Kiwix is a collection of tools and solutions to support Kiwix Hotspot.

Tool Description
base-image raspiOS-like base image builder: adds/removes package, adds some configuration, tweaks and tools, installs offspot_runtime (part of offspot_config)
offspot_runtime set of scripts to (re-)configure some stuff on boot: network, WiFi, etc.
offspot_config library for parsing/creating offspot YAML config. Include a Config Builder and an App Catalog
image-creator somewhat-generic Image creator taking a YAML config as input. YAML config lists all files to download, and includes a complete docker-compose. This is not user-friendly at all. Linux only, runs as root.
Kiwix Imager Service Web UI to select content. Uses the offspot-config builder to produce YAML. Calls image-creator in worker to build image then uploads it. https://imager.kiwix.org
Kiwix Imager App Not implemented yet. kiwix-hotspot replacement. UI to select content and configure. Will use offspot-config builder to gen a YAML and call image-creator