๐Ÿ“ฆ juspay / vira

No-frills CI for small teams using Nix

โ˜… 10 stars โ‘‚ 4 forks ๐Ÿ‘ 10 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
Sridhar Ratnakumar Sridhar Ratnakumar Implement proper log streaming (#288) b477a19 16 hours ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ .zed
๐Ÿ“ doc
๐Ÿ“ nix
๐Ÿ“ packages
๐Ÿ“„ .envrc
๐Ÿ“„ .ghcid
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ .gitmodules
๐Ÿ“„ .hlint.yaml
๐Ÿ“„ .prettierignore
๐Ÿ“„ cabal-repl
๐Ÿ“„ cabal.project
๐Ÿ“„ CLAUDE.md
๐Ÿ“„ DESIGN.md
๐Ÿ“„ flake.lock
๐Ÿ“„ flake.nix
๐Ÿ“„ hie.yaml
๐Ÿ“„ hpack-common.yaml
๐Ÿ“„ hpack-relude.yaml
๐Ÿ“„ justfile
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ sample.json
๐Ÿ“„ static
๐Ÿ“„ vira.hs
๐Ÿ“„ 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