summary refs log tree commit diff
path: root/nixos/modules/services/databases/couchdb.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
2023-05-19nixos: fix typosfigsoda1-1/+1
2022-12-01treewide: switch to port type for nixos modulesDaniel Nagy1-1/+1
2022-11-10treewide: use `mkEnableOption` in nixos modulesDaniel Nagy1-7/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-15/+15
2022-04-26couchdb3: 3.2.1 -> 3.2.2Will1-0/+6
2021-12-29nixos/couchdb: add missing defaultTextpennae1-1/+3
2021-12-09couchdb3: add vm.args and fix pkgs.couchdb referenceWill1-3/+13
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-2/+1
2021-05-03couchdb2: dropajs1241-14/+5
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-2/+1
2020-09-11couchdb: add support for version 3.1.0Will Young1-1/+24
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-4/+4
2019-07-24nixos/couchdb: Prevent it from chowning /var/log to couchdb:couchdbSilvan Mosberger1-5/+3
2019-04-13nixos/couchdb: replace deprecated usage of PermissionsStartOnlyAaron Andersen1-14/+7
2019-03-20nixos/couchdb: /var/run -> /runBob van der Linden1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2017-03-06couchdb: add support for version 2.0.0timor1-5/+25
2016-12-10couchdb service: fix test in preStartJoachim Fasting1-1/+1
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+1
2015-02-11Fix initial-install issues with couchdb.nix.Michael Alan Dorman1-3/+6
2014-06-06couchdb service: adding customizable config file which is writable by couchdbRok Garbas1-2/+14
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+3
2014-03-10nixos/couchdb: fix stopping of service, by making it non-forking, a few other...Jaka Hudoklin1-24/+9
2014-02-27couchdb: remove redundant customConfigFileDomen Kožar1-32/+8
2014-02-27couchdb: stricter typesDomen Kožar1-6/+6
2014-02-27folders of pidFile and uriFile should be writable by couchdb user/groupRok Garbas1-3/+2
2014-02-27couchdb(nixos): removing whitespace and line that was commentedRok Garbas1-2/+1
2014-02-27update couchdb to 1.5.0(current latest) and add service for itRok Garbas1-0/+214