Welcome to TensorCloud! This project is to allow everyone to own and operate their digital assets using container technologies. The development goal is to separate assets into three functional assets:
- Content Data Asset,
- Software Data Asset
- Configuration Data Asset.
Due to the varying cycle types of these different kinds of data assets, Content Data, Software Data, and Configuraiton Data, our data separation scheme is about reducing the size of data payload for each kind of assets. It allows one to separately and incrementally back-up and restore Content Data Asset independent from the other two kinds of digital asset. This organization also requires a set of accompanying tools to expedite and simplify the backup and restore processes. This will provide a mechanism to ensure better Qualities of Services (QoS), and data security properties.
Any persons or organizations are all welcome to contribute to this project, please send pull request to us, whenever you feel that new ideas or features should be added.
Website: https://mariadb.org/
Website: https://www.mediawiki.org/wiki/MediaWiki
docker-compose -f Mediawiki/mariadb_mediawiki.yml up
docker run --privileged -p 80:80 -e PORT=80 smartkit/tensor-cloud-dind:mariadb_mediawiki
Website: https://wordpress.org/
docker-compose -f WordPress/mariadb_wordpress.yml up
docker run --privileged -d -p 80:80 -e PORT=80 smartkit/tensor-cloud-dind:mariadb_wordpress
Website: https://matomo.org/
docker-compose -f Wordpress/docker-compose.yml -f mediawiki.yml -f piwik.yml -f phabricator.yml up
And more, http://toyhouse.cc:81/index.php/Get_Started_with_Remix
Sincerely,
Toyhouse Team