about summary refs log tree commit diff
path: root/nixos/modules/services/misc/gogs.nix
AgeCommit message (Expand)AuthorFilesLines
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