Kılavuzlar
Gerçek açık kaynak sunucu yazılımları — doğrudan her projenin resmi kaynağından. Yansıtma (mirror) değil: kendi deposu, Docker imajı veya kurulum betiği üzerinden çalışır.
12 kılavuz
Baserow
Any Docker hostBaserow is an open-source no-code database platform positioned as an Airtable alternative, with an official all-in-one Docker Compose deployment.
CockroachDB
Any Docker hostA distributed SQL database that speaks the PostgreSQL wire protocol — built from the ground up for automatic sharding, replication, and surviving node failures without manual failover work.
Directus
Any Docker hostDirectus is a headless CMS and data platform that wraps a REST/GraphQL API and an admin app around your own SQL database, deployed via an official Docker Compose example.
Elasticsearch
Any Docker hostA distributed search and analytics engine — the backbone of full-text search features and, paired with Kibana and Logstash/Beats, one of the most common self-hosted log-aggregation stacks (the 'ELK stack').
InfluxDB
Any Docker hostA purpose-built time-series database for metrics and events — the standard backend for storing sensor readings, IoT telemetry, and infrastructure monitoring data at high write volume.
MinIO
Any Docker hostA high-performance, S3-API-compatible object storage server — run your own private 'S3' for app file uploads, backups, or any workflow already built around the S3 API, without an AWS account.
MongoDB Community Edition
Ubuntu 22.04 LTS / 24.04 LTSA free, open-source, document-oriented NoSQL database -- installed from MongoDB's own official APT repository (not Ubuntu's default one, which typically lags behind).
MySQL / MariaDB on Ubuntu
Ubuntu 22.04 LTS / 24.04 LTSThe most widely-used open-source relational database family -- MariaDB is Ubuntu's default drop-in replacement for MySQL, fully compatible with the same client tools and SQL syntax.
NocoDB
Any Docker hostNocoDB turns any database into a smart spreadsheet, offering an Airtable-like interface over your own Postgres/MySQL data, with an official one-line installer for Docker Compose.
PostgreSQL on Ubuntu
Ubuntu 22.04 LTS / 24.04 LTSA powerful, free, open-source relational database -- installed from Ubuntu's own package repository, with the initial admin role and a first database created.
RabbitMQ
Any Docker hostA mature, widely-deployed open-source message broker — decouples different parts of an application by passing messages/jobs between them reliably, instead of having services call each other directly.
Redis on Ubuntu
Ubuntu 22.04 LTS / 24.04 LTSA free, open-source, in-memory key-value store used as a cache, session store, or message broker by countless self-hosted apps -- installed from Ubuntu's package repository.