Go to file
dependabot[bot] a50de5a488 Bump Nerdbank.GitVersioning from 3.6.128 to 3.6.132 (#38)
* Bump Nerdbank.GitVersioning from 3.6.128 to 3.6.132

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.128 to 3.6.132.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.128...v3.6.132)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Nerdbank.GitVersioning from 3.6.128 to 3.6.132

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.128 to 3.6.132.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.128...v3.6.132)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
2023-05-15 19:50:30 +01:00
2023-03-29 22:54:45 +01:00
2022-12-29 22:27:05 +00:00
2022-12-30 10:26:59 +00:00
2022-12-29 23:15:59 +00:00
2022-12-30 09:40:24 +00:00

.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.

Description
A tool to reconcile a Gitea server with a declarative configuration
Readme MIT 858 KiB
Languages
F# 99.5%
Nix 0.5%