railwayka.ru

Self-Hosted Infrastructure & Services

Welcome to my personal infrastructure platform, powered by modern DevOps technologies and GitOps workflows.

Available Services

🔧

Git Repository

Self-hosted Git server with web interface

Visit Gitea →
💬

Matrix Server

Decentralized, secure messaging

Coming Soon
📝

Blog

Technical writing and documentation

Coming Soon
🔐

Password Manager

Self-hosted credential storage

Coming Soon
☁️

Cloud Storage

Private file storage and sync

Coming Soon
📊

Monitoring

System metrics and dashboards

Coming Soon

Technology Stack

🚀 Dcape

GitOps-based infrastructure management platform. Deploy applications with simple git push commands.

🐳 Docker

All services run in isolated containers with automatic orchestration and health monitoring.

🔒 Let's Encrypt

Automatic SSL/TLS certificates with wildcard domain support for secure HTTPS connections.

🌐 Traefik

Modern reverse proxy with automatic service discovery and HTTPS routing.

🗄️ PostgreSQL

Shared production-grade database for application data persistence.

📡 PowerDNS

Self-hosted authoritative DNS server with API-driven zone management.

What is GitOps?

GitOps is a modern infrastructure management approach where Git serves as the single source of truth. All infrastructure changes and application deployments are made through Git commits and pull requests.

1

Push code to Git repository

2

CI/CD pipeline builds

3

Automatic deployment

4

Service goes live