├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── _config.yml ├── apps ├── Agar.io-Clone.sh ├── Ajenti.sh ├── Cloud9.sh ├── Cuberite.sh ├── Curvytron.sh ├── Deluge.sh ├── Dillinger.sh ├── Droppy.sh ├── EtherCalc.sh ├── EtherDraw.sh ├── Etherpad.sh ├── FreshRSS.sh ├── GateOne.sh ├── Ghost.sh ├── GitLab.sh ├── Gitea.sh ├── Gogs.sh ├── JSBin.sh ├── Jitsi-Meet.sh ├── KeystoneJS.sh ├── Laverna.sh ├── Lets-Chat.sh ├── Linx.sh ├── Mailpile.sh ├── Mattermost.sh ├── Modoboa.sh ├── Mopidy.sh ├── Mumble.sh ├── Nextcloud.sh ├── NodeBB.sh ├── OpenVPN.sh ├── OwnCloud.sh ├── ReactionCommerce.sh ├── Rocket.Chat.sh ├── Seafile.sh ├── StackEdit.sh ├── Syncthing.sh ├── Taiga.io.sh ├── TheLounge.sh ├── Transmission.sh ├── WP-Calypso.sh ├── Wagtail.sh ├── Webmin.sh ├── Wekan.sh ├── Wide.sh ├── WordPress.sh ├── dustship.sh └── netdata.sh ├── dplatform.sh ├── init.sh └── sysutils ├── Caddy.sh ├── Docker.sh ├── MongoDB.sh ├── Node.js.sh └── service.sh /.gitignore: -------------------------------------------------------------------------------- 1 | dp.cfg 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/_config.yml -------------------------------------------------------------------------------- /apps/Agar.io-Clone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Agar.io-Clone.sh -------------------------------------------------------------------------------- /apps/Ajenti.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Ajenti.sh -------------------------------------------------------------------------------- /apps/Cloud9.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Cloud9.sh -------------------------------------------------------------------------------- /apps/Cuberite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Cuberite.sh -------------------------------------------------------------------------------- /apps/Curvytron.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Curvytron.sh -------------------------------------------------------------------------------- /apps/Deluge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Deluge.sh -------------------------------------------------------------------------------- /apps/Dillinger.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Dillinger.sh -------------------------------------------------------------------------------- /apps/Droppy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Droppy.sh -------------------------------------------------------------------------------- /apps/EtherCalc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/EtherCalc.sh -------------------------------------------------------------------------------- /apps/EtherDraw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/EtherDraw.sh -------------------------------------------------------------------------------- /apps/Etherpad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Etherpad.sh -------------------------------------------------------------------------------- /apps/FreshRSS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/FreshRSS.sh -------------------------------------------------------------------------------- /apps/GateOne.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/GateOne.sh -------------------------------------------------------------------------------- /apps/Ghost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Ghost.sh -------------------------------------------------------------------------------- /apps/GitLab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/GitLab.sh -------------------------------------------------------------------------------- /apps/Gitea.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Gitea.sh -------------------------------------------------------------------------------- /apps/Gogs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Gogs.sh -------------------------------------------------------------------------------- /apps/JSBin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/JSBin.sh -------------------------------------------------------------------------------- /apps/Jitsi-Meet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Jitsi-Meet.sh -------------------------------------------------------------------------------- /apps/KeystoneJS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/KeystoneJS.sh -------------------------------------------------------------------------------- /apps/Laverna.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Laverna.sh -------------------------------------------------------------------------------- /apps/Lets-Chat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Lets-Chat.sh -------------------------------------------------------------------------------- /apps/Linx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Linx.sh -------------------------------------------------------------------------------- /apps/Mailpile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Mailpile.sh -------------------------------------------------------------------------------- /apps/Mattermost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Mattermost.sh -------------------------------------------------------------------------------- /apps/Modoboa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Modoboa.sh -------------------------------------------------------------------------------- /apps/Mopidy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Mopidy.sh -------------------------------------------------------------------------------- /apps/Mumble.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Mumble.sh -------------------------------------------------------------------------------- /apps/Nextcloud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Nextcloud.sh -------------------------------------------------------------------------------- /apps/NodeBB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/NodeBB.sh -------------------------------------------------------------------------------- /apps/OpenVPN.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/OpenVPN.sh -------------------------------------------------------------------------------- /apps/OwnCloud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/OwnCloud.sh -------------------------------------------------------------------------------- /apps/ReactionCommerce.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/ReactionCommerce.sh -------------------------------------------------------------------------------- /apps/Rocket.Chat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Rocket.Chat.sh -------------------------------------------------------------------------------- /apps/Seafile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Seafile.sh -------------------------------------------------------------------------------- /apps/StackEdit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/StackEdit.sh -------------------------------------------------------------------------------- /apps/Syncthing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Syncthing.sh -------------------------------------------------------------------------------- /apps/Taiga.io.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Taiga.io.sh -------------------------------------------------------------------------------- /apps/TheLounge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/TheLounge.sh -------------------------------------------------------------------------------- /apps/Transmission.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Transmission.sh -------------------------------------------------------------------------------- /apps/WP-Calypso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/WP-Calypso.sh -------------------------------------------------------------------------------- /apps/Wagtail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Wagtail.sh -------------------------------------------------------------------------------- /apps/Webmin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Webmin.sh -------------------------------------------------------------------------------- /apps/Wekan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Wekan.sh -------------------------------------------------------------------------------- /apps/Wide.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/Wide.sh -------------------------------------------------------------------------------- /apps/WordPress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/WordPress.sh -------------------------------------------------------------------------------- /apps/dustship.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/dustship.sh -------------------------------------------------------------------------------- /apps/netdata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/apps/netdata.sh -------------------------------------------------------------------------------- /dplatform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/dplatform.sh -------------------------------------------------------------------------------- /init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/init.sh -------------------------------------------------------------------------------- /sysutils/Caddy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/sysutils/Caddy.sh -------------------------------------------------------------------------------- /sysutils/Docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/sysutils/Docker.sh -------------------------------------------------------------------------------- /sysutils/MongoDB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/sysutils/MongoDB.sh -------------------------------------------------------------------------------- /sysutils/Node.js.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/sysutils/Node.js.sh -------------------------------------------------------------------------------- /sysutils/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DFabric/DPlatform-Shell/HEAD/sysutils/service.sh --------------------------------------------------------------------------------