OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Docker

Docker

50 open source tools found

T
Developer Tools

traefik

Modern reverse proxy and load balancer with automatic service discovery.

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

Binary: delete the traefik executable. Docker: docker stop && docker rm the container; optionally docker rmi traefik to remove the image.
63.1kChecksum
V
Privacy Protection

Vaultwarden

Self-host Bitwarden-compatible server with minimal resource usage.

A lightweight, self-hosted Bitwarden server alternative written in Rust, compatible with official clients.

Stop and remove container, delete volume: docker stop vaultwarden && docker rm vaultwarden && rm -rf /vw-data/
59.9k

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
H
Developer Tools

Halo

All-in-one open-source site builder, lighter and easier than WordPress.

Powerful and easy-to-use open-source website builder supporting blogs, corporate sites, and online stores.

Stop and remove container: docker stop halo && docker rm halo; delete the mounted directory ~/.halo2 to fully remove data.
38.5k
R
Design Tools

Reactive Resume

Free & open-source resume builder with real-time preview, templates, and self-hosting.

A free and open-source resume builder with real-time preview, multiple templates, and self-hosting support.

Stop containers: docker compose down. Remove images: docker rmi amruthpillai/reactive-resume. To delete data, remove PostgreSQL data volume.
36.7k
V
AI Productivity

Vane

Run your own private AI search engine with local or cloud models, answers include citations.

Privacy-first AI answer engine running fully on your hardware. Combines web search with local LLMs (Ollama) and cloud providers (OpenAI, Claude, Groq). All data stays local.

Stop and remove container: docker stop vane && docker rm vane. To delete persistent data: docker volume rm vane-data.
34.1k
G
System Optimization

glance

A lightweight, self-hosted dashboard to bring all your feeds into one stunning page.

A lightweight, highly customizable dashboard that displays your feeds in a beautiful, streamlined interface. Supports RSS, Reddit, Hacker News, weather, YouTube, Twitch, stock prices, Docker stats, and more.

Remove Docker container and image (docker compose down --rmi all), or simply delete the downloaded binary and config files.
34.0kChecksum
N
System Optimization

nginx-proxy-manager

A web GUI to manage Nginx reverse proxies and SSL certificates effortlessly.

A beautiful web-based GUI to manage Nginx reverse proxies, SSL certificates, and access control with zero Nginx knowledge required.

Stop containers with 'docker compose down'; remove data volumes manually or with 'docker volume prune'
32.7k
H
System Optimization

Homepage

A self-hosted dashboard that auto-discovers Docker containers and aggregates services with widgets.

A modern, fully static, fast, secure, highly customizable application dashboard with Docker auto-discovery and 100+ service integrations.

Stop and remove container: docker-compose down, delete config directory and image.
29.9k
S
Video & Audio Download

srs

Full-featured open-source streaming server supporting WebRTC and multiple protocols, one-command Docker startup.

Simple, high-efficiency, real-time video server supporting RTMP/WebRTC/HLS/HTTP-FLV/SRT/MPEG-DASH/GB28181 with easy Docker deployment.

Stop the container: docker stop <container-id>. Remove container and image: docker rm <container-id>; docker rmi ossrs/srs:6. For binary, delete the extracted directory.
28.8kChecksum
A
Privacy Protection

ArchiveBox

Self-host your own personal Internet Archive: save any URL as HTML, PDF, screenshots, and more.

Open-source self-hosted web archiving tool that saves snapshots of URLs in multiple redundant formats (HTML, PDF, WARC, screenshots, etc.) with a web UI, CLI, and API.

Remove the ArchiveBox data directory (default ~/archivebox). For Docker, run 'docker compose down -v' first to clean up containers and volumes.
27.4k
N
Video & Audio Download

neko

Self-hosted virtual browser streaming desktop to multiple users via WebRTC for collaboration, watch parties, and secure browsing.

Self-hosted virtual browser that streams a desktop inside Docker using WebRTC, enabling real-time collaboration, watch parties, and secure remote browsing.

Stop and remove container: docker stop neko && docker rm neko; remove image: docker rmi m1k1o/neko; delete any persistent data volumes manually.
20.8k
D
System Optimization

docker-mailserver

A full-stack containerized mail server with only config files, no database.

A production-ready, full-stack but simple containerized mail server (SMTP, IMAP, LDAP, anti-spam, anti-virus, etc.) that uses only configuration files without a SQL database.

Stop the container: docker-compose down. Delete the data directory (e.g., docker-data/dms) and docker-compose.yml to completely remove. Back up emails first if needed.
18.2k
O
Office Productivity

Overleaf

Real-time collaborative LaTeX editor for teams.

An open-source online real-time collaborative LaTeX editor for scientific writing.

Run docker compose down in the Overleaf Toolkit directory, then delete the data directory (e.g., ~/overleaf/).
17.6k
C
File Management

ConvertX

A self-hosted file converter supporting thousands of formats, easy to deploy with Docker, privacy-first.

A self-hosted online file converter supporting over a thousand formats. Easy to deploy with Docker, enables batch conversion, password protection, and multi-account management.

Run docker compose down -v to stop and remove containers and volumes, then delete the project directory.
16.7k
A
System Optimization

answer

Lightweight, open-source Q&A platform for teams, deployable via Docker in minutes.

An open-source Q&A platform for teams of any size, perfect for community forums, help centers, or knowledge management.

Stop container: `docker stop answer`, remove container: `docker rm answer`, remove volume: `docker volume rm answer-data` (data will be lost permanently).
15.5kChecksum
M
Video & Audio Download

MeTube

A self-hosted web UI for yt-dlp that makes downloading videos and playlists from YouTube and 1000+ sites a breeze.

MeTube is a self-hosted web UI for yt-dlp, for downloading media from YouTube and dozens of other sites through a clean browser interface. It supports playlists, channels, subscriptions, custom output templates, and fine-grained yt-dlp options.

Stop and remove the container: docker stop metube && docker rm metube. Delete the .metube state folder in your download directory to fully clean up.
13.4k
M
System Optimization

mailcow-dockerized

One-click email server deployment, as easy as raising a cow.

A fully-featured, Docker-based email server suite with modern web interface, spam filtering, and easy deployment.

Navigate to the mailcow-dockerized directory, run docker-compose down -v to stop and remove containers and volumes. Then delete the directory. Warning: This permanently deletes all email data; back up first.
12.7k
M
Privacy Protection

Mealie

Self-host all your recipes, plan meals, and auto-generate shopping lists with one tool.

A self-hosted recipe manager with meal planner and shopping list, featuring automatic import from URLs.

Stop the container, remove data volumes, and delete the configuration directory to fully uninstall.
12.1k
G
Developer Tools

Gotenberg

Docker-based PDF conversion API — send files, get PDFs, no local setup.

Gotenberg is a Docker-powered API that turns documents into PDFs with a simple HTTP request. It uses Headless Chromium for HTML, URL, and Markdown conversion, and LibreOffice for over 100 office formats.

Stop and remove the container: docker rm $(docker ps -a | grep gotenberg | awk '{print $1}') and optionally delete the image: docker rmi gotenberg/gotenberg:8
12.0k
I
Developer Tools

imgproxy

Fast & secure image processing server for on-the-fly resizing, cropping, and conversion.

A fast and secure standalone server for resizing, processing, and converting images on the fly.

If using Docker, stop and remove the container and image: docker stop <container> && docker rm <container> && docker rmi ghcr.io/imgproxy/imgproxy:latest. If built from source, delete the binary and any service files.
10.7k
L
File Management

linkding

A lightweight self-hosted bookmark manager with auto-archiving, Docker, and a clean UI.

Minimal, fast, self-hosted bookmark manager with Docker, tags, auto-archiving, PWA, and browser extensions.

Stop and remove the container (docker stop <container-id> && docker rm <container-id>). To delete all data, also remove the associated volume (docker volume rm linkding_data).
10.6k
O
Office Productivity

OmniTools

Self-hosted all-in-one toolset with 50+ tools, fully client-side processing, and a tiny 28MB Docker image.

OmniTools is a self-hosted web app offering 50+ online tools for images, videos, PDFs, text, math, and data. Everything runs on your device — no data leaves your computer. Lightweight (28MB Docker), open source, and privacy-first.

Stop and remove the container: `docker stop omni-tools && docker rm omni-tools`. To also remove the image: `docker rmi iib0011/omni-tools:latest`
9.5k
R
System Optimization

runtipi

One-click homeserver orchestration with an app store for Docker services.

Personal homeserver orchestrator to easily manage and run multiple services on a single server via a simple web interface.

Run the uninstall script or manually stop containers, remove /opt/runtipi directory and Docker volumes. Ensure data backup first.
9.4kChecksum
T
Video & Audio Download

Tube Archivist

Turn your YouTube collection into a searchable offline video library.

Self-hosted YouTube video archiver with metadata indexing and search.

Run docker compose down -v and remove data directories (default mapped ./media, ./cache, ./redis, ./es).
7.9k
W
Office Productivity

Wallos

Self-host your subscription manager – track, visualize, and save on recurring expenses.

Open-source, self-hostable personal subscription tracker to visualize recurring expenses and save money.

Stop and remove container: `docker stop wallos && docker rm wallos`, then delete the mounted data directory.
7.8k
O
Developer Tools

osrm-backend

OSRM is a high-performance C++ routing engine for OpenStreetMap that can be self-hosted and run offline.

A C++ routing engine with HTTP API, C++ library, and Node.js bindings, offering route, nearest, table, match, trip, and tile services on OpenStreetMap data.

Remove the Docker image and local data: docker rmi ghcr.io/project-osrm/osrm-backend, then delete the .osm.pbf and .osrm files.
7.7kChecksum
S
Privacy Protection

SimpleLogin / app

Hide your real email with unlimited aliases, open-source and self-hostable.

Open-source email alias service to protect your online identity. Generate unlimited aliases that forward to your real inbox, available as self-hosted or managed service.

Remove the browser extension or app, delete all aliases to stop forwarding. For self-hosted, stop Docker containers and remove the data directory.
6.6k
P
File Management

Photoview

Self‑hosted photo gallery for photographers, with RAW support, face recognition, and easy Docker deployment.

Simple and user‑friendly self‑hosted photo gallery for photographers. Automatically indexes directories, generates thumbnails, supports RAW and EXIF, and includes face recognition.

In the directory containing docker-compose.yml, run `docker compose down -v` to remove containers and volumes. For full cleanup, delete the persistent data directories manually.
6.4k
N
System Optimization

NetAlertX

Open-source network visibility & asset intelligence framework with Docker deployment, 80+ notifications, and Home Assistant integration.

Centralized network visibility and continuous asset discovery. Monitor devices, detect change, and stay aware across distributed networks.

Stop and remove the container: docker stop <container_name> && docker rm <container_name>. Delete the data directory: rm -rf /your_data_dir (backup first).
6.3k
U
System Optimization

UpSnap

A slick web UI for Wake-on-LAN: one-click wake, scheduled events, remote shutdown, and user permissions.

A simple wake on LAN web app with SvelteKit, Go and PocketBase. One-click device wake-up, scheduled events, ping custom ports, network scanning, and remote shutdown.

Delete the binary or stop/remove the container. The database (pb_data folder) can be removed manually if needed.
5.6kChecksum
S
System Optimization

Speedtest Tracker

Self-host your own internet speed tracker with history alerts.

Self-hosted internet speed monitoring with history, alerts, and multi-language support.

Stop and remove containers and volumes: `docker-compose down -v`, then delete the project folder.
5.6k
C
System Optimization

Calibre-Web Automated

A powerful Calibre-Web fork that adds full Calibre automation, syncing, and OAuth, making self-hosted ebooks effortless.

All-in-one self-hosted digital library solution that combines Calibre-Web's UI with full Calibre features and automations.

Stop the container and remove volumes (backup database and books first). For Docker Compose, run `docker-compose down -v`.
5.5k
R
Privacy Protection

Remark42

Own your comments with a lightweight, privacy-first self-hosted engine.

A lightweight, self-hosted comment engine that respects user privacy.

Stop the container (docker stop remark42 && docker rm remark42) and remove the data directory (default ./var) to fully uninstall.
5.5kChecksum
R
Video & Audio Download

Restreamer

Self-hosted live streaming made easy: one Docker command, support for all major platforms, hardware acceleration built-in.

Restreamer is a free, self-hosted live video streaming platform with a simple web UI. It supports multiple inputs/outputs (RTMP, SRT, HLS), hardware encoding (Raspberry Pi, NVIDIA, Intel), and can stream to YouTube, Twitch, Vimeo, and more simultaneously. Ideal for anyone who wants full control over their live streaming setup without relying on third-party services.

Stop and remove the container: docker stop restreamer && docker rm restreamer. To delete all data, remove the mounted directories /opt/restreamer.
5.0k
P
Video & Audio Download

Pinchflat

Subscribe to YouTube channels and automatically download new videos to your media server.

A self-hosted YouTube media manager that automatically downloads content from channels and playlists, designed for media center apps like Plex, Jellyfin, or Kodi.

Stop and remove container: docker stop pinchflat && docker rm pinchflat. Delete the local config and downloads directories to remove all data.
4.9k
E
Office Productivity

ezbookkeeping

A lightweight self-hosted finance app with AI receipt recognition and Docker one-click deployment.

A lightweight, self-hosted personal finance app with AI receipt recognition and multi-format data import.

Stop and remove the Docker container and image; or delete the binary and data files to fully uninstall.
4.9kChecksum
C
Developer Tools

CloudBeaver

Manage multiple databases from your browser without installing a client.

CloudBeaver is a free, open-source web-based database manager. It supports MySQL, PostgreSQL, SQL Server, ClickHouse, and more. You can run SQL queries, browse data, import/export, and manage users—all from a modern web UI.

For Docker: docker rm -f <container_name>. For manual Java deployment, delete the installation directory.
4.9k
P
File Management

papra

Minimalistic self-hosted document manager with OCR, full-text search, and email ingestion.

Papra is a minimalistic document management and archiving platform that lets you upload, store, and search your documents easily.

Stop and remove container: docker stop papra && docker rm papra. Also remove persisted data volumes if any.
4.4k
B
System Optimization

Black Candy

One-command Docker deployment for a private, app-supported music streaming server.

Turn your music collection into a personal Spotify-like service with official mobile apps.

Stop and remove container, then delete any mounted data directories (e.g., storage_data) to fully uninstall.
4.2k
J
Developer Tools

Judge0

Self-hostable online code sandbox for executing untrusted code safely, with 90+ languages and simple HTTP API.

Judge0 is an open-source online code execution system that enables the robust, fast, scalable, and sandboxed execution of AI-generated code, with support for multiple languages and frameworks.

Stop and remove containers: docker-compose down -v; delete the project folder to fully remove.
4.2k
L
File Management

Lychee

Self-host beautiful photo albums with native-like ease, installable in seconds.

A stunning and user-friendly self-hosted photo management system. Upload, organize, and share your photos in seconds.

For Docker: run 'docker compose down -v' (volumes are deleted – backup first). For source: delete the web directory and drop the database.
4.2k
O
Video & Audio Download

Ombi

A user-friendly media request tool that syncs with Plex/Emby, allowing anyone to request movies, TV shows, and music.

Ombi is a friendly media request tool that syncs with your media servers (Plex/Emby) to let users request movies, TV shows, and music effortlessly.

Stop and remove container: `docker stop ombi && docker rm ombi`; to delete data, remove mounted volume or data directory (default mapping like `/opt/ombi`).
4.1kChecksum
A
System Optimization

AzuraCast

One-click setup for a full-featured internet radio station, managed entirely via web UI.

A self-hosted, all-in-one web radio management suite that makes it easy to start and run your own internet radio station.

To uninstall, stop containers: docker compose -f /var/azuracast/docker-compose.yml down, then delete directory: sudo rm -rf /var/azuracast. Warning: This will erase all station data; backup first.
3.8k
H
System Optimization

Homarr

Self-hosted app dashboard with drag-and-drop widgets and 50+ integrations, no YAML needed.

Homarr is a sleek, modern dashboard for your self-hosted apps, with drag-and-drop widgets and deep integrations.

Stop and remove containers with 'docker compose down'; delete volumes to remove persistent data.
3.8kChecksum
A
System Optimization

Ansible NAS

Turn Ubuntu into a full NAS with Ansible and Docker containers, code-controlled and break-free.

Automate your home NAS setup with Ansible and Docker containers. Provision a full-featured NAS with media, backups, and self-hosted apps in minutes.

Because all services run in Docker containers, uninstalling is straightforward: stop and remove all containers and images: docker stop $(docker ps -aq) && docker rm $(docker ps -aq) && docker system prune -a. For a clean slate, reinstall Ubuntu.
3.7k
D
System Optimization

docker-swag

One-click HTTPS reverse proxy with auto SSL renewal and fail2ban.

SWAG sets up an Nginx reverse proxy with automated SSL certificate management (Let's Encrypt/ZeroSSL) and fail2ban intrusion prevention.

Stop and remove the container: `docker stop swag && docker rm swag`, then delete the config directory.
3.7k
W
File Management

wanderer

Self-host your GPS trail collection with powerful search and sharing.

Self-hosted trail database to upload, manage, and search GPS tracks with rich metadata and maps.

Run 'docker compose down' to stop containers, then remove volumes with 'docker volume rm' commands to erase all data.
3.6k
R
Privacy Protection

Ryot

One app to track your media consumption and fitness workouts, self-hosted for full privacy.

A self-hosted tracker for your media (movies, shows, books, games) and fitness activities, all in one place.

Stop and remove container: docker stop ryot && docker rm ryot; delete data volume: docker volume rm ryot-data (backup first)
3.3k
S
File Management

slskd

A web-based Soulseek client you can run anywhere, with Docker and secure remote access.

Modern web-based client-server application for Soulseek file-sharing network, featuring secure access, search, and download management.

Docker: docker rm -f slskd and remove the volume. Binary: delete the extracted folder and the config directory (~/.local/share/slskd on Linux or %localappdata%/slskd on Windows).
3.2kChecksum
Z
File Management

Zipline

Self-hosted file upload server that outshines ShareX with Docker ease and rich features.

A next-generation file upload server designed as a ShareX alternative. Fast setup with Docker, supports images, videos, URLs, and more.

Stop containers and remove volumes: 'docker compose down -v'. Delete the project directory. Note: this will also delete all uploaded files; back them up first.
3.1k
Browse All Categories