about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/tomcat.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-21/+21
2023-11-30Merge pull request #270847 from anthonyroussel/updates/tomcat_10_1_16Mario Rodas1-1/+1
2023-11-29nixos/tomcat: add anthonyroussel to maintainersAnthony Roussel1-1/+1
2023-11-27treewide: use `mkPackageOption`h7x41-2/+4
2023-11-07nixos/tomcat: remove `with lib;` and use mkEnableOptionAnthony Roussel1-95/+70
2023-04-07treewide: use more lib.optionalStringFelix Buehler1-3/+3
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-19nixos/*: automatically convert option docspennae1-1/+1
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-2/+2
2022-08-19nixos/*: use properly indented strings for option docspennae1-2/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-20/+20
2022-03-13nixos/tomcat: configure default group and fix broken default package referenceSander van der Burg1-3/+4
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-4/+4
2021-01-22nixos/tomcat: add extraGroups type (#110486)Fritz Otlinghaus1-0/+1
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-7/+3
2018-10-29nixos/tomcat: add purifyOnStart optionPavel Goran1-1/+26
2018-09-23nixos/tomcat: add aliases sub-option for virtual hostsPavel Goran1-4/+27
2018-08-02Merge pull request #44371 from pvgoran/tomcat-webapps-listOfPathsSilvan Mosberger1-1/+1
2018-08-02nixos/tomcat: correct type specification for virtualHostsPavel Goran1-1/+8
2018-08-02nixos/tomcat: allow non-package paths in services.tomcat.webappsPavel Goran1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2018-06-11nixos/tomcat: fix eval error introduced by #40657Uli Baum1-2/+2
2018-06-10tomcat service: fix webapps default option (#40657)Tristan Helmich1-2/+2
2018-03-08nixos/tomcat: add types + proper systemd integrationJörg Thalheim1-204/+159
2018-03-08nixos/tomcat: add serverXml, environment files and log directoriesBenjamin Smith1-5/+52
2018-01-09tomcat9: 9.0.0.M17 -> 9.0.2Andreas Rammhold1-1/+1
2016-09-13tomcat: remove use of network-interfaces.targetJoachim Fasting1-1/+1
2016-09-09tomcat service: bump default tomcat to 8.5danbst1-3/+3
2016-09-09tomcat: add danbst as maintainerdanbst1-0/+4
2016-09-09tomcat service: call shutdown in preStop, because postStop is too late (syste...danbst1-1/+1
2016-09-09tomcat: split default webapps to separate output (~6M)danbst1-2/+2
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+5
2016-01-12Fix running apache tomcat as a daemonSander van der Burg1-1/+2
2016-01-07jobs -> systemd.servicesRobin Gloster1-197/+193
2014-09-11nixos/tomcat: make package version configurableBjørn Forsman1-1/+10
2014-08-20Merge pull request #1 from sfultongv/sfultong-14.04sfultong1-1/+1
2014-08-03tomcat: Fix evaluation after e27dcff.aszlig1-2/+2
2014-08-01Allows the JDK to be chosen in services.tomcatLuke Clifton1-2/+7
2014-06-06tomcat: fix service to be a daemon, and run tomcat in script rather than preS...Luca Bruno1-1/+5
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+344