Fancy file caching server #24

Open
opened 2021-08-23 11:53:27 +02:00 by Jef Roosens · 0 comments
Owner

I have no idea if this has any performance benefits, but it sounds like a cool idea:

Serve our static files using a self-made "CDN" (honestly just a file server). It combination with this, it might be really interesting to write our own reverse proxy that handles routing between the blog & this cdn. Food for thought.

I have this idea where any linked content in my blog posts can be cached in a custom file server that I wrote. This would make my blog independent from any other sites in terms of being available, and the "file server" could manage updating the content if it changes on the original site, but it will always be served from my own servers.

I have no idea if this has any performance benefits, but it sounds like a cool idea: Serve our static files using a self-made "CDN" (honestly just a file server). It combination with this, it might be really interesting to write our own reverse proxy that handles routing between the blog & this cdn. Food for thought. I have this idea where any linked content in my blog posts can be cached in a custom file server that I wrote. This would make my blog independent from any other sites in terms of being available, and the "file server" could manage updating the content if it changes on the original site, but it will always be served from my own servers.
Jef Roosens added the
Idea
label 2021-08-23 11:53:27 +02:00
Jef Roosens changed title from Custom CDN system to Fancy file caching server 2021-08-23 11:56:36 +02:00
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/rusty-bever#24
No description provided.