Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
Go to file
2022-12-09 11:13:24 +08:00
.github Create docker.yml 2022-11-07 08:06:24 +08:00
api init 2021-08-27 18:27:28 +08:00
apps Update main.yml 2022-12-09 11:13:24 +08:00
cli plugin 2022-11-01 15:10:37 +08:00
cockpit Create Notes 2022-11-11 17:16:05 +08:00
deploy Create docker.service 2021-09-10 16:59:25 +08:00
docs Create 软件工厂.md 2022-10-26 09:22:30 +08:00
scripts Update auto_addport.sh 2022-12-08 13:48:36 +08:00
tests create 2021-08-27 18:15:17 +08:00
CONTRIBUTING.md create 2021-08-27 18:15:17 +08:00
docker-installer.sh Update docker-installer.sh 2022-04-28 14:08:53 +08:00
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