Commit graph

65 commits

Author SHA1 Message Date
ida
bf90abfc2d make downloading a new server jar optional if user has a server backup.
this allows users to edit their server archive and host modded servers,
without the modded jar being replaced by the install script.
2025-04-02 20:15:50 +01:00
ida
845ad2d53c fixup! add domain record provisioning 2025-04-02 20:10:32 +01:00
ida
65ea59f485 fixup! add script to backup and then unprovision server 2025-04-01 23:12:05 +01:00
ida
9ab821d8d0 add domain record provisioning
this introduces a new env variable 'DOMAIN', and a matching function,
'domain', the function's first argument is the type of record of which
A records are the only supported type (for now), and the second is the
action (create, delete, show). a current limitation of this is that
the subdomain will always be 'auto-mc', as the domain variable has to
be second level.
2025-04-01 23:04:36 +01:00
ida
26d1ca8950 show IP and prompt to open minecraft console after install
the IP address was getting burried in logs when printed after
machine creation.
2025-03-31 18:20:29 +01:00
ida
8db5c21c66 suppress nc errors when checking if host is up 2025-03-31 18:20:29 +01:00
ida
a5312805e6 make sshing into user 'mc' view the minecraft server console
the motivation for this is so we can prompt the user to open the
server console once installed, and run exec ssh mc@<ip> to do so

this commit copies the authorized_keys from root user to the user
'mc', and adds 'screen -r' and then 'exit' to the .bashrc
2025-03-31 18:20:29 +01:00
ida
e06a835f4b update readme to reflect the ability to store the world locally 2025-03-31 18:20:29 +01:00
ida
c866f6c040 add script to backup and then unprovision server 2025-03-31 18:20:29 +01:00
ida
29d2b1cb2b add local world saving
the server, when deployed, will check XDG_DATA_DIR/auto-mc-redux for
a server backup (in .tar.zstd format) and upload it if it sees one;
and when undeployed, will now upload the backup to the users's local
machine before destroying it
2025-03-31 18:20:29 +01:00
ida
a9415273bc change connection test to try binding to tcp/22 instead of ping (icmp)
we want to test if ssh is about to be able to work, so actually testing
if there's an ssh server on the port should help the run condition caused
by of ssh not being up the same instant as networking.
2025-03-31 18:20:29 +01:00
ida
9d9451da98 remove usage of and setting droplet number variable
while this doens't exactly feel like the Correct thing to do, there
is a benefit to not having to keep track of the state as much, and
just relying on the tags we've already set and use other places.
2025-03-31 18:20:29 +01:00
ida
b25b572c35 mc-backup now stops server and outputs tar.ztd to stdout
this is motivated by wanting to redirect the world/server files
after provisioning, according to user config.

.hushlogin was added to root's home dir as to not interfere with
directly piping ssh's mc-backup output to a file
2025-03-31 18:20:29 +01:00
ida
e284bb605d remove extra spaces 2025-03-30 19:49:00 +01:00
ida
4577cf384e stop fetching from the papermc api unnecessarily 2025-03-28 23:36:10 +00:00
ida
11a43fe484 move shell options required for functions into functions.sh 2025-03-28 23:35:52 +00:00
ida
401f678842 fix ipv4 await-er and actually run script on the target machine 2025-03-28 23:14:43 +00:00
ida
f23312cb36 shift around order of actions so they make sense for the heredoc files 2025-03-28 23:13:56 +00:00
ida
15bbc2e0e7 suppress the api response when adding a firewall 2025-03-28 22:24:16 +00:00
ida
1459d1944d add ssh to firewall rules 2025-03-28 22:23:55 +00:00
ida
7fbc679e36 move minecraft files into automate.sh
now we don't have to move extra files over scp or similar and can
simply pipe the contents of the file (along with any variables) into
ssh once connected to the destination server.
2025-03-28 22:19:40 +00:00
ida
ed7e173799 fixup! add icmp and outbound rules 2025-03-28 20:47:18 +00:00
ida
e85f6a4d7b seperate functions and deployment script 2025-03-28 20:47:18 +00:00
ida
55a2f7e14c add icmp and outbound rules
previously icmp was not on either inbound or outbound. there were
also no outbound rules whatsoever. this may have been causing issues
when creating a vm in a team with no base-firewall rules.
2025-03-28 20:47:18 +00:00
ida
418647a9f0 make machine create use enviroment variables for vm size and region
this will allow us to make a prompt for selecting the appropriate
size and region for each user when creating a config.
2025-03-28 20:47:18 +00:00
ida
5ecc2ba202 minor typographical change
the e wasn't capitalized
2025-03-28 20:47:18 +00:00
ida
7aaf3ea742 move version prompt to deploy.sh
this will allow us to feed automate.sh via ssh's stdin inside of
deploy.sh as ssh will not open a virtual terminal when stdin is
not is not a terminal.
2025-03-28 20:47:17 +00:00
ida
a2830587c9 add automated key-ing 2025-03-28 20:46:34 +00:00
ida
4c67f06599 add droplet deployment 2025-03-28 20:46:34 +00:00
ida
f42607b489 change readme 2025-03-28 20:46:34 +00:00
ida
fe0755dd78 update paper api endpoint 2025-03-28 20:45:10 +00:00
ida
0f16466a9e support java versioning for minecraft 1.21 2024-06-23 21:48:49 +01:00
ida
c58994c837 add various todos/fixmes 2023-07-22 18:09:42 -07:00
ida
178235c59d limit backup cpu usage 2023-07-08 20:45:49 -07:00
ida
cf810b2e25 fix level 0 backup naming 2023-06-18 23:31:38 -07:00
ida
8db6721ad1 fix double negative 2023-06-18 14:05:20 -07:00
ida
25f04e792b Merge branch 'master' of skeh.site:ida/auto-mc 2023-06-17 20:25:01 -07:00
ida
a6d9c68363 add gnu style incremental backups (support >daily backups) 2023-06-17 20:24:33 -07:00
ida
87facda911 bump java versioning for 1.18 2021-12-30 15:13:57 -07:00
ida
67b546503f update readme 2021-05-31 09:23:53 -07:00
ida
c4be2a8e52 update readme 2021-05-31 09:01:41 -07:00
ida
47546ee248 fix apt prompting for user input 2021-05-31 08:47:04 -07:00
ida
1f244b9953 add premtive fix for minecraft >1.17 dropping support for java <16 2021-05-31 08:27:32 -07:00
ida
41b5bcf9f2 fix defaulting behavior for real this time 2021-05-31 06:52:32 -07:00
ida
76d777fcdf fix input verification 2021-05-31 06:22:09 -07:00
ida
7afb1d1ccb add more notes 2021-05-31 04:58:00 -07:00
ida
a6e728b3fa my drunk ass used the inverse case 2021-05-31 04:32:16 -07:00
ida
ec35180982 fix defaulting behavior and add more info messages 2021-05-30 09:33:32 -07:00
ida
7638a81286 start verifying user version input 2021-05-30 09:04:21 -07:00
ida
8f05befc72 update git url readme 2021-05-30 08:33:23 -07:00