From 9d72f88ec27a0deb53b76dcd9b6f120891f79762 Mon Sep 17 00:00:00 2001 From: Baltazar Troisville <128265643+baltazartroisville@users.noreply.github.com> Date: Fri, 17 May 2024 10:03:02 +0200 Subject: [PATCH 1/3] Update static-app-hosting.md - Scaleway is no longer offering free s3 storage - Docevent is no static app hoster, wrong category - Ionos Deploy Now has no free tier (anymore?) only the first month is free, after that 4$ --- pages/static-app-hosting.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/pages/static-app-hosting.md b/pages/static-app-hosting.md index 51f17705..a6c76914 100644 --- a/pages/static-app-hosting.md +++ b/pages/static-app-hosting.md @@ -32,15 +32,6 @@ * *Free tier*: Unlimited sites, Unlimited requests, Unlimited bandwidth, 1 concurrent build, 500 builds per month -## DocEvent - -[pricing page](https://docevent.io/pricing/) - -* *Free tier*: Lets you transfer 200MB of FTP or sftp data, and 5000 operations, 5 accounts/users max -* *Pros*: Free FTP and SFTP server, 3 regions, us-east-1, eu-west-1, ap-southeast-2 -* *Limitations*: Backend is your own S3 or S3-compatible bucket -* *Exceeding the free tier*: You can no longer login to the FTP service if you go over your free tier allowance - ## Firebase hosting [Pricing page](https://firebase.google.com/pricing/) @@ -71,14 +62,6 @@ * *Free tier*: Unlimited sites, Custom domain, Automatic HTTPS, Open source projects get [pro plan for free](https://www.netlify.com/blog/2016/07/28/netlifys-pro-plan-now-free-for-open-source-projects/) * *Pros*: Deployment with git, Custom redirect rules, Webhooks and Notifications for integration with third party services, Form handling, User authentication handling, CMS -## IONOS Deploy Now - -[Product page](https://deploynow.space/) / [More info](https://docs.ionos.space/) - -* *Free tier*: 3 static projects with staging and 50 MB of storage each, Build workflow via [GitHub Actions](https://github.com/features/actions), No bandwith limitation, DDos protection, Geo redundancy, IPv6, Climate neutral hosting, GDPR compliant -* *Pros*: Automatic HTTPS, Custom domains, Deploy with git, Framework auto detection -* *Limitations*: Only with GitHub, Full LAMP support only in paid plans - ## Render [Pricing page](https://render.com/pricing) @@ -87,12 +70,6 @@ * *Pros*: Includes CDN, Deploy with git, Custom domains, Automatic HTTPS * *Limitations*: Free tier does not allow GitHub actions to track deployments. You can use [this tool](https://github.com/marketplace/actions/render-github-action) instead. -## Scaleway - -[Product page](https://www.scaleway.com/en/object-storage) / [Pricing page](https://www.scaleway.com/en/pricing/#object-storage) - -* *Free tier*: 75 GB of storage, 75GB of bandwidth - ## Surge [Pricing page](http://surge.sh/pricing) From 913c247de1fa3cf59d27261a019dcd56d94553de Mon Sep 17 00:00:00 2001 From: Baltazar Troisville <128265643+baltazartroisville@users.noreply.github.com> Date: Fri, 17 May 2024 10:30:13 +0200 Subject: [PATCH 2/3] Update README.md Remove Scaleway, Docevent and Ionos Deploy Now: https://github.com/255kb/stack-on-a-budget/pull/313 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f88ff95a..4cccfe5e 100644 --- a/README.md +++ b/README.md @@ -202,14 +202,11 @@ The goal is to have enough details about each free tier so developers can choose - [**Static app hosting**](pages/static-app-hosting.md) - [AWS S3](pages/static-app-hosting.md#aws-s3) - [Cloudflare Pages](pages/static-app-hosting.md#cloudflare-pages) - - [DocEvent](pages/static-app-hosting.md#docevent) - [Firebase hosting](pages/static-app-hosting.md#firebase-hosting) - [GitHub Pages](pages/static-app-hosting.md#github-pages) - [GitLab Pages](pages/static-app-hosting.md#gitlab-pages) - [Netlify](pages/static-app-hosting.md#netlify) - - [IONOS Deploy Now](pages/static-app-hosting.md#ionos-deploy-now) - [Render](pages/static-app-hosting.md#render) - - [Scaleway](pages/static-app-hosting.md#scaleway) - [Surge](pages/static-app-hosting.md#surge) - [Vercel](pages/static-app-hosting.md#vercel) - [**User authentication**](pages/user-authentication.md) From 5636ba33dde3148b36d6fc1f8b6055a1dc841903 Mon Sep 17 00:00:00 2001 From: Baltazar Troisville <128265643+baltazartroisville@users.noreply.github.com> Date: Fri, 17 May 2024 10:31:15 +0200 Subject: [PATCH 3/3] Update static-app-hosting.md Removed Scaleway, Docevent and Ionos Deploy Now: https://github.com/255kb/stack-on-a-budget/pull/313 --- pages/static-app-hosting.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/static-app-hosting.md b/pages/static-app-hosting.md index a6c76914..8972f73e 100644 --- a/pages/static-app-hosting.md +++ b/pages/static-app-hosting.md @@ -5,14 +5,11 @@ - [Static app hosting](#static-app-hosting) - [AWS S3](#aws-s3) - [Cloudflare Pages](#cloudflare-pages) - - [DocEvent](#docevent) - [Firebase hosting](#firebase-hosting) - [GitHub Pages](#github-pages) - [GitLab Pages](#gitlab-pages) - [Netlify](#netlify) - - [IONOS Deploy Now](#ionos-deploy-now) - [Render](#render) - - [Scaleway](#scaleway) - [Surge](#surge) - [Vercel](#vercel)