.
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@
|
||||
### Create multiple folders named Season 01 through Season 25 ###
|
||||
|
||||
```
|
||||
1..25|%{md('M:\TV Series\!New\One Piece (1999)\Season {00:d2}'-f$_)}
|
||||
1..15|%{md('M:\TV Series\!New\One Piece (1999)\Season {00:d2}'-f$_)}
|
||||
```
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://www.saturnme.com/how-to-install-and-configure-qdevice-for-a-2-node-proxmox-ve-cluster/
|
||||
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://github.com/bcleonard/proxmox-qdevice
|
||||
@@ -0,0 +1,30 @@
|
||||
services:
|
||||
qnetd:
|
||||
container_name: proxmox-qdevice
|
||||
image: bcleonard/proxmox-qdevice:v2.0
|
||||
build: .
|
||||
ports:
|
||||
- "22:22"
|
||||
- "5403:5403"
|
||||
environment:
|
||||
- VAR=example
|
||||
volumes:
|
||||
- /run/sshd
|
||||
- <MY LOCAL STORAGE>:/etc/corosync
|
||||
restart: unless-stopped
|
||||
hostname: <MY FQDN>
|
||||
networks:
|
||||
vlan:
|
||||
ipv4_address: <MY IP ADDRESS>
|
||||
|
||||
networks:
|
||||
vlan:
|
||||
driver: macvlan
|
||||
driver_opts:
|
||||
parent: <MY ETHERNET DEVICE>
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: "<MY SUBNET/MY RANGE"
|
||||
ip_range: "<MY IP ADDRESS (same as above)>/32"
|
||||
gateway: "<MY GATEWAY>"
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
# WakeOnLan settings for pve-02.home.ramberg.net
|
||||
|
||||
C4:65:16:3A:3D:10
|
||||
@@ -0,0 +1,6 @@
|
||||
if [ "$(qm status 104)" != "status: running" ]; then
|
||||
echo "VM is not running."
|
||||
/usr/sbin/qm start 104 # Start up libreelec every morning at 0805
|
||||
#else
|
||||
# echo "VM is running."
|
||||
fi
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
wakeonlan -f /root/pve-02.wol
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
wakeonlan -f /root/truenas.wol
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
# WakeOnLan settings for truenas-01.home.ramberg.net
|
||||
|
||||
ec:b1:d7:6f:83:6b
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://github.com/Nightmare-Eclipse/YellowKey/tree/main
|
||||
Binary file not shown.
Reference in New Issue
Block a user