rust-miniserve 0.35.0-1
Package Information
| Description | For when you really just want to serve some files over HTTP right now! miniserve is a small, self-contained command-line tool for quickly serving files and directories over HTTP. It is designed to be simple to use: a single binary can be run without configuration files, making it convenient for ad-hoc file sharing. The program can serve both directories and individual files, optionally using a custom index file instead of a generated listing. It supports single-page applications (SPA) by forwarding unknown paths to a specified index, and provides basic authentication using plain or hashed passwords, including reading credentials from a file. miniserve includes support for TLS, custom HTTP headers, and binding to multiple network interfaces. It can generate random URL paths for sharing, and offers features such as file upload, directory creation, and on-the-fly archive downloads. Additional functionality includes filtering directory listings via query parameters, minimal "raw" output for terminal-based browsers, and optional helpers such as a wget command footer. The server handles MIME types automatically and supports range requests, WebDAV, and a healthcheck endpoint. The tool emphasizes performance and efficiency, leveraging modern asynchronous networking, while maintaining secure defaults and ease of use. |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | kpcyrd <git@rxv.cc> |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/miniserve] (browse) |
| Tracker | https://tracker.debian.org/pkg/rust-miniserve |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Changed-By | kpcyrd |
|---|---|
| Architecture | amd64 source |
| Distribution | unstable |
| Source | rust-miniserve |
| Version | 0.35.0-1 |
Changelog
rust-miniserve (0.35.0-1) unstable; urgency=medium . * Package miniserve 0.35.0 from crates.io using debcargo 2.8.2
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | miniserve deb net optional arch=any |
| Section | net |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: miniserve Upstream-Contact: Sven-Hendrik Haase <svenstaro@gmail.com> Boastful Squirrel <boastful.squirrel@gmail.com> Source: https://github.com/svenstaro/miniserve Files: * Copyright: 2018-2026 Sven-Hendrik Haase <svenstaro@gmail.com> 2019 Boastful Squirrel <boastful.squirrel@gmail.com> License: MIT Files: debian/* Copyright: 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> 2026 kpcyrd <git@rxv.cc> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.