This commit is contained in:
2023-11-13 20:26:50 -06:00
parent 7d36104756
commit e30a7df95a
17 changed files with 4 additions and 38 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
gamestation/gamestation-rdp.sh Normal file → Executable file
View File

0
iptables-skeleton.sh Normal file → Executable file
View File

0
move-in-alpine.sh Normal file → Executable file
View File

View File

@@ -1,36 +0,0 @@
#
# Mitch Weaver's homelab netdata config
# domain: home.weaver
#
# http://localhost:19999/netdata.conf
#
#
# note: to disable analytics, in /etc/netdata folder do:
#
# $ touch .opt-out-from-anonymous-statistics
#
#
# Connecting to netdata cloud:
#
# $ netdata-claim.sh -token=abcdefg -room=abcdefg-abcdefg
#
# ---------------------------------------------------------
[global]
run as user = netdata
web files owner = root
web files group = root
bind socket to IP = 127.0.0.1
history = 3600
memory mode = dbengine
page cache size = 32 # RAM storage in MB
dbengine multihost disk space = 512 # disk storage in MB
# disable local web as I use netdata cloud as overview
[web]
mode = none
[ml]
enabled = yes

2
pihole/cachestats.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
echo ">cacheinfo" | nc 127.0.0.1 4711

0
poweredge/ipmi-fancontrol.sh Normal file → Executable file
View File

0
proxmox/etc/kernel/cmdline Normal file → Executable file
View File

0
proxmox/etc/modprobe.d/blacklist.conf Normal file → Executable file
View File

0
proxmox/etc/modprobe.d/kvm.conf Normal file → Executable file
View File

0
proxmox/etc/modprobe.d/pve-blacklist.conf Normal file → Executable file
View File

0
proxmox/etc/modprobe.d/vfio.conf.P600 Normal file → Executable file
View File

0
proxmox/etc/modprobe.d/vfio.conf.RTX3080 Normal file → Executable file
View File

0
proxmox/etc/network/interfaces Normal file → Executable file
View File

0
proxmox/etc/rc.local Normal file → Executable file
View File

4
update_vms.sh Normal file → Executable file
View File

@@ -1,7 +1,7 @@
#!/bin/sh
ALPINE='portainer seedbox caddy pihole'
UBUNTU='pbs proxmox'
ALPINE='seedbox caddy pihole'
UBUNTU='pbs proxmox portainer'
msg() {
>&2 printf '[*] %s\n' "$*"