Compare commits
No commits in common. "c76badb4f34c8e537b55e52afb2de72134e04098" and "1c5dfee2a65ddaf35de36445dce2725ed953dc97" have entirely different histories.
c76badb4f3
...
1c5dfee2a6
4 changed files with 1 additions and 37 deletions
11
AI/README.md
11
AI/README.md
|
@ -1,11 +0,0 @@
|
|||
## VM
|
||||
Self hosted on Proxmox Node 2. Has GPU passthrough
|
||||
## Specs
|
||||
- 6 core host
|
||||
- 32GB RAM
|
||||
- 256GB Storage
|
||||
- Nvidia GTX 1660 6GB (Needs Upgrade)
|
||||
## OS
|
||||
[![Ubuntu](https://img.shields.io/badge/Ubuntu_22.04-%23c9d1d9?&logo=ubuntu&logoColor=red)](https://releases.ubuntu.com/jammy/)
|
||||
### Hypervisor
|
||||
[![Proxmox](https://img.shields.io/badge/-Proxmox-%23c9d1d9?logo=Proxmox)](https://www.proxmox.com)
|
|
@ -1,10 +0,0 @@
|
|||
## VM
|
||||
Self hosted on Proxmox Node 1. Full *arr suite.
|
||||
## Specs
|
||||
- 4 core host
|
||||
- 6GB RAM
|
||||
- 128GB Storage
|
||||
## OS
|
||||
[![Ubuntu](https://img.shields.io/badge/Ubuntu_22.04-%23c9d1d9?&logo=ubuntu&logoColor=red)](https://releases.ubuntu.com/jammy/)
|
||||
### Hypervisor
|
||||
[![Proxmox](https://img.shields.io/badge/-Proxmox-%23c9d1d9?logo=Proxmox)](https://www.proxmox.com)
|
|
@ -1,10 +0,0 @@
|
|||
## VM
|
||||
Self hosted on Proxmox Node 1. Downloads media as well as Flaresolverr.
|
||||
## Specs
|
||||
- 3 core host
|
||||
- 8GB RAM
|
||||
- 256GB Storage
|
||||
## OS
|
||||
[![Ubuntu](https://img.shields.io/badge/Ubuntu_22.04-%23c9d1d9?&logo=ubuntu&logoColor=red)](https://releases.ubuntu.com/jammy/)
|
||||
### Hypervisor
|
||||
[![Proxmox](https://img.shields.io/badge/-Proxmox-%23c9d1d9?logo=Proxmox)](https://www.proxmox.com)
|
|
@ -12,12 +12,7 @@
|
|||
"hostRules": [
|
||||
{
|
||||
"matchHost": "docker.io",
|
||||
"concurrentRequestLimit": 3
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"updateTypes": ["digest"],
|
||||
"concurrentRequestLimit": 3,
|
||||
"fetchChangeLogs": "pr"
|
||||
}
|
||||
]
|
Reference in a new issue