📦 juspay / vira

No-frills CI for small teams using Nix

14 stars 4 forks 👁 14 watching ⚖️ GNU Affero General Public License v3.0
📥 Clone https://github.com/juspay/vira.git
HTTPS git clone https://github.com/juspay/vira.git
SSH git clone git@github.com:juspay/vira.git
CLI gh repo clone juspay/vira
Loading files...
📄 README.md

vira

/வீரா/

No-frills CI for teams using Nix.

Usage

[!WARNING]
The project is currently in beta stage. Contact @srid for details. See for full documentation.

nix --accept-flake-config run github:juspay/vira -- web --port 5005

You can now add your repositories in the web app.

Development

# Run the development server (HTTPS)
just run

# Or, if you need to start from empty database (useful if you have changed the acid-state types)
# NOTE: This won't delete TLS certs.
just resetdb run

Contributing

See