Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
Find a file
2022-12-06 10:51:01 +08:00
.github Create docker.yml 2022-11-07 08:06:24 +08:00
api
apps Update main.yml 2022-12-06 10:51:01 +08:00
cli plugin 2022-11-01 15:10:37 +08:00
cockpit Create Notes 2022-11-11 17:16:05 +08:00
deploy
docs
scripts Update containers_version.sh 2022-11-17 17:02:27 +08:00
tests
CONTRIBUTING.md
docker-installer.sh
README.md Update README.md 2022-10-27 17:09:53 +08:00

StackHub

This repository will replace the Websoft9 Ansible project before

StackHub is for opensource stacks automation, it is developing...

Funtction

  • CLI
  • Web Console

Development

  • stack template
  • stack core
  • stack docker-compose

API

CMD for referance

# Get all docker repo of Websoft9 org
gh repo list Websoft9 -L 500 | awk '{print $1}'  | grep docker > test

All-in-one Installer

# for example, app is mongodb
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/install.sh;bash install.sh -r mongodb