Commit Graph

9 Commits

Author SHA1 Message Date
7c65be7a34 fix: properly pull docker images for squad servers
fixes #12
2023-02-12 14:51:34 -06:00
df62d0bbff fix: explicitly define server ids
Prior to this, server ids were set purely based on the position in the
inventory. So, if a mistake were made and a server moved up or down in
position then the associated ID would be wrong, and the wrong data would
be used against it in SquadJS's database. Furthermore, if we were to
ever change the format of how servers are in the inventory this would
cause a headache as currently server ids are calculated based on
position in the inventory. Explicitly defining them while, yes, adding
another hard coded value, avoids this headache entirely.
2023-02-03 17:52:42 -06:00
e9fb67389f refactor: improve loop labels for docker restarts 2023-01-28 14:14:11 -06:00
e1ecc950eb feat: add capability to *only* restart squadjs 2023-01-28 14:09:33 -06:00
9aaaabb164 refactor: extract start-container into main 2023-01-28 02:26:22 -06:00
be901b8dbf feat: add capability to restart squad services 2023-01-27 17:50:01 -06:00
c3b948ac11 refactor!: support separate squadjs images 2023-01-25 22:57:57 -06:00
c4d0385cf3 feat: improve output 2023-01-22 22:14:37 -06:00
ac5f385168 feat: full squad server role 2023-01-22 22:07:57 -06:00