Skip to content

kuunet/bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kunet Agents

Overview

  • Kumiko - watches over kunet service health
  • Kudasai - staff & role manager
  • Sakura - keeps kunet up to date

Installation

  1. Install nvm & npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

nvm install 21
nvm use 21
  1. Clone & Install
git clone https://github.com/kunetglobal/bits && cd bits && npm install
  1. Bootstrap services with
./services/action.sh

or start the watchtower manually:

npx ts-node ./services/watchtower.ts

and it'll setup the services automagically on next push