Added Cloud Storage section.

This commit is contained in:
Michael Royal 2023-03-13 00:53:14 -07:00 committed by GitHub
parent 27fcbcccf1
commit 213160787b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@
* [CI/CD](https://github.com/mikeroyal/Self-Hosting-Guide#cicd)
* [Development](https://github.com/mikeroyal/Self-Hosting-Guide#development)
* [Automation](#automation)
* [Cloud Storage](#cloud-storage)
* [Cloud](https://github.com/mikeroyal/Self-Hosting-Guide#Cloud)
* [Linode](#Linode)
* [Nextcloud](#Nextcloud)
@ -383,6 +384,23 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o
[µTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml.
### Cloud Storage
[Back to The Top](#table-of-contents)
[Swift](https://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store.
[Syncthing](https://syncthing.net/) - Open Source system for private, encrypted and authenticated distribution of data.
[git-annex assistant](https://git-annex.branchable.com/assistant/) - A synchronized folder on each of your MacOS and Linux computers, Android devices, removable drives, NAS appliances, and cloud services.
[NextCloud](https://nextcloud.com) - Provides access to your files via the web.
[ownCloud](https://owncloud.org) - Provides universal access to your files via the web, your computer or your mobile devices.
[Seafile](https://seafile.com) - Another Open Source Cloud Storage solution.
[SparkleShare](https://sparkleshare.org/) - Provides cloud storage and file synchronization services. By default, it uses Git as a storage backend.
### Cloud