summary refs log tree commit diff
path: root/nixos/modules/services/misc/gogs.nix
Commit message (Collapse)AuthorAge
* gogs: avoid creating symlinks each runBob van der Linden2017-10-02
|
* nixos/gogs: fixed user creation if non-default userThe-M1k3y2017-10-02
|
* nixos/gogs: Fix module when no passwords providedRodney Lorrimar2017-09-17
| | | | | | | | | If neither database.password or database.passwordFile were provided, it would try and fail to coerce null to a string. This fixes the situation where there is no password for the database. Resolves #27950
* gogs: improve cookieSecure documentationJörg Thalheim2017-05-01
|
* gogs service: add option for enabling "secure" cookiesRodney Lorrimar2017-04-23
|
* gogs service: generate the secret key only once, then reuseRodney Lorrimar2017-04-23
|
* gogs service: chmod 440 config fileRodney Lorrimar2017-04-22
| | | | | Directory which contains the config file /var/lib/gogs already has mode 700 but users are liable to change these things.
* gogs service: don't copy database password to nix storeRodney Lorrimar2017-04-22
| | | | Relevant to #24288
* gogs service: fix encoding of secret keyRodney Lorrimar2017-04-22
| | | | | | | | | I was getting a secret key like this: [security] SECRET_KEY = 7X Use coreutils base64 instead to get the full 256 bits of randomness.
* gogs: fix error on pushTim Jaeger2017-02-04
| | | | | Pushing to gogs only works if the `gogs` user's shell is `bash`. For error and solution, refer to [this SO thread](http://stackoverflow.com/a/22315659)
* gogs service: initschneefux2017-01-21