+1
-1
nixos/doc/manual/release-notes/rl-2411.section.md
+1
-1
nixos/doc/manual/release-notes/rl-2411.section.md
···- [Misskey](https://misskey-hub.net/en/), an interplanetary microblogging platform. Available as [services.misskey](options.html#opt-services.misskey).-- [Improved File Manager](https://github.com/misterunknown/ifm), or IFM, a single-file web-based file manager.- [OpenGFW](https://github.com/apernet/OpenGFW), an implementation of the Great Firewall on Linux. Available as [services.opengfw](#opt-services.opengfw.enable).
···- [Misskey](https://misskey-hub.net/en/), an interplanetary microblogging platform. Available as [services.misskey](options.html#opt-services.misskey).+- [Improved File Manager](https://github.com/misterunknown/ifm), or IFM, a single-file web-based file manager. Available as [services.ifm](options.html#opt-services.ifm.enable)- [OpenGFW](https://github.com/apernet/OpenGFW), an implementation of the Great Firewall on Linux. Available as [services.opengfw](#opt-services.opengfw.enable).
+11
-19
nixos/modules/services/web-apps/ifm.nix
+11
-19
nixos/modules/services/web-apps/ifm.nix
·········
·········+ExecStart = "${lib.getExe pkgs.ifm-web} ${lib.escapeShellArg cfg.listenAddress} ${builtins.toString cfg.port} /data";
+55
pkgs/by-name/if/ifm-web/package.nix
+55
pkgs/by-name/if/ifm-web/package.nix
···
···+The IFM is a web-based filemanager, which comes as a single file solution using HTML5, CSS3, JavaScript and PHP.