You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freedom Controller
Is it possible to use a Synology NAS for storage rather than Amazon S3?
Dave Jones
unread,
May 25, 2017, 6:35:06 PM5/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freedom Controller
No. Sorry. It's really either internal or s3. The idea is that you want your server protected from having to serve content to the public directly. It just exists for you and your users to interact with. The rest of the world that wants your content gets it served from S3 because it's dirt cheap, secure, persistent and infinitely scalable. All things a virtual server lacks. That's why the dependence on S3. It's all open-source though, so you can add anything you like if you wanted that. :-) Good question though.
DJ
Dan Curry
unread,
May 26, 2017, 9:33:25 AM5/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freedom Controller
So, I'm not clear about how to install. I have a Mac. In your install video, you use Digital Ocean AND Amazon S3. Does that mean you need to create a server and a storage location? If that is the case, can't I use the Synology for the server part of this. I apologize for not grasping this -- I realize this really basic.
Chris Tonkinson
unread,
May 30, 2017, 5:33:14 PM5/30/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freedom Controller
Not out of the box, since it's using the AWS sdk. But it'd be fairly trivial to add the endpoints for a compatible S3-like service. If anyone needs that, tell me.
DJ
Richard Hughes
unread,
Apr 3, 2019, 1:13:08 PM4/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freedom Controller
Hi Dave,
I'd love to run this locally.
Are there VMs or docker containers for this?
-Rich
Mike Cerny
unread,
Apr 3, 2019, 3:41:25 PM4/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Richard Hughes, Freedom Controller
You might check out Minio which looks like it can be installed as a Docker container and offers an S3-compatible API. In this article the author installs it on a Synology device which is fine if you have enough CPU power in your Synolgoy device.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freedom Controller
Currently I haven’t built a docker container for it. If you, or anyone else would like to do that it’d be great. It’s been on my todo list forever. I’m struggling with Ubuntu 18 LTS install compatibility at the moment. It’s painful with so many of the older php dependencies being dropped.