updating readmes
This commit is contained in:
parent
1521ba2ff7
commit
e01d4099e1
4 changed files with 24 additions and 6 deletions
10
README.md
10
README.md
|
@ -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>Used to rip Bluray's with my LG BU40N drive </td>
|
||||
</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>
|
||||
|
||||
## 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>This site</td>
|
||||
</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>
|
||||
<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>
|
||||
|
|
|
@ -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
|
||||
|
|
12
jellyfin/README.md
Normal file
12
jellyfin/README.md
Normal 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/)
|
|
@ -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:
|
||||
```
|
||||
|
|
Reference in a new issue