this post was submitted on 15 Apr 2021
26 points (100.0% liked)

Open Source

33091 readers
350 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I am not really sure if its even possible, but is there some kind of Open-Source Self-Hosted CDN software? I'm new to this so please don't bully me on the comments.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 years ago (2 children)

Yes, you can run for example Nginx or Varnish or Caddy web server software to serve static content like images and java script files. Here an example.

https://www.nginx.com/blog/learn-to-stop-worrying-build-cdn/

[–] [email protected] 2 points 3 years ago

I'll have a look when i have some free time, thx!

[–] [email protected] 1 points 3 years ago

Apache HTTP Server with load_balancing modules can work like it too.

There is also HAProxy.