mirror of
https://github.com/mikeroyal/Self-Hosting-Guide
synced 2026-05-24 09:48:33 +00:00
Merge pull request #320 from ElianaBrininger/main
Add Back4app Web Deployment Platform
This commit is contained in:
commit
9dd821db72
1 changed files with 15 additions and 4 deletions
19
README.md
19
README.md
|
|
@ -36,10 +36,11 @@
|
|||
* [Configuration Management](#Configuration-Management)
|
||||
* [Cloud Storage](#cloud-storage)
|
||||
* [Cloud](https://github.com/mikeroyal/Self-Hosting-Guide#Cloud)
|
||||
* [Linode](#Linode)
|
||||
* [Nextcloud](#Nextcloud)
|
||||
* [DigitalOcean](#DigitalOcean)
|
||||
* [MinIO Object Storage](#MinIO-Object-Storage)
|
||||
* [Linode](#Linode)
|
||||
* [Nextcloud](#Nextcloud)
|
||||
* [DigitalOcean](#DigitalOcean)
|
||||
* [Back4app Web Deployment](#back4app-web-deployment)
|
||||
* [MinIO Object Storage](#MinIO-Object-Storage)
|
||||
* [Databases](#Databases)
|
||||
- [SQL](#SQL)
|
||||
- [NoSQL](#NoSQL)
|
||||
|
|
@ -866,6 +867,16 @@ Nexcloud Hub
|
|||
|
||||
[Container Registry](https://www.digitalocean.com/products/container-registry/) is a service that easily stores, manages, and protects private container images.
|
||||
|
||||
### Back4app Web Deployment
|
||||
|
||||
[Back4app Web Deployment](https://www.back4app.com/web-deployment-platform) is a Container as a Service (CaaS) provider platform that allows the dev teams to build and deploy containerized applications with no downtime. You can simply connect it to a GitHub repository and publish the code within seconds.
|
||||
|
||||
* [Back4app Web Deployment Platform Pricing](https://www.back4app.com/pricing/container-as-a-service)
|
||||
|
||||
* [Back4app GitHub](https://github.com/back4app)
|
||||
|
||||
* [Back4app Tutorials](https://www.back4app.com/tutorials)
|
||||
|
||||
### MinIO Object Storage
|
||||
|
||||
[Back to the Top](#table-of-contents)
|
||||
|
|
|
|||
Loading…
Reference in a new issue