Files
gitea-repo-config/README.md
2022-12-30 12:27:54 +00:00

699 B

.NET Declarative Gitea

This is a small project to allow you to specify a Gitea configuration in a declarative manner, and to resolve differences between intended and actual config.

How to build and run

With Nix: nix run github:Smaug123/dotnet-gitea-declarative -- --help. The config file you provide as an argument should conform to the schema; there is an example in the tests.

Building from source

Just clone and dotnet build.

To upgrade the NuGet dependencies in the flake, run nix build .#fetchDeps and copy the resulting file into nix/deps.nix.