Merge pull request #320 from ElianaBrininger/main

Add Back4app Web Deployment Platform
This commit is contained in:
Michael Royal 2025-06-26 18:47:25 -07:00 committed by GitHub
commit 9dd821db72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)