Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriamontoto/make-my-server
These are my home 🏠 server configuration/deployment files. Basically docker compose 🐳.
https://github.com/adriamontoto/make-my-server
database dns docker docker-compose homarr homeserver minecraft mods monitoring nginx pihole portainer postgresql proxy uptimekuma
Last synced: 8 days ago
JSON representation
These are my home 🏠 server configuration/deployment files. Basically docker compose 🐳.
- Host: GitHub
- URL: https://github.com/adriamontoto/make-my-server
- Owner: adriamontoto
- License: mit
- Created: 2024-02-29T17:17:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T17:49:08.000Z (9 days ago)
- Last Synced: 2024-11-05T18:41:59.641Z (9 days ago)
- Topics: database, dns, docker, docker-compose, homarr, homeserver, minecraft, mods, monitoring, nginx, pihole, portainer, postgresql, proxy, uptimekuma
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🐣💻 Make my server!
This repository provides the configuration and deployment files for setting up a home server using compose. Enjoy an organized environment right from your home!## Table of Contents
- [📋 Services Included](#services)
- [🚀 Deployment Steps](#deployment)
- [🔄 Tear Down](#tear-down)
- [🔑 License](#license)
## 📋 Services Included
- **Nginx Proxy Manager:** Reverse proxy and load balancing with TLS support.
- **Homarr:** A user-friendly dashboard to access all your services in one place.
- **Portainer:** Lightweight container management tool.
- **Uptimekuma:** Self-hosted monitoring and alerting for your services.
- **Pihole:** Network-wide ad-blocking DNS server.
- **PostgreSQL:** A powerful, open-source relational database server.
- **Minecraft Server (vanilla):** A vanilla Minecraft server.
- **Minecraft Server (mods):** A Minecraft server with mod support.
## 🚀 Deployment Steps
**1. Fork this repository****2. Clone your fork**
Clone the repository to your server:
```bash
# Via HTTPs
git clone https://github.com//make-my-server.git
```
```bash
# Via SSH
git clone [email protected]:/make-my-server.git
```**3. Configure environment variables**
Copy the example environment file and customize it:
```bash
cp .env.example .env
```**4. Deploy services**
Start your server with docker compose using the compose.yaml file in the root directory:
```bash
docker compose up --detach
```**5. Enjoy your new server 🎉**
## 🔄 Tear Down
To stop and remove all running services, use:
```bash
docker compose down
```
## 🔑 License
This project is licensed under the terms of the [MIT license](https://choosealicense.com/licenses/mit/).