Difference between revisions of "Cloud Connection"

From wiki.fine.cz
Jump to navigation Jump to search
(Created page with "to be made")
 
Line 1: Line 1:
to be made
== Set Up an S3 Server on Synology NAS ==
 
=== Installing Docker and MinIO Server ===
 
# Once the NAS is running, navigate to the Package Center and install '''Docker'''.
# 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.

Revision as of 15:42, 15 November 2023

Set Up an S3 Server on Synology NAS

Installing Docker and MinIO Server

  1. Once the NAS is running, navigate to the Package Center and install Docker.
  2. Open the Docker app, and navigate to Registry. Select minio/minio.
  3. Double click minio/minio and choose the latest build.
  4. 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 minio server /data in the Command field and click Save.
  5. 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.
  6. Choose Select and type /data for the mount path and click Next and Done.
  7. You now have a MinIO S3 server. Verify it is running by selecting Container and checking the status.