From e01d4099e1a95f5ea2721d620d7d21e00e8eec2c Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Mon, 15 Apr 2024 19:22:34 -0400 Subject: [PATCH] updating readmes --- README.md | 10 +++++----- arm/README.md | 2 ++ jellyfin/README.md | 12 ++++++++++++ scripts/README.md | 6 +++++- 4 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 jellyfin/README.md diff --git a/README.md b/README.md index a755863..3c5fbf3 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,11 @@ Homelab environment defined in code. Using Drone and Renovate bot for CI along w MakeMKV Used to rip Bluray's with my LG BU40N drive + + + Cloudflare Tunnels + How I expose some of these services + ## Apps not yet in repo: @@ -157,11 +162,6 @@ Homelab environment defined in code. Using Drone and Renovate bot for CI along w Forgejo This site - - - Cloudflare Tunnels - How I expose some of these services - Guacamole diff --git a/arm/README.md b/arm/README.md index fc17a8f..4d5eafe 100644 --- a/arm/README.md +++ b/arm/README.md @@ -2,6 +2,8 @@ Part of Oracle's Always Free VM's I was able to grab with https://github.com/hitrov/oci-arm-host-capacity +*Account is on PAYG but I don't have any monthly fees. Oracle likes to remove free tier accounts + [![Oracle](https://img.shields.io/badge/-Oracle_Cloud-%23c9d1d9?logo=oracle&logoColor=red)](https://www.oracle.com/cloud/) ## Specs diff --git a/jellyfin/README.md b/jellyfin/README.md new file mode 100644 index 0000000..905dd43 --- /dev/null +++ b/jellyfin/README.md @@ -0,0 +1,12 @@ +# Homelab Physical Machine +Bought an old Dell Optiplex 3050 as it supports NVMe storage, DDR4 RAM, Disk reader slot which I exchanged for a LibreDrive compatible drive, and has an extra PCIe slot with just enough room for a low profile GPU. + +## Specs +- Intel i5-6500 (4 core) +- 16GB DDR4 RAM +- Intel Arc A310 GPU (transcoding) +- 500GB NVMe SSD +- LG BU40N UHD Bluray drive + +## OS +[![Ubuntu](https://img.shields.io/badge/Ubuntu_22.04-%23c9d1d9?&logo=ubuntu&logoColor=red)](https://releases.ubuntu.com/jammy/) \ No newline at end of file diff --git a/scripts/README.md b/scripts/README.md index b229d6b..fa299b4 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,9 +1,13 @@ Modified version of https://github.com/loganmarchione/dccd, with Gotify notification on error and allowing to choose which directory is cd'd into before running script. I run this on each docker host through crontab every 30 minutes, just adding the -f flag with the folder which that host represents. +Clone this repo: +``` +git clone https://git.mafyuh.dev/mafyuh/Auto-Homelab.git +``` Make executable: ``` -sudo chmod +x dccd.sh +sudo chmod +x /home/mafyuh/Auto-Homelab/scripts/dccd.sh ``` Example: ```