mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
Installing the Project
cd /opt
sudo git clone https://gitlab.com/Snogard/kaido
chmod 777 /opt/kaido
Then in your .zshrc or .bashrc
alias kaido="/opt/kaido/kaido.sh
Configuration
every configuration must be under /etc/kaido.
(to implement): if "/etc/kaido/" is a git repository, the update function will also take that into account when deciding what container to recreate
folder structure
- /etc/kaido
- commands (not implemented)
- containers
- container1
- config
- secrets
- envs.sh
- container2
- ecc...
- container1
- system (not implemented)
- user (not implemented)
- update.conf
/etc/kaido/update.conf
this file contains the definitions of what must be installed/configured/built when using the "kaido update" command
example file
install-youtubedl
configure-reverse-proxy-server
build-mongodb
regardless of the order in the file, the execution is in this order:
- build
- install
- configure
Container Installation:
gitlab-runner
first time:
kaido install gitlab-runner register "insert_token_here"
other times:
kaido install gitlab-runner
Description
Languages
Shell
94.7%
Python
4.5%
Roff
0.8%