All Projects → ahmetb → serverless-url-redirect

ahmetb / serverless-url-redirect

Licence: Apache-2.0 license
Simple click-to-deploy serverless URL redirect service

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to serverless-url-redirect

laravel6-on-google-cloud-run
Laravel 6 on Google cloud run for a demo
Stars: ✭ 25 (-35.9%)
Mutual labels:  google-cloud-run, cloud-run, cloud-run-button
Cloud Run Faq
Unofficial FAQ and everything you've been wondering about Google Cloud Run.
Stars: ✭ 1,921 (+4825.64%)
Mutual labels:  google-cloud-run, cloud-run
deploy-cloudrun
This action deploys your container image to Cloud Run.
Stars: ✭ 238 (+510.26%)
Mutual labels:  google-cloud-run, cloud-run
cloud-run-node-16
Latest Node.js on Cloud Run
Stars: ✭ 14 (-64.1%)
Mutual labels:  google-cloud-run, cloud-run
cloudrun-tutorial
A tutorial showing some of the features of Cloud Run
Stars: ✭ 79 (+102.56%)
Mutual labels:  google-cloud-run, cloud-run
spring-boot-microservice-best-practices
Best practices and integrations available for Spring Boot based Microservice in a single repository.
Stars: ✭ 139 (+256.41%)
Mutual labels:  cloudrun
count
Comparing serverless platforms
Stars: ✭ 27 (-30.77%)
Mutual labels:  cloud-run
cloud-run-wordpress
Deploy a Wordpress site on Google Cloud Run
Stars: ✭ 25 (-35.9%)
Mutual labels:  google-cloud-run
cloud-run-hello
Demo container for Google Cloud Run
Stars: ✭ 54 (+38.46%)
Mutual labels:  google-cloud-run
cloudrun-fastapi
FastAPI on Google Cloud Run
Stars: ✭ 112 (+187.18%)
Mutual labels:  google-cloud-run
firecode
A light, fast, and memory-efficient collection traversal library for Firestore and Node.js.
Stars: ✭ 171 (+338.46%)
Mutual labels:  cloud-run
nx-extend
Nx Workspaces builders and tools
Stars: ✭ 67 (+71.79%)
Mutual labels:  cloud-run
avatars-io
👤 Wanna get a social media avatar? Avatars-io makes it easy for you. Just give a username then get an avatar!
Stars: ✭ 13 (-66.67%)
Mutual labels:  cloudrun
Serverless-Django
Learn to build and deploy a Serverless Django application to Google Cloud Run with Cloud SQL, Cloud Build, & Docker.
Stars: ✭ 39 (+0%)
Mutual labels:  cloud-run
backends-for-android
Sample project to accompany my conference talk "Easy, scalable backends for Android"
Stars: ✭ 19 (-51.28%)
Mutual labels:  cloud-run
html-to-svg
svg screenshot of web pages (saves the given URL to an SVG file)
Stars: ✭ 110 (+182.05%)
Mutual labels:  cloud-run
activejob-google cloud tasks-http
Active Job adapter for Google Cloud Tasks HTTP targets
Stars: ✭ 16 (-58.97%)
Mutual labels:  google-cloud-run
automatron
Personal LINE bot to automate various tasks. Home automation, expense tracking, transaction monitoring
Stars: ✭ 139 (+256.41%)
Mutual labels:  cloud-run
souls
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
Stars: ✭ 327 (+738.46%)
Mutual labels:  google-cloud-run
cloud-run-iap-terraform-demo
Deploy an IAP-secured application to Cloud Run using Terraform (e.g. an admin portal or internal company app)
Stars: ✭ 51 (+30.77%)
Mutual labels:  google-cloud-run

Serverless domain redirector

This is an easy-to-configure URL rewrite service that helps you redirect requests easily from one address to another.

You can deploy this to Cloud Run as serverless (pay per request with a generous free tier) by clicking below:

Run on Google Cloud

Setup

To redirect a domain you own like http://foo.com/ to https://bar.com/ with this:

  1. deploy this (click above) and specify the target domain while deploying.
  2. create a domain mapping on Cloud Run to map your foo.com to this app.
  3. update your domain's (foo.com) DNS records to hostnames provided by Cloud Run in the previous step.

Please ★Star if you are using this!

If you want to customize, please feel free to fork this repo and customize with your needs (you can click the "Run on Google Cloud" button from your repository, too)!


This is not an official Google project. See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].