|
||
---|---|---|
autonode.conf | ||
autonode.sh | ||
LICENSE | ||
README.md |
Autonode
Autonode is a bash script for setting up a new docker swarm, or a new node for your existing docker swarm. Autonode is tested on Ubuntu 22.10 and requires no additional packages to be installed prior to running.
To have Autonode run using values provided by a config file such as autonode.conf, make the script executable, run it as root, and specify your config with '-init config':
sudo su
wget https://github.com/imthegm/autonode/archive/refs/heads/main.tar.gz
tar -xf main.tar.gz
cd autonode-main
chmod +x autonode.sh
./autonode.sh -init autonode.conf
To input values manually while Autonode runs, simply make the script executable and run it as root:
sudo su
wget https://github.com/imthegm/autonode/archive/refs/heads/main.tar.gz
tar -xf main.tar.gz
cd autonode-main
chmod +x autonode.sh
./autonode.sh
Project is mirrored from the Cliffhouse Games instance of https://gitea.io/
For support, email kris@cliffhouse.games or join the Cliffhouse Games discord server at https://discord.cliffhouse.games
Enjoy!