filebrowser

filebrowser 2.63.23

Web application for managing files and directories

https://filebrowser.org
Apache License 2.0
main program: filebrowserprograms: filebrowser
Platforms (30)
x86_64-freebsdaarch64-linuxarc-linuxmicroblazeel-linuxwasm64-wasip1x86_64-linuxpowerpc64le-linuxs390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  filebrowser
];
Ad-hoc shell
nix-shell -p filebrowser
Flake (nix run)
nix run nixpkgs#filebrowser