Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
Go to file
2023-05-29 06:39:05 +00:00
.github Update logo.yml 2023-05-29 14:37:06 +08:00
appmanage delete former logo 2023-05-29 06:39:05 +00:00
apps activemq 2023-05-24 15:37:55 +08:00
cli plugin 2022-11-01 15:10:37 +08:00
cockpit Create cockpit.conf 2023-03-31 11:07:05 +08:00
deploy Create docker.service 2021-09-10 16:59:25 +08:00
docker mul tags 2023-05-26 14:35:20 +08:00
docs Update developer.md 2023-03-29 12:43:48 +08:00
install git by gitee 2023-05-29 14:36:40 +08:00
scripts Update githubclone.sh 2023-04-19 10:11:46 +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
LICENSE.md sync gitee 2023-05-29 14:18:04 +08:00
README.md install readme 2023-05-23 11:38:56 +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

only one app

# for example, app is mongodb
wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh -r mongodb

stackhub include appstore

sudo su # when you have no root privileges
curl https://websoft9.github.io/StackHub/install/install.sh | bash