English | 中文简体
This is a repository used to record and maintain self-hosted application templates. It mainly contains configuration templates for Docker Compose and Nginx reverse proxy, aiming to help quickly deploy common open-source services and private applications.
This repository is suitable for:
- Quick deployment on personal servers / HomeLab environments
- One-click service setup on VPS/VDS environments
- Centralized management of configuration templates for self-hosted services
Each folder represents an independent service and usually contains:
docker-compose.yml- Example
.envfiles nginx.conftemplates for Nginx reverse proxy- Special deployment instructions and guide links
| Name | Description |
|---|---|
| Bark Server | Self-hosted server implementation for iOS Bark push service. |
| Blinko | An open-source, self-hosted personal AI note tool prioritizing privacy, built using TypeScript. |
| Cloudreve Pro | Private cloud storage system with support for multiple storage backends. |
| Gitea | Lightweight self-hosted Git hosting platform. |
| Hugo | Static website build and deployment environment based on Hugo, Gitea and Woodpecker CI. |
| immich | High-performance self-hosted photo and video management platform. |
| IT Tools | Collection of commonly used self-hosted IT tools. |
| nah.pet | Rewriting paths with bad energy - An alternative to TinyURL, YOURLS, Shlink. |
| Ollama | Server environment for running large language models locally. |
| Plausible | Easy to use and privacy-friendly Google Analytics alternative. |
| Stirling PDF | Lets you edit PDFs on any device anywhere. |
| Twikoo | A simple, safe and free comment system. |
| Uptime Kuma | A fancy self-hosted monitoring tool. |
| Wakapi | A minimalist, self-hosted WakaTime-compatible backend for coding statistics. |
| Woodpecker CI | A simple, yet powerful CI/CD engine with great extensibility. |
| Forgejo | A self-hosted lightweight software forge.Easy to install and low maintenance, it just does the job. |
| Memos | Privacy-first note-taking service with zero telemetry. No tracking, no ads, no subscription fees. |
| OneDev | Git server with CI/CD, kanban, and packages. Seamless integration. Unparalleled experience. |
| Pocket ID | A simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services. |
| Tinyauth | The simplest way to protect your apps with a login screen. |
| n8n | Fair-code workflow automation platform with native AI capabilities. |
| Umami | A modern, privacy-focused analytics platform. An open-source alternative to Google Analytics. |
- Enter the corresponding service directory
- Edit the environment variables in
.envanddocker-compose.yml - Use Docker Compose to start the service:
- Edit the domain or reverse proxy settings in
nginx.conf - Start the service
sudo docker compose up -d