clanktron / nas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAS

Custom kairos OS based on ubuntu 22.04 LTS. For a list of built-in packages refer to packages.txt

Build

make

Testing

For a live demo environment run:

CLI=docker # could be nerdctl/podman/etc
VERSION=0.1.1
"$CLI" run -it quay.io/clanktron/nas:"$VERSION" fish

TODO

  • ubuntu unminimize doesn't work

About


Languages

Language:Shell 71.6%Language:Makefile 28.4%