awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
helloxz avatar

helloxz/zdir

0
View on GitHub↗
1,529 estrellas·345 forks·Go·Apache-2.0·1 vistawww.zdir.pro↗

Zdir

Zdir is a self-hosted file management server that indexes local and remote directories to build organized, browsable storage catalogues with global search and sharing links. It provides a web-based interface for file manipulation and online media previews, enabling users to view images, documents, and videos directly in the browser without local downloads.

The platform integrates standard WebDAV file management endpoints to allow external clients to mount storage directories and edit documents remotely. It includes background downloading capabilities that fetch files directly from external URLs to server storage without consuming client bandwidth, alongside keyword-based search indexing to locate stored items across the entire directory structure.

Access control and sharing are managed through secure token links that generate restricted or controlled read and write visibility for specific files and folders.

Features

  • Storage Indexers - Scanning local directories to build an organized and navigable catalogue of stored items for easy browsing.
  • In-Memory Catalogues - Recurses local storage paths to construct an in-memory searchable catalogue without requiring a traditional database.
  • Self-Hosted File Servers - A private file management server that generates browsable catalogues of stored content with global search and sharing links.
  • Remote File Managers - The storage server executes upload, download, delete, rename, move, and copy operations on stored files through a web interface.
  • Remote File Metadata Indexing - The storage server scans remote directories and catalogue files to build an organized, browsable index of private storage servers.
  • Keyword Search - Performs rapid string matching across the entire directory structure to locate stored items instantly.
  • Directory Indexers - The storage server scans local directories on a server or network device to build a navigable catalogue of stored items.
  • WebDAV Implementations - Serving stored files over the WebDAV protocol so external clients can mount directories and edit documents remotely.
  • Secure Document Sharing - Generates restricted access links for sharing private files and folders with controlled permissions.
  • In-Browser Media Previews - Rendering images documents and videos directly within the web browser without requiring local downloads.
  • URL File Downloads - Fetching files from external URLs directly to the server storage in the background without using client bandwidth.
  • WebDAV Remote File Management - Exposes standard file management endpoints over the WebDAV protocol to let external clients mount storage directly.
  • Web-Based Storage Managers - A web-based storage manager that indexes local and remote directories, supports online media previews, and provides WebDAV access.
  • Granular Access Controls - Generates secure, isolated token links to control external read and write visibility for specific shared files.
  • In-Browser Media Viewers - Streams and displays images, documents, and video streams directly inside the browser interface using web-native players.
  • Directory File Searches - The storage server locates files across the entire storage directory system quickly using keyword matching.
  • Remote Download Delegation - Delegates remote file retrieval tasks to background workers to fetch data directly to storage without client bandwidth.
  • Document Previewers - The storage server renders images, documents, and videos directly within the web interface without requiring local downloads.

Historial de estrellas

Gráfico del historial de estrellas de helloxz/zdirGráfico del historial de estrellas de helloxz/zdir

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Zdir

Colecciones seleccionadas manualmente donde aparece Zdir.
  • Private cloud storage

Alternativas open-source a Zdir

Proyectos open-source similares, clasificados según cuántas características comparten con Zdir.
  • gtsteffaniak/filebrowserAvatar de gtsteffaniak

    gtsteffaniak/filebrowser

    6,330Ver en GitHub↗

    FileBrowser is an open-source, self-hosted file management interface that runs as a single binary with no external dependencies. It provides a web-based interface for browsing, uploading, editing, and sharing files on a remote server, with a core architecture built on JWT-based stateless authentication and a rule-based path permission engine that controls access at the directory level. The project distinguishes itself through a comprehensive access control system that supports multi-provider authentication including OIDC, LDAP, external JWT, and two-factor authentication, alongside granular p

    Go
    Ver en GitHub↗6,330
  • sigoden/dufsAvatar de sigoden

    sigoden/dufs

    9,729Ver en GitHub↗

    dufs is a self-hosted file manager and static file server that provides HTTP file hosting and WebDAV capabilities. It functions as a tool for sharing files over HTTP and managing folders remotely through both a web-based interface and the WebDAV protocol. The server distinguishes itself by mapping incoming requests directly to a local directory structure and offering a single-binary distribution for deployment. It supports the mounting of the server as a network drive via WebDAV and allows for the replacement of the default web interface using customizable asset overlays. The project covers

    Rustcloud-diskcommand-linefile-sharing
    Ver en GitHub↗9,729
  • hacdias/webdavAvatar de hacdias

    hacdias/webdav

    5,262Ver en GitHub↗

    This project is a self-hosted WebDAV file server and HTTP file manager that exposes a local file system for remote access and management. It functions as a private cloud storage solution, enabling users to perform file synchronization and automated network backups across different platforms and devices. The server includes built-in security to mitigate brute-force attacks by using middleware to block IP addresses after repeated failed authentication attempts. It also provides cross-origin resource sharing configuration to regulate how external web applications interact with the server. The s

    Gofilesystemgohttp
    Ver en GitHub↗5,262
  • ling-drag0n/cloudpasteAvatar de ling-drag0n

    ling-drag0n/CloudPaste

    2,492Ver en GitHub↗

    CloudPaste is a secure file sharing platform and multi-backend storage aggregator. It unifies local and S3-compatible cloud storage providers into a single managed file system, serving as a gateway for centralized file access and distribution. The platform distinguishes itself through a built-in browser-based Markdown editor for composing documents with formulas and diagrams. It provides secure content sharing using password protection, expiration dates, and path-restricted API keys to control programmatic access and visibility. The system covers broad capabilities in file management, includ

    JavaScriptcloudflarecloudflare-workersdocker
    Ver en GitHub↗2,492
Ver las 30 alternativas a Zdir→

Preguntas frecuentes

¿Qué hace helloxz/zdir?

Zdir is a self-hosted file management server that indexes local and remote directories to build organized, browsable storage catalogues with global search and sharing links. It provides a web-based interface for file manipulation and online media previews, enabling users to view images, documents, and videos directly in the browser without local downloads.

¿Cuáles son las características principales de helloxz/zdir?

Las características principales de helloxz/zdir son: Storage Indexers, In-Memory Catalogues, Self-Hosted File Servers, Remote File Managers, Remote File Metadata Indexing, Keyword Search, Directory Indexers, WebDAV Implementations.

¿Qué alternativas de código abierto existen para helloxz/zdir?

Las alternativas de código abierto para helloxz/zdir incluyen: gtsteffaniak/filebrowser — FileBrowser is an open-source, self-hosted file management interface that runs as a single binary with no external… sigoden/dufs — dufs is a self-hosted file manager and static file server that provides HTTP file hosting and WebDAV capabilities. It… hacdias/webdav — This project is a self-hosted WebDAV file server and HTTP file manager that exposes a local file system for remote… ling-drag0n/cloudpaste — CloudPaste is a secure file sharing platform and multi-backend storage aggregator. It unifies local and S3-compatible… swisspol/gcdwebserver — GCDWebServer is a lightweight HTTP 1.1 server for iOS, macOS, and tvOS. It serves as an embedded network server for… owncloud/android — This project is an Android file manager and cloud synchronization client designed to browse, manage, and organize…