init flake with package, module and test
This commit is contained in:
parent
235ba8ada1
commit
4a424259e4
9 changed files with 19230 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# authentik-nix
|
||||
|
||||
A Nix flake providing a package, NixOS module and basic VM test for [authentik](https://github.com/goauthentik/authentik)
|
||||
|
||||
## TOC
|
||||
- [Important Note](#important-note)
|
||||
- [Overview](#overview)
|
||||
- [Usage](#usage)
|
||||
- [Updating](#updating)
|
||||
- [License](#license)
|
||||
|
||||
## Important Note
|
||||
Please note that this project is not directly affiliated with the official [authentik](https://github.com/goauthentik/authentik) project. Most importantly this means that there is no official support for this packaging and deployment approach. Therefore, please refrain from opening issues for the official project when running into problems with this flake. Feel free to open issues here. If in doubt, please open an issue here first so we can make sure that it's not directly related to this packaging/deployment approach before escalating to the official project.
|
||||
|
||||
## Overview
|
||||
|
||||
## Usage
|
||||
|
||||
## Updating
|
||||
|
||||
## License
|
||||
This project is released under the terms of the MIT License. See [LICENSE](./LICENSE).
|
||||
Consult [the upstream project](https://github.com/goauthentik/authentik) for information about authentik licensing.
|
||||
Loading…
Add table
Add a link
Reference in a new issue