about summary refs log tree commit diff
path: root/nixos/modules/services/misc/gogs.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-03nixos/gogs: prefer 'umask' over 'chmod'Felix Buehler1-1/+1
2023-07-30nixos/gogs: fix deprecations for 0.13.0Christoph Charles1-1/+1
2023-07-24nixos/gogs: fix deprecations for 0.13.0Gianmarco Gargiulo1-3/+3
2022-11-10treewide: use `types.port` in nixos modulesDaniel Nagy1-2/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-24/+24
2021-12-09treewide: add defaultText for options with simple interpolation defaultspennae1-1/+4
2020-11-28gogs: 0.11.91 -> 0.12.3Sebastien Braun1-8/+0
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq1-3/+3
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2018-03-30nixos/gogs: allow git operations over sshLéo Gaspard1-0/+3
2017-10-02gogs: avoid creating symlinks each runBob van der Linden1-0/+10
2017-10-02nixos/gogs: fixed user creation if non-default userThe-M1k3y1-1/+1
2017-09-17nixos/gogs: Fix module when no passwords providedRodney Lorrimar1-1/+1
2017-05-01gogs: improve cookieSecure documentationJörg Thalheim1-3/+2
2017-04-23gogs service: add option for enabling "secure" cookiesRodney Lorrimar1-0/+14
2017-04-23gogs service: generate the secret key only once, then reuseRodney Lorrimar1-2/+8
2017-04-22gogs service: chmod 440 config fileRodney Lorrimar1-3/+6
2017-04-22gogs service: don't copy database password to nix storeRodney Lorrimar1-3/+31
2017-04-22gogs service: fix encoding of secret keyRodney Lorrimar1-1/+1
2017-02-04gogs: fix error on pushTim Jaeger1-0/+1
2017-01-21gogs service: initschneefux1-0/+215