Answer the question
In order to leave comments, you need to log in
Are there any open source solutions for your own image server?
I have several sites of a unified theme with a common login. There is also a lot of logic and data that is common to everyone. Is there a solution for self hosting images? (not Amazon AWS and other cloud ones, but those that can be hosted on your server).
Answer the question
In order to leave comments, you need to log in
You would specify the requirements, otherwise, by and large, the usual nginx + vsftpd is already an open source solution for hosting images.
If you need your own analogue of Amazon S3, install Ceph on your server .
If you just need to distribute files, then nginx is probably enough as a web server and HAProxy as a load balancer. An example in haproxy + nginx reverse proxy
And, in general, if you need to provide many different services from your cloud, then you can take OpenStack as a basis .
Are you looking for a photo hosting script? Then akina-photohost.org
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question