diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b5be5a --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# README + +## Overview + +This repository contains multiple services, used within the Lingen Homelab. +They are all controlled via a `Makefile` + +![Lingen landing page](lingen.png) + +--- + +## Available Services + +Here is a list of available services within the repository: + +1. **AudioBookShelf** +2. **Cloudreve** +3. **Dockhand** +4. **Gitea** +5. **Jellyfin** +6. **Gluetun** +7. **JellySeerr** +8. **Prowlarr** +9. **Radarr** +10. **Sonarr** +11. **Minecraft** +12. **Scanopy** +13. **NginxReverseProxy** + +--- + +## General Commands + +The repository uses a `Makefile` to simplify service management across the project. Below are the common commands available: + +- `make up` Bring service up +- `make down` Bring service down diff --git a/lingen.png b/lingen.png new file mode 100644 index 0000000..683d5b2 Binary files /dev/null and b/lingen.png differ