From 39ae08ee85f5262ac085350995608ececfef74c0 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 08:27:01 +0800 Subject: [PATCH 01/10] prettier + add meta --- index.html | 127 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 74 insertions(+), 53 deletions(-) diff --git a/index.html b/index.html index 9cb2320d..7fb4bd8d 100644 --- a/index.html +++ b/index.html @@ -1,61 +1,82 @@ - - - - - Free for developers - - - - - - + + Free for Developers + - - - -
Loading...
- + + + + + + +
Loading...
+ + - - - - - + + From 68ca1189354d1ca4dcf38714471ac87050646ec6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 08:32:42 +0800 Subject: [PATCH 02/10] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 42 +++++++++++++++----------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 280948f4..a91347b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,36 +1,34 @@ -### New Submission Check List +## Requirements - - -Please ensure your submission ticks all of these boxes: + + - [ ] This is Software as a Service not self hosted - [ ] It has a free tier not just a free trial From 2277318e28fe416fe54ebc5ed36d79d67fd1e634 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 08:33:23 +0800 Subject: [PATCH 03/10] Create CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..ed883cf8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ripienaar From 5e72231e0aa9906e3af293b513585f601d3fd001 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 08:34:50 +0800 Subject: [PATCH 04/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e2bbe5..09f42631 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# free-for.dev +# Free for Developers Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions. From 50dc95b10d0ed5c69ca7af2b6bbaafac288f1694 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 08:35:07 +0800 Subject: [PATCH 05/10] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f42631..10442186 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ This list is the result of Pull Requests, reviews, ideas and work done by 1100+ **NOTE**: This list is only for as-a-Service offerings, not for self-hosted software. For a service to be eligible it has to offer a free tier and not just a free trial. If the free tier is time-bucketed it has to be for at least a year. We also consider the free tier from a security perspective, so SSO is fine but I will not accept services that restrict TLS to paid-only tiers. -Table of Contents -================= +# Table of Contents * [Major Cloud Providers' Always-Free Limits](#major-cloud-providers) * [Cloud management solutions](#cloud-management-solutions) From b0020b9000c43478f075f46d278236968fd9d36e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 16:25:07 +0800 Subject: [PATCH 06/10] Revert title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10442186..1c60e95a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Free for Developers +# free-for.dev Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions. From c51c833f061e63bbdd8128cfd320470875685183 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 16:25:20 +0800 Subject: [PATCH 07/10] Delete CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index ed883cf8..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @ripienaar From fae47ba1078ba58f2353dc55a67c21cedbbc1721 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 16:25:51 +0800 Subject: [PATCH 08/10] Revert bullet point change --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a91347b3..d3e3d684 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,8 +30,8 @@ - - [ ] This is Software as a Service not self hosted - - [ ] It has a free tier not just a free trial - - [ ] The submission mentions what is free - - [ ] The submission is not already present in the list - - [ ] The service has contact details of those running it and a privacy policy + * [ ] This is Software as a Service not self hosted + * [ ] It has a free tier not just a free trial + * [ ] The submission mentions what is free + * [ ] The submission is not already present in the list + * [ ] The service has contact details of those running it and a privacy policy From 9fc3c49e2d6f819efb977fe14ba1ed0032b282ea Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 16:26:29 +0800 Subject: [PATCH 09/10] Revert bullet point change --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d3e3d684..f46c8c4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,9 +20,9 @@ ### Services we do not accept - - cPanel like PHP + MySQL hosting services. - - Free dns services that are generic frontends to CloudFlare or similar - - Services that are verbatim copy pastes of others while adding no value + * cPanel like PHP + MySQL hosting services. + * Free dns services that are generic frontends to CloudFlare or similar + * Services that are verbatim copy pastes of others while adding no value --> ## Requirements From 2037d3789245c64b74b823baaacd06e3c68b054c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 22 Dec 2022 16:27:08 +0800 Subject: [PATCH 10/10] Remove unneeded code --- index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.html b/index.html index 7fb4bd8d..d1a78f98 100644 --- a/index.html +++ b/index.html @@ -69,11 +69,6 @@