Cloud Connection

From wiki.fine.cz
Revision as of 15:42, 15 November 2023 by Osokol (talk | contribs)
Jump to navigation Jump to search

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.