All public logs

Combined display of all available logs of NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:05, 30 April 2024 Vater talk contribs created page Talk:LimeSurvey (Created page with "== stuff == <!-- https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/web-apps/limesurvey.nix --> ==== minimal ==== <pre> services.limesurvey.enable = true; networking.firewall.allowedTCPPorts = [ 80 ]; services.limesurvey.virtualHost.hostName = "${config.networking.fqdn}"; </pre> ==== almost minimal ==== <pre> services.limesurvey.enable = true; # networking.firewall.allowedTCPPorts = [ # 80 # ]; services.limesurvey.virtualHost.hostName =...")