Kuma setup with mattermost

This commit is contained in:
2024-11-11 18:07:28 -07:00
commit 1dc4dc73a2
21 changed files with 956 additions and 0 deletions

17
etc/network/interfaces Normal file
View File

@ -0,0 +1,17 @@
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.31.12/25
gateway 192.168.31.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
iface wlp1s0 inet manual
source /etc/network/interfaces.d/*