This commit is contained in:
godot 2024-07-26 22:03:06 +02:00
parent 03b0ee5c7f
commit a6148bc53d
2 changed files with 14 additions and 14 deletions

View File

@ -1,20 +1,20 @@
## The Plan
- [x] walkthruw
- [x] prototype
- [*] clean it
- [*] script it
- [x] clean it
- [x] script it
- [x] addons for Forge
- [ ] test that bitch
- [x] test that bitch
## To DO!
- [*] Firewall shinanigns
- [*] Proxmox admin acces in firewall
- [x] Firewall shinanigns
- [x] Proxmox admin acces in firewall
- [x] Auto add plugins
- [*] SystemD service
- [ *] Config of velocity.toml
- [*] IP
- [*] Tailscale
- [*] Comments of what is doing what
- [x] SystemD service
- [x] Config of velocity.toml
- [x] IP
- [x] Tailscale
- [x] Comments of what is doing what
## To learn
- [x] What content of start.sh means

View File

@ -35,7 +35,7 @@ elif [[ "$ansFirewallSetup" =~ ("Y"|"y") || -z $ansFirewallSetup ]]; then
ipList="$sshRange"
fi
fi
fi
### Update
@ -75,7 +75,7 @@ mv data/Ambassador*.jar /opt/velocity/plugins
mv data/velocity.toml /opt/velocity/
mv data/forwarding.secret /opt/velocity/
mv data/start.sh /opt/velocity/
### Permisions
@ -166,11 +166,11 @@ printf "Do you want to start velocity proxy right now? [Y/n]: \n"
read startServer
if [[ "$startServer" =~ ("y"|"Y") || -z $startServer ]]; then
systemctl start mc-velocity.serice
systemctl start mc-velocity
fi
systemctl enable mc-velocity
printf "\n Everythink is now set up. It is good idea to check these:"
printf "\n systemctl status mc-velocity"
printf "\n su velocity -s /bin/bash"
printf "\n su velocity -s /bin/bash \n"