Data Storage On Github

Describe your feature request
A feature where you can host your website on replit but keep all the code in a git repo

What problem(s) would this feature solve?
It would solve the problem of to much data being kept on replit

2 Likes

Something like this already exists:

I think GitHub can make webpages and then you can do this in your repl:

<img src="https://example.github.io/image.png">

I don’t know the URL that is created in GitHub pages but use that URL. Or what you can use
<img src="https://raw.githubusercontent.com/path/to/example.png">

Note that the URLs probably aren’t correct. The main thing to take away is that you can add the file name to the end and you get a direct link to that file and you can use that in your repl.

1 Like

You can do this by connecting to GitHub? If you really want to you could use GitHub to host it or make a link thing that redirects and runs GitHub files, but that might be complicated.

1 Like

If it’s just static files, use GitHub Pages or similar services.

3 Likes

The better feature request would be allowing FUSE on Repl containers but I doubt that’s gonna happen.

2 Likes