Go to file
imthegm 3bdc200b5e Updating from github
Bringing in code previously uploaded to Github
2023-10-02 13:54:36 -04:00
autonode.conf Updating from github 2023-10-02 13:54:36 -04:00
autonode.sh Updating from github 2023-10-02 13:54:36 -04:00
LICENSE Updating from github 2023-10-02 13:54:36 -04:00
README.md Updating from github 2023-10-02 13:54:36 -04:00

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!