alfg/openencoder

Option to use real own infrastructure

deedos opened this issue · 2 comments

Hi. Is it possible to use "machine" on my own infrastructure, like a phisical server/host ? Could I use NFS for my "dest" and "src" ?
thanks in advance

alfg commented

Hi @deedos,

For machines, only DigitalOcean is supported at the moment. AWS is planned.

For storage input and destinations, only S3 is supported at the moment for AWS and DigitalOcean. However, I have plans to add custom S3 providers (such as https://github.com/minio/minio) and FTP as an option.

alfg commented

Added support for custom S3 providers and FTP:
#43
#44