updating readmes

This commit is contained in:
Matt Reeves 2024-04-15 19:22:34 -04:00
parent 1521ba2ff7
commit e01d4099e1
4 changed files with 24 additions and 6 deletions

View file

@ -113,6 +113,11 @@ Homelab environment defined in code. Using Drone and Renovate bot for CI along w
<td><a href="https://github.com/jlesage/docker-makemkv">MakeMKV</a></td> <td><a href="https://github.com/jlesage/docker-makemkv">MakeMKV</a></td>
<td>Used to rip Bluray's with my LG BU40N drive </td> <td>Used to rip Bluray's with my LG BU40N drive </td>
</tr> </tr>
<tr>
<td><img vertical-align=baseline width="32" src="https://raw.githubusercontent.com/Mafyuh/homelab-svg-assets/main/assets/cloudflare.svg"></td>
<td><a href="https://www.cloudflare.com/products/tunnel/">Cloudflare Tunnels</a></td>
<td>How I expose some of these services</td>
</tr>
</table> </table>
## Apps not yet in repo: ## Apps not yet in repo:
@ -157,11 +162,6 @@ Homelab environment defined in code. Using Drone and Renovate bot for CI along w
<td><a href="https://forgejo.org/">Forgejo</a></td> <td><a href="https://forgejo.org/">Forgejo</a></td>
<td>This site</td> <td>This site</td>
</tr> </tr>
<tr>
<td><img vertical-align=baseline width="32" src="https://raw.githubusercontent.com/Mafyuh/homelab-svg-assets/main/assets/cloudflare.svg"></td>
<td><a href="https://www.cloudflare.com/products/tunnel/">Cloudflare Tunnels</a></td>
<td>How I expose some of these services</td>
</tr>
<tr> <tr>
<td><img vertical-align=baseline width="32" src="https://upload.wikimedia.org/wikipedia/commons/3/31/Apache_Guacamole_logo.png"></td> <td><img vertical-align=baseline width="32" src="https://upload.wikimedia.org/wikipedia/commons/3/31/Apache_Guacamole_logo.png"></td>
<td><a href="https://guacamole.apache.org/">Guacamole</a></td> <td><a href="https://guacamole.apache.org/">Guacamole</a></td>

View file

@ -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 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/) [![Oracle](https://img.shields.io/badge/-Oracle_Cloud-%23c9d1d9?logo=oracle&logoColor=red)](https://www.oracle.com/cloud/)
## Specs ## Specs

12
jellyfin/README.md Normal file
View file

@ -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/)

View file

@ -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. 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: Make executable:
``` ```
sudo chmod +x dccd.sh sudo chmod +x /home/mafyuh/Auto-Homelab/scripts/dccd.sh
``` ```
Example: Example:
``` ```