ragenix
age-encrypted secrets for NixOS; drop-in replacement for agenix
File Explorer
Download Latest Version (.zip)- main.yaml
- update-deps.yaml
- ragenix.1
- ragenix.1.html
- ragenix.1.ronn
- example_plugin_key.txt
- id_ed25519
- id_rsa
- key.txt
- README.md
- github-runner.token.age
- root.passwd.age
- secrets-configuration.nix
- secrets-plugin.nix
- secrets.nix
- agenix.schema.json
- mod.rs
- age.rs
- cli.rs
- main.rs
- util.rs
- ragenix.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- default.nix
- flake.lock
- flake.nix
- LICENSE
- README.md
- rust-toolchain
# Installation Guide
1. Get the code
git clone https://github.com/yaxitech/ragenix
Downloads the entire project code from GitHub to your computer.
cd ragenix
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
