Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
Go to file
2023-04-11 12:32:02 +08:00
.github Update appmanage_docker.yml 2023-04-04 15:14:47 +08:00
appmanage Update developer.md 2023-04-11 12:32:02 +08:00
apps Update main.yml 2023-04-09 08:44:18 +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 Update docker-compose.yml 2023-04-04 15:11:36 +08:00
docs Update developer.md 2023-03-29 12:43:48 +08:00
install docs 2023-03-21 12:06:44 +08:00
scripts Update containers_version.sh 2023-04-09 09:47:32 +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 2023-03-31 17:40:48 +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://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/install.sh;bash install.sh -r mongodb

stackhub include appstore

curl https://websoft9.github.io/install.sh | bash