Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eczy/homeserver

Home server configuration using Docker
https://github.com/eczy/homeserver

Last synced: 11 days ago
JSON representation

Home server configuration using Docker

Awesome Lists containing this project

README

        

# Homeserver
Home server configuration using `docker` and `docker-compose`.

Note: This configuration is meant to be used for a server accessible only from LAN (use a VPN for external access). There is no proper SSL configuration (Traefik's default self-signed certs are used) or additional hardening included, so do NOT use this setup as-is on an exposed network.

### Usage
1. `cp env.template .env`

2. Fill in variables in `.env`

3. `cd concourse/keys && ./generate`

4. `docker compose up -d`