Talk:LimeSurvey: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 April 2024

  • curprev 15:0515:05, 30 April 2024Vater talk contribs 2,254 bytes +2,254 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 =..."