Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
Go to file
2023-06-01 11:53:32 +08:00
.github administrator 2023-05-30 15:34:30 +08:00
appmanage docs 2023-05-30 16:49:29 +08:00
apps activemq 2023-05-24 15:37:55 +08:00
cli plugin 2022-11-01 15:10:37 +08:00
cockpit cockpit set 2023-06-01 11:53:32 +08:00
deploy Create docker.service 2021-09-10 16:59:25 +08:00
docker cockpit set 2023-06-01 11:53:32 +08:00
docs edit docs 2023-05-30 17:04:58 +08:00
install cockpit set 2023-06-01 11:53:32 +08:00
scripts Update githubclone.sh 2023-04-19 10:11:46 +08:00
tests create 2021-08-27 18:15:17 +08:00
CHANGELOG.md release log 2023-05-31 15:41:41 +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 edit docs 2023-05-30 17:04:58 +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

Upgrade

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