blah
This commit is contained in:
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
gamestation/gamestation-rdp.sh
Normal file → Executable file
0
gamestation/gamestation-rdp.sh
Normal file → Executable file
0
iptables-skeleton.sh
Normal file → Executable file
0
iptables-skeleton.sh
Normal file → Executable file
0
move-in-alpine.sh
Normal file → Executable file
0
move-in-alpine.sh
Normal file → Executable file
36
netdata.conf
36
netdata.conf
@@ -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
2
pihole/cachestats.sh
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo ">cacheinfo" | nc 127.0.0.1 4711
|
||||||
0
poweredge/ipmi-fancontrol.sh
Normal file → Executable file
0
poweredge/ipmi-fancontrol.sh
Normal file → Executable file
0
proxmox/etc/kernel/cmdline
Normal file → Executable file
0
proxmox/etc/kernel/cmdline
Normal file → Executable file
0
proxmox/etc/modprobe.d/blacklist.conf
Normal file → Executable file
0
proxmox/etc/modprobe.d/blacklist.conf
Normal file → Executable file
0
proxmox/etc/modprobe.d/kvm.conf
Normal file → Executable file
0
proxmox/etc/modprobe.d/kvm.conf
Normal file → Executable file
0
proxmox/etc/modprobe.d/pve-blacklist.conf
Normal file → Executable file
0
proxmox/etc/modprobe.d/pve-blacklist.conf
Normal file → Executable file
0
proxmox/etc/modprobe.d/vfio.conf.P600
Normal file → Executable file
0
proxmox/etc/modprobe.d/vfio.conf.P600
Normal file → Executable file
0
proxmox/etc/modprobe.d/vfio.conf.RTX3080
Normal file → Executable file
0
proxmox/etc/modprobe.d/vfio.conf.RTX3080
Normal file → Executable file
0
proxmox/etc/network/interfaces
Normal file → Executable file
0
proxmox/etc/network/interfaces
Normal file → Executable file
0
proxmox/etc/rc.local
Normal file → Executable file
0
proxmox/etc/rc.local
Normal file → Executable file
4
update_vms.sh
Normal file → Executable file
4
update_vms.sh
Normal file → Executable file
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ALPINE='portainer seedbox caddy pihole'
|
ALPINE='seedbox caddy pihole'
|
||||||
UBUNTU='pbs proxmox'
|
UBUNTU='pbs proxmox portainer'
|
||||||
|
|
||||||
msg() {
|
msg() {
|
||||||
>&2 printf '[*] %s\n' "$*"
|
>&2 printf '[*] %s\n' "$*"
|
||||||
|
|||||||
Reference in New Issue
Block a user