summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/misc/gogs.nix
AgeCommit message (Expand)Author
2024-04-13nixos: remove all uses of lib.mdDocstuebinm
2024-04-03nixos/gogs: prefer 'umask' over 'chmod'Felix Buehler
2023-07-30nixos/gogs: fix deprecations for 0.13.0Christoph Charles
2023-07-24nixos/gogs: fix deprecations for 0.13.0Gianmarco Gargiulo
2022-11-10treewide: use `types.port` in nixos modulesDaniel Nagy
2022-07-30treewide: automatically md-convert option descriptionspennae
2021-12-09treewide: add defaultText for options with simple interpolation defaultspennae
2020-11-28gogs: 0.11.91 -> 0.12.3Sebastien Braun
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink
2018-03-30nixos/gogs: allow git operations over sshLéo Gaspard
2017-10-02gogs: avoid creating symlinks each runBob van der Linden
2017-10-02nixos/gogs: fixed user creation if non-default userThe-M1k3y
2017-09-17nixos/gogs: Fix module when no passwords providedRodney Lorrimar
2017-05-01gogs: improve cookieSecure documentationJörg Thalheim
2017-04-23gogs service: add option for enabling "secure" cookiesRodney Lorrimar
2017-04-23gogs service: generate the secret key only once, then reuseRodney Lorrimar
2017-04-22gogs service: chmod 440 config fileRodney Lorrimar
2017-04-22gogs service: don't copy database password to nix storeRodney Lorrimar
2017-04-22gogs service: fix encoding of secret keyRodney Lorrimar
2017-02-04gogs: fix error on pushTim Jaeger
2017-01-21gogs service: initschneefux