https://github.com/superfly/glitch-custom-hostnames
Run any glitch app with a custom hostname
https://github.com/superfly/glitch-custom-hostnames
Last synced: 3 months ago
JSON representation
Run any glitch app with a custom hostname
- Host: GitHub
- URL: https://github.com/superfly/glitch-custom-hostnames
- Owner: superfly
- Created: 2018-06-25T19:47:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T01:19:55.000Z (almost 7 years ago)
- Last Synced: 2025-03-07T01:18:44.966Z (3 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glitch App on a custom domain
This is a Fly Edge Application that lets you deliver your Glitch apps with custom hostnames/domain names.
## Local development
You can run it locally to see what it does. First clone the repository. Then edit (index.js#L4) with your Glitch Application URL (it uses fly-example by default).
```bash
git clone https://github.com/superfly/glitch-custom-hostnames.git
npm install
npm start
```Then open http://localhost:3000
## Deploying + adding hostnames
```bash
fly login # register at https://fly.io first
fly apps create # create an edge app
fly deploy # deploy your app
fly hostnames add # add a hostname
```