Difference between revisions of "Cloud Connection"

From wiki.fine.cz
Jump to navigation Jump to search
 
(8 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 '''Container Manager''' and MinIO Server ===
* [[Connection to Google Drive]]
 
* [[Connection to Microsoft OneDrive]]
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app.
* [[Connection to Dropbox]]
[[File:Container manager.png|center|frameless|822x822px]]
 
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for <code>minio</code> and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' build and download container image.
 
 
* Deploy the image by giving it a '''name''' and selecting '''auto restart'''.
*Create a folder in the <code>/docker</code> shared folder, or your own <code>/minio</code> shared folder and mount that under volume settings as <code>/data</code>
*Minio will repopulate a ton of environmental variables. Delete all of them.
*
* You now have a MinIO S3 server. Verify it is running by selecting '''Container''' and checking the status.
 
=== Creating a Bucket ===
 
# Open a Browser and type in your '''NAS IP''' along with '''9000''' as the port (e.g. <code>10.0.0.30:9000</code>) to access the Minio Object Store web page.
# Enter the default '''username''' <code>minioadmin</code> and '''password''' <code>minioadmin</code> to access the Object Store web page.
# Choose '''Create a Bucket''' and enter the desired bucket name and click '''Create Bucket'''. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.

Latest revision as of 11:11, 25 April 2024