mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
appstorecicdcloud-nativecockpit-projectdockerdocker-composeguiiaaskuberneteslinux-guimarketplaceopensourcepaaspanelportainerweb-based
.github | ||
appmanage | ||
apps | ||
cli | ||
cockpit | ||
deploy | ||
docker | ||
docs | ||
install | ||
scripts | ||
tests | ||
alfresco-websoft9.png | ||
amchamchina-websoft9.png | ||
apache-websoft9.png | ||
apisix-websoft9.png | ||
apitable-websoft9.png | ||
appsmith-websoft9.png | ||
arangodb-websoft9.png | ||
atos-websoft9.png | ||
bgy-websoft9.png | ||
bigbluebutton-websoft9.png | ||
biomap-websoft9.png | ||
budibase-websoft9.png | ||
caddy-websoft9.png | ||
canvas-websoft9.png | ||
CHANGELOG.md | ||
cheerland-websoft9.png | ||
ckan-websoft9.png | ||
clamav-websoft9.png | ||
collabora-websoft9.png | ||
CONTRIBUTING.md | ||
cordis-websoft9.png | ||
countly-websoft9.png | ||
deloitte-websoft9.png | ||
desktop-websoft9.png | ||
dgraph-websoft9.png | ||
directus-websoft9.png | ||
discourse-websoft9.png | ||
docker-installer.sh | ||
docker-websoft9.png | ||
dockermailserver-websoft9.png | ||
elasticsearch-websoft9.png | ||
elmo-websoft9.png | ||
espocrm-websoft9.png | ||
extripod-websoft9.png | ||
fangkuaisan-websoft9.png | ||
fastpanel-websoft9.png | ||
geoserver-websoft9.png | ||
gitea-websoft9.png | ||
gogs-websoft9.png | ||
gs1-websoft9.png | ||
hasura-websoft9.png | ||
ibox-websoft9.png | ||
influxdb-websoft9.png | ||
jdcloud-en-logo.png | ||
jitsi-websoft9.png | ||
jumpserver-websoft9.png | ||
jupyterhub-websoft9.png | ||
kasmweb-websoft9.png | ||
kodbox-websoft9.png | ||
kong-websoft9.png | ||
LICENSE.md | ||
logo-websoft9.png | ||
mailu-websoft9.png | ||
matomo-websoft9.png | ||
mautic-websoft9.png | ||
mengya-websoft9.png | ||
mingdaoyun-websoft9.png | ||
minio-websoft9.png | ||
mongocompass-websoft9.png | ||
n8n-websoft9.png | ||
netdata-websoft9.png | ||
nextterminal-websoft9.png | ||
nocodb-websoft9.png | ||
nopcommerce-websoft9.png | ||
opensearch-websoft9.png | ||
oracle-websoft9.png | ||
pgadmin-websoft9.png | ||
phoenix-websoft9.png | ||
phpmyadmin-websoft9.png | ||
pimcore-websoft9.png | ||
plausible-websoft9.png | ||
prometheus-websoft9.png | ||
pydio-websoft9.png | ||
qpyun-websoft9.png | ||
README.md | ||
redash-websoft9.png | ||
redisinsight-websoft9.png | ||
redpandaconsole-websoft9.png | ||
rocketmq-websoft9.png | ||
sakai-websoft9.png | ||
saleor-websoft9.png | ||
shjiaotong-websoft9.png | ||
sqlserver-websoft9.png | ||
srs-websoft9.png | ||
sscms-websoft9.png | ||
stalford-websoft9.png | ||
strapi-websoft9.png | ||
teleport-websoft9.png | ||
theia-websoft9.png | ||
tooljet-websoft9.png | ||
traefik-websoft9.png | ||
typesense-websoft9.png | ||
typo3-websoft9.png | ||
ucas-websoft9.png | ||
umami-websoft9.png | ||
umbraco-websoft9.png | ||
vault-websoft9.png | ||
vendor-mingdao-websoft9.png | ||
whu-websoft9.png | ||
wisenergy-websoft9.png | ||
zammad-websoft9.png | ||
zju-websoft9.png |
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
- Docker API: http://IP:9009/
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