-
Notifications
You must be signed in to change notification settings - Fork 1
Selfhosting
eclips_e edited this page Jul 4, 2022
·
1 revision
Welcome brave soul to the Selfhosting guide!
Debian (bookworm)/Ubuntu (22.04 or later)
sudo apt-get install git nodejs pythonAlpine
doas apk add git nodejs pythonArch/Manjaro
sudo pacman -S git nodejs pythonClone the repo with git
cd ~
git clone --recurse-submodules https://github.com/Spesships/Multitool
cd Multitool The script has a built in fetcher so don't worry about running git pull every time theres a new update.
python RUN_THIS.py
export NODE_ENV=productionConfiguring Multitool is long, if you want an indepth guide, check out the Configuration guide
Copy .env.example to .env and change the values respectively.
Simply:
node index.js