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

View File

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