A modern package delivery system for RPMs.
Warning
This README and docs are under progress.
Please make sure you have these dependencies first before building.
golang
Additionally, you might want to install air, a live reload tool for Go apps. To install the latest version:
go install github.com/air-verse/air@latest
Simply clone this repo then:
go build ./(server|subatomic-cli)
subatomic-cli
can be configured using a config file in ~/.config/subatomic.json
, or by using CLI flags.
{
"server": "https://subatomic.example.com",
"token": "super-secret-jwt-token"
}
Currently, the JWT uses HS256. Here is an example payload:
{
"scopes": ["admin"]
}
Certain standard claims, such as exp
are also supported.
- Improve the README
- Refactor some bad (written while out of it) code
Deprecate OSTreeand go RPM only