cactus / go-camo

A secure image proxy server
MIT License
255 stars 48 forks source link

Debian + php #17

Closed DarkZeroCD closed 7 years ago

DarkZeroCD commented 7 years ago

Hello,

Can your solution run on a dedicated Debian-based server? A script in php is it easy to write? If possible, do you think you can help me? This is to replace the atmos/camo solution

Thank you in advance

dropwhile commented 7 years ago

There should be no problem running go-camo on a debian server. The linux binary should function just fine.

As for php, there is a php library named camo-url-generator that may work for you (no personal experience using it).

However, if you already use atmos/camo, there honestly shouldn't be much work you need to do, aside from getting go-camo itself running. go-camo is mostly compatible -- just make sure you use "path format" urls and not "query string format" urls.

Unfortunately, I don't have time to assist you with general setup or configuration, beyond pointing out that some information is already documented in the README and man pages.

DarkZeroCD commented 7 years ago

Ok, thanks for the information, I thought go-camo was more powerful and stable. If it's the same thing, no need to change it.

dropwhile commented 7 years ago

The differences are outlined in the readme. I think it has quite a few improvements over atmos/camo. I simply said it should be, more or less, a drop in replacement.

Closing ticket.