goiardi
Chef server written in Go
Install
- All systems
-
curl cmd.cat/goiardi.sh
- Debian
-
apt-get install goiardi
- Ubuntu
-
apt-get install goiardi
- Kali Linux
-
apt-get install goiardi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install goiardi
- Raspbian
-
apt-get install goiardi
- Dockerfile
- dockerfile.run/goiardi
goiardi
Chef server written in Go
Goiardi is an implementation of the Chef server written in Go. It can either run entirely in memory with the option to save and load the in-memory data and search indexes to and from disk, drawing inspiration from chef-zero, or it can use MariaDB/MySQL or PostgreSQL as its storage backend.