From ed6c0ef8af5d7a195edcc3a7162e5feee322b23b Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Mon, 15 Apr 2024 02:32:09 +0000 Subject: [PATCH] Add README.md --- README.md | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4903cdc --- /dev/null +++ b/README.md @@ -0,0 +1,163 @@ +# Auto-Homelab +Homelab docker compose environment in code. Using Drone and Renovate bot for CI along with bash scripts for CD. + +## Apps in Repo: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LogoNameDescription
OllamaEasiest way to run LLM's on your own hardware
open-webuiCreates a ChatGPT like web interface for talking to Ollama models
FlareSolverrProxy server to bypass Cloudflare and DDoS-GUARD protection
JellyfinOpen Source Streaming Service for home media like Plex
JellyseerrRequest platform for my Jellyfin user's to request content
KasmDocker container streaming platform for browser-based access to desktops, applications, and web services
LinkStackCreating a static links page for my Jellyfin users
Nginx Proxy ManagerReverse Proxy used for its simplicity (1/3)
GotfiySelf hosted notification service
Uptime KumaSelf hosted service uptime tracker
RadarrMovie Collection Manager
HomarrHomelab dashboard that integrates with the arr's so I see data in 1 place
SonarrRadarr, but for TV Shows
LidarrMusic Collection Manager
BazarrDownloads subtitles for Radarr/Sonarr
ProwlarrSearches indexers for Radarr/Sonarr
DoplarrAllows my users to request content through Discord if they choose
SabnzbdUsenet downloader to download content
qBittorrent VPNModified qBittorrent with VPN killswitch enabled
jfa-goUsed for some PPV/Live TV automations to create users for certain periods of time
+ +## Apps not yet in repo: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LogoNameDescription
authentikOpen Source Identity Provider
ActivePiecesSelfhosted Zapier/n8n alternative
GrafanaMonitoring for various services
PortainerWeb-based management for Docker containers
MakeMKVUsed to rip Bluray's with my LG BU40N drive
WordpressWooCommerce store setup for JF PPV access
+ + +### Hypervisor: +[![Proxmox](https://img.shields.io/badge/-Proxmox-%23c9d1d9?logo=Proxmox)](https://www.proxmox.com) + +### OS: +[![Ubuntu](https://img.shields.io/badge/Ubuntu_22.04-%23c9d1d9?&logo=ubuntu&logoColor=red)](https://releases.ubuntu.com/jammy/) + + +### Tools: +[![Forgejo](https://img.shields.io/badge/-Forgejo-%23c9d1d9?logo=forgejo&logoColor=orange)](https://forgejo.org/) +[![Drone](https://img.shields.io/badge/-Drone-%23c9d1d9?logo=drone&logoColor=black)](https://www.drone.io/) +[![Docker](https://img.shields.io/badge/-Docker-%23c9d1d9?logo=docker)](https://www.docker.com/) \ No newline at end of file