Difference between revisions of "Cloud Connection"

From wiki.fine.cz
Jump to navigation Jump to search
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Set Up an S3 Server on Synology NAS ==
* [[Set Up an S3 Server on Synology NAS]]
 
* [[Set Up an Azure File Share]]
=== Installing Docker and MinIO Server ===
* [[Connection to Google Drive]]
 
* [[Connection to Microsoft OneDrive]]
# Once the NAS is running, navigate to the Package Center and install '''Docker'''.
* [[Connection to Dropbox]]
# Open the '''Docker''' app, and navigate to '''Registry'''. Select '''minio/minio'''.
# Double click '''minio/minio''' and choose the latest build.
# Choose '''Container''' and select '''Create''' to make your Minio server container. Select '''Minio''', and click '''Next'''. Select '''Use the same network as Docker Host''' and click '''Next'''. Select '''Advanced Settings''', and then '''Execution Command'''. Type <code>minio server /data</code> in the '''Command''' field and click '''Save'''.
# Click '''Next''' and choose '''Add Folder'''. Select '''Create Folder''', enter a new folder name, and click '''OK'''. In this example, the folder is called MylioStorage.
# Choose '''Select''' and type <code>/data</code> for the '''mount path''' and click '''Next''' and '''Done'''.
# You now have a MinIO S3 server. Verify it is running by selecting '''Container''' and checking the status.

Latest revision as of 11:11, 25 April 2024