Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiasbenaets/boilerplates
A collection of quick starters for docker, linux, and more used for selfhosting.
https://github.com/matthiasbenaets/boilerplates
docker docker-compose homelab notes
Last synced: 18 days ago
JSON representation
A collection of quick starters for docker, linux, and more used for selfhosting.
- Host: GitHub
- URL: https://github.com/matthiasbenaets/boilerplates
- Owner: MatthiasBenaets
- Created: 2022-06-30T15:46:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:04:17.000Z (about 1 month ago)
- Last Synced: 2024-10-11T23:44:08.689Z (about 1 month ago)
- Topics: docker, docker-compose, homelab, notes
- Language: CSS
- Homepage: https://youtu.be/yDkc3D3BFhM
- Size: 166 KB
- Stars: 64
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Boilerplates
#+description: A boilerplate is any written text that can be reused in new contexts or applications without significant changes to the original.
#+author: Matthias Benaets- This repo is used for all my boilerplates.
- At the moment it's mainly docker-compose files and ansible playbooks used for my homelab.
- Every docker-compose file has its own README that explains every single line of code.
- For some of the files there are requirement and/or usage guides. These will also be in the README.
- Many of these need to be adapted to your person use-case. These variable are marked with ~< >~.
- At the moment I prefer to use Nginx Proxy Manager but most of these docker-compose files are already set up for Traefik. If you don't plan on using Traefik, just remove the Traefik labels, remove the proxy network and in some cases re-add the the ~ports: -...:...~
- In this repo you can also find a few of my Ansible playbooks, personal notes and scripts regarding my homelab.
- This repo is still a WIP!