<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.fine.cz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Osokol</id>
	<title>wiki.fine.cz - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fine.cz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Osokol"/>
	<link rel="alternate" type="text/html" href="https://wiki.fine.cz/wiki/Special:Contributions/Osokol"/>
	<updated>2026-08-06T22:32:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=583</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=583"/>
		<updated>2023-11-15T19:39:42Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container_manager.png|frameless|915x915px]]&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker_Repository.png|frameless|903x903px]]&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto-restart&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container_name.png|frameless|896x896px]]&lt;br /&gt;
*The container will use both ports 9000 and 9090 (TCP). Define that under &amp;#039;&amp;#039;&amp;#039;Port Settings&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container-ports.png|frameless|706x706px]]&lt;br /&gt;
* Create a &amp;#039;&amp;#039;&amp;#039;folder&amp;#039;&amp;#039;&amp;#039; with some name in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; root shared folder and mount that under &amp;#039;&amp;#039;&amp;#039;Volume Settings&amp;#039;&amp;#039;&amp;#039; as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Container-volume.png|frameless|683x683px]]&lt;br /&gt;
*Add two new &amp;#039;&amp;#039;&amp;#039;Environment&amp;#039;&amp;#039;&amp;#039; variables  &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_USER&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_PASSWORD&amp;#039;&amp;#039;&amp;#039; to set the &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; user credentials.  NOTE: The password and username will be logged, you should generate a long random string for this ([https://min.io/docs/minio/linux/administration/identity-access-management/minio-user-management.html#minio-root-user further reading])&lt;br /&gt;
[[File:Container-env.png|frameless|569x569px]]&lt;br /&gt;
*You &amp;#039;&amp;#039;have&amp;#039;&amp;#039; to have the &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039; configured to actually get it to run the Minio server. Otherwise the container just exists. Set the execution command to:  &amp;lt;code&amp;gt;minio server /data --console-address &amp;quot;:9090&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
[[File:Container-exec.png|frameless|636x636px]]&lt;br /&gt;
*That was all of the required settings. Your &amp;#039;&amp;#039;&amp;#039;Summary&amp;#039;&amp;#039;&amp;#039; page should look like this.&lt;br /&gt;
[[File:Container-summary.png|frameless|906x906px]]&lt;br /&gt;
*You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
* Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9090&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;192.168.0.30:9090&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
[[File:Minio-server.png|frameless|870x870px]]&lt;br /&gt;
* Enter the configured &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; to access the Object Store web page.&lt;br /&gt;
[[File:Minio-overview.png|frameless|879x879px]]&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
[[File:Minio-bucket.png|frameless|888x888px]]&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=582</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=582"/>
		<updated>2023-11-15T19:37:47Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container_manager.png|frameless|721x721px]]&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker_Repository.png|frameless|719x719px]]&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto-restart&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container_name.png|frameless|709x709px]]&lt;br /&gt;
*The container will use both ports 9000 and 9090 (TCP). Define that under &amp;#039;&amp;#039;&amp;#039;Port Settings&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container-ports.png|frameless|706x706px]]&lt;br /&gt;
* Create a &amp;#039;&amp;#039;&amp;#039;folder&amp;#039;&amp;#039;&amp;#039; with some name in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; root shared folder and mount that under &amp;#039;&amp;#039;&amp;#039;Volume Settings&amp;#039;&amp;#039;&amp;#039; as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:Container-volume.png|frameless|683x683px]]&lt;br /&gt;
*Add two new &amp;#039;&amp;#039;&amp;#039;Environment&amp;#039;&amp;#039;&amp;#039; variables  &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_USER&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_PASSWORD&amp;#039;&amp;#039;&amp;#039; to set the &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; user credentials.  NOTE: The password and username will be logged, you should generate a long random string for this ([https://min.io/docs/minio/linux/administration/identity-access-management/minio-user-management.html#minio-root-user further reading])&lt;br /&gt;
[[File:Container-env.png|frameless|569x569px]]&lt;br /&gt;
*You &amp;#039;&amp;#039;have&amp;#039;&amp;#039; to have the &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039; configured to actually get it to run the Minio server. Otherwise the container just exists. Set the execution command to:  &amp;lt;code&amp;gt;minio server /data --console-address &amp;quot;:9090&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
[[File:Container-exec.png|frameless|636x636px]]&lt;br /&gt;
*That was all of the required settings. Your &amp;#039;&amp;#039;&amp;#039;Summary&amp;#039;&amp;#039;&amp;#039; page should look like this.&lt;br /&gt;
[[File:Container-summary.png|frameless|725x725px]]&lt;br /&gt;
*You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
* Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9090&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;192.168.0.30:9090&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
[[File:Minio-server.png|frameless|692x692px]]&lt;br /&gt;
* Enter the configured &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; to access the Object Store web page.&lt;br /&gt;
[[File:Minio-overview.png|frameless|663x663px]]&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
[[File:Minio-bucket.png|frameless|668x668px]]&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=581</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=581"/>
		<updated>2023-11-15T19:31:18Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container manager.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto-restart&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container name.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*The container will use both ports 9000 and 9090 (TCP). Define that under &amp;#039;&amp;#039;&amp;#039;Port Settings&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container-ports.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Create a &amp;#039;&amp;#039;&amp;#039;folder&amp;#039;&amp;#039;&amp;#039; with some name in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; root shared folder and mount that under &amp;#039;&amp;#039;&amp;#039;Volume Settings&amp;#039;&amp;#039;&amp;#039; as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Container-volume.png|center|frame]]&lt;br /&gt;
*Add two new &amp;#039;&amp;#039;&amp;#039;Environment&amp;#039;&amp;#039;&amp;#039; variables  &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_USER&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_PASSWORD&amp;#039;&amp;#039;&amp;#039; to set the &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; user credentials.  NOTE: The password and username will be logged, you should generate a long random string for this ([https://min.io/docs/minio/linux/administration/identity-access-management/minio-user-management.html#minio-root-user further reading])&lt;br /&gt;
[[File:Container-env.png|center|frame]]&lt;br /&gt;
*You &amp;#039;&amp;#039;have&amp;#039;&amp;#039; to have the &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039; configured to actually get it to run the Minio server. Otherwise the container just exists. Set the execution command to:  &amp;lt;code&amp;gt;minio server /data --console-address &amp;quot;:9090&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
[[File:Container-exec.png|center|frame]]&lt;br /&gt;
*That was all of the required settings. Your &amp;#039;&amp;#039;&amp;#039;Summary&amp;#039;&amp;#039;&amp;#039; page should look like this.&lt;br /&gt;
[[File:Container-summary.png|center|frame]]&lt;br /&gt;
*You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
* Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9090&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;192.168.0.30:9090&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
[[File:Minio-server.png|center|frame]]&lt;br /&gt;
* Enter the configured &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; to access the Object Store web page.&lt;br /&gt;
[[File:Minio-overview.png|center|frame]]&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
[[File:Minio-bucket.png|center|frame]]&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Minio-bucket.png&amp;diff=580</id>
		<title>File:Minio-bucket.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Minio-bucket.png&amp;diff=580"/>
		<updated>2023-11-15T19:30:40Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minio-bucket&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Minio-overview.png&amp;diff=579</id>
		<title>File:Minio-overview.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Minio-overview.png&amp;diff=579"/>
		<updated>2023-11-15T19:29:50Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minio-overview&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Minio-server.png&amp;diff=578</id>
		<title>File:Minio-server.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Minio-server.png&amp;diff=578"/>
		<updated>2023-11-15T19:26:06Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Minio-server&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container-summary.png&amp;diff=577</id>
		<title>File:Container-summary.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container-summary.png&amp;diff=577"/>
		<updated>2023-11-15T19:20:01Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container-summary&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container-exec.png&amp;diff=576</id>
		<title>File:Container-exec.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container-exec.png&amp;diff=576"/>
		<updated>2023-11-15T19:18:20Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container-exec&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=575</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=575"/>
		<updated>2023-11-15T19:16:03Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container manager.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto-restart&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container name.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*The container will use both ports 9000 and 9090 (TCP). Define that under &amp;#039;&amp;#039;&amp;#039;Port Settings&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container-ports.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Create a &amp;#039;&amp;#039;&amp;#039;folder&amp;#039;&amp;#039;&amp;#039; with some name in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; root shared folder and mount that under &amp;#039;&amp;#039;&amp;#039;Volume Settings&amp;#039;&amp;#039;&amp;#039; as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Container-volume.png|center|frame]]&lt;br /&gt;
*Add two new &amp;#039;&amp;#039;&amp;#039;Environment&amp;#039;&amp;#039;&amp;#039; variables  &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_USER&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_PASSWORD&amp;#039;&amp;#039;&amp;#039; to set the &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; user credentials.  NOTE: The password and username will be logged, you should generate a long random string for this ([https://min.io/docs/minio/linux/administration/identity-access-management/minio-user-management.html#minio-root-user further reading])&lt;br /&gt;
[[File:Container-env.png|center|frame]]&lt;br /&gt;
*You &amp;#039;&amp;#039;have&amp;#039;&amp;#039; to have the &amp;#039;&amp;#039;&amp;#039;execution&amp;#039;&amp;#039;&amp;#039; command in here to actually get it to run the minio server. Otherwise the container just exists Set the execution command to:  &amp;lt;code&amp;gt;minio server /data --console-address &amp;quot;:9090&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
*&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container-env.png&amp;diff=574</id>
		<title>File:Container-env.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container-env.png&amp;diff=574"/>
		<updated>2023-11-15T19:11:44Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container-env&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=573</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=573"/>
		<updated>2023-11-15T19:09:36Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container manager.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto-restart&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container name.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*The container will use both ports 9000 and 9090 (TCP). Define that under &amp;#039;&amp;#039;&amp;#039;Port Settings&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Container-ports.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Create a &amp;#039;&amp;#039;&amp;#039;folder&amp;#039;&amp;#039;&amp;#039; with some name in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; root shared folder and mount that under &amp;#039;&amp;#039;&amp;#039;Volume Settings&amp;#039;&amp;#039;&amp;#039; as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Container-volume.png|center|frame]]&lt;br /&gt;
*Add two new &amp;#039;&amp;#039;&amp;#039;Environment&amp;#039;&amp;#039;&amp;#039; variables &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_USER&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;MINIO_ROOT_PASSWORD&amp;#039;&amp;#039;&amp;#039;.  NOTE: The password and username will be logged, you should generate a long random string for this (further reading)&lt;br /&gt;
*&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container-volume.png&amp;diff=572</id>
		<title>File:Container-volume.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container-volume.png&amp;diff=572"/>
		<updated>2023-11-15T18:58:38Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container-volume&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container-ports.png&amp;diff=571</id>
		<title>File:Container-ports.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container-ports.png&amp;diff=571"/>
		<updated>2023-11-15T18:56:41Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container-ports&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container_name.png&amp;diff=570</id>
		<title>File:Container name.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container_name.png&amp;diff=570"/>
		<updated>2023-11-15T18:54:34Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container name&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=569</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=569"/>
		<updated>2023-11-15T18:34:51Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container manager.png|center|frameless|822x822px]]&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frameless|828x828px]]&lt;br /&gt;
&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto restart&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a folder in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; shared folder and mount that under volume settings as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
*Minio will repopulate a ton of environmental variables. Delete all of them.&lt;br /&gt;
*&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=568</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=568"/>
		<updated>2023-11-15T18:25:42Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container manager.png|center|frameless|822x822px]]&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Deploy the image by giving it a &amp;#039;&amp;#039;&amp;#039;name&amp;#039;&amp;#039;&amp;#039; and selecting &amp;#039;&amp;#039;&amp;#039;auto restart&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
*Create a folder in the &amp;lt;code&amp;gt;/docker&amp;lt;/code&amp;gt; shared folder, or your own &amp;lt;code&amp;gt;/minio&amp;lt;/code&amp;gt; shared folder and mount that under volume settings as &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;&lt;br /&gt;
*Minio will repopulate a ton of environmental variables. Delete all of them.&lt;br /&gt;
*&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=567</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=567"/>
		<updated>2023-11-15T18:11:43Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
[[File:Container manager.png|center|frameless|822x822px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frameless|836x836px]]&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and select &amp;#039;&amp;#039;&amp;#039;Create&amp;#039;&amp;#039;&amp;#039; to make your Minio server container. Select &amp;#039;&amp;#039;&amp;#039;Minio&amp;#039;&amp;#039;&amp;#039;, and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Use the same network as Docker Host&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Advanced Settings&amp;#039;&amp;#039;&amp;#039;, and then &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039;. Type &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the &amp;#039;&amp;#039;&amp;#039;Command&amp;#039;&amp;#039;&amp;#039; field and click &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* Click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;Add Folder&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Create Folder&amp;#039;&amp;#039;&amp;#039;, enter a new folder name, and click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;. In this example, the folder is called MylioStorage.&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Select&amp;#039;&amp;#039;&amp;#039; and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the &amp;#039;&amp;#039;&amp;#039;mount path&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Done&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Container_manager.png&amp;diff=566</id>
		<title>File:Container manager.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Container_manager.png&amp;diff=566"/>
		<updated>2023-11-15T18:11:15Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Container manager&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=565</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=565"/>
		<updated>2023-11-15T18:08:35Z</updated>

		<summary type="html">&lt;p&gt;Osokol: /* Set Up an S3 Server on Synology NAS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* See list of [https://www.synology.com/en-uk/dsm/packages/ContainerManager Synology Applied Models] for &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039;. If your model is supported navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Container Manager (Docker)&amp;#039;&amp;#039;&amp;#039; app. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Container Manager&amp;#039;&amp;#039;&amp;#039; app and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;. Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the &amp;#039;&amp;#039;&amp;#039;latest&amp;#039;&amp;#039;&amp;#039; build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frameless|836x836px]]&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and select &amp;#039;&amp;#039;&amp;#039;Create&amp;#039;&amp;#039;&amp;#039; to make your Minio server container. Select &amp;#039;&amp;#039;&amp;#039;Minio&amp;#039;&amp;#039;&amp;#039;, and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Use the same network as Docker Host&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Advanced Settings&amp;#039;&amp;#039;&amp;#039;, and then &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039;. Type &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the &amp;#039;&amp;#039;&amp;#039;Command&amp;#039;&amp;#039;&amp;#039; field and click &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* Click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;Add Folder&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Create Folder&amp;#039;&amp;#039;&amp;#039;, enter a new folder name, and click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;. In this example, the folder is called MylioStorage.&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Select&amp;#039;&amp;#039;&amp;#039; and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the &amp;#039;&amp;#039;&amp;#039;mount path&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Done&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=File:Docker_Repository.png&amp;diff=564</id>
		<title>File:Docker Repository.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=File:Docker_Repository.png&amp;diff=564"/>
		<updated>2023-11-15T18:04:55Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Docker Repository&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=562</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=562"/>
		<updated>2023-11-15T15:10:11Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing Docker and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
* Once the Synology NAS is installed and running, navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app.&lt;br /&gt;
*Open the &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app, and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt;  and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
[[File:Repository.jpg|border|center|frameless|900x900px]]&lt;br /&gt;
&lt;br /&gt;
* Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the latest build.&lt;br /&gt;
&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and select &amp;#039;&amp;#039;&amp;#039;Create&amp;#039;&amp;#039;&amp;#039; to make your Minio server container. Select &amp;#039;&amp;#039;&amp;#039;Minio&amp;#039;&amp;#039;&amp;#039;, and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Use the same network as Docker Host&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Advanced Settings&amp;#039;&amp;#039;&amp;#039;, and then &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039;. Type &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the &amp;#039;&amp;#039;&amp;#039;Command&amp;#039;&amp;#039;&amp;#039; field and click &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* Click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;Add Folder&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Create Folder&amp;#039;&amp;#039;&amp;#039;, enter a new folder name, and click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;. In this example, the folder is called MylioStorage.&lt;br /&gt;
* Choose &amp;#039;&amp;#039;&amp;#039;Select&amp;#039;&amp;#039;&amp;#039; and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the &amp;#039;&amp;#039;&amp;#039;mount path&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Done&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=560</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=560"/>
		<updated>2023-11-15T14:27:17Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing Docker and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
# Once the Synology NAS is installed and running, navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app.&lt;br /&gt;
# Open the &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app, and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt;  and select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the latest build.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and select &amp;#039;&amp;#039;&amp;#039;Create&amp;#039;&amp;#039;&amp;#039; to make your Minio server container. Select &amp;#039;&amp;#039;&amp;#039;Minio&amp;#039;&amp;#039;&amp;#039;, and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Use the same network as Docker Host&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Advanced Settings&amp;#039;&amp;#039;&amp;#039;, and then &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039;. Type &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the &amp;#039;&amp;#039;&amp;#039;Command&amp;#039;&amp;#039;&amp;#039; field and click &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;Add Folder&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Create Folder&amp;#039;&amp;#039;&amp;#039;, enter a new folder name, and click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;. In this example, the folder is called MylioStorage.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Select&amp;#039;&amp;#039;&amp;#039; and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the &amp;#039;&amp;#039;&amp;#039;mount path&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Done&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=559</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=559"/>
		<updated>2023-11-15T13:47:11Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing Docker and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
# Once the Synology NAS is installed and running, navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app.&lt;br /&gt;
# Open the &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app, and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the latest build.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and select &amp;#039;&amp;#039;&amp;#039;Create&amp;#039;&amp;#039;&amp;#039; to make your Minio server container. Select &amp;#039;&amp;#039;&amp;#039;Minio&amp;#039;&amp;#039;&amp;#039;, and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Use the same network as Docker Host&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Advanced Settings&amp;#039;&amp;#039;&amp;#039;, and then &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039;. Type &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the &amp;#039;&amp;#039;&amp;#039;Command&amp;#039;&amp;#039;&amp;#039; field and click &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;Add Folder&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Create Folder&amp;#039;&amp;#039;&amp;#039;, enter a new folder name, and click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;. In this example, the folder is called MylioStorage.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Select&amp;#039;&amp;#039;&amp;#039; and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the &amp;#039;&amp;#039;&amp;#039;mount path&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Done&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;br /&gt;
&lt;br /&gt;
=== Creating a Bucket ===&lt;br /&gt;
&lt;br /&gt;
# Open a Browser and type in your &amp;#039;&amp;#039;&amp;#039;NAS IP&amp;#039;&amp;#039;&amp;#039; along with &amp;#039;&amp;#039;&amp;#039;9000&amp;#039;&amp;#039;&amp;#039; as the port (e.g. &amp;lt;code&amp;gt;10.0.0.30:9000&amp;lt;/code&amp;gt;) to access the Minio Object Store web page.&lt;br /&gt;
# Enter the default &amp;#039;&amp;#039;&amp;#039;username&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and &amp;#039;&amp;#039;&amp;#039;password&amp;#039;&amp;#039;&amp;#039; &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Create a Bucket&amp;#039;&amp;#039;&amp;#039; and enter the desired bucket name and click &amp;#039;&amp;#039;&amp;#039;Create Bucket&amp;#039;&amp;#039;&amp;#039;. Copy your bucket name and paste the information into a safe place (e.g., a notes app or word processing document) for later use.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=558</id>
		<title>Cloud Connection</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Cloud_Connection&amp;diff=558"/>
		<updated>2023-11-15T13:42:12Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Up an S3 Server on Synology NAS ==&lt;br /&gt;
&lt;br /&gt;
=== Installing Docker and MinIO Server ===&lt;br /&gt;
&lt;br /&gt;
# Once the NAS is running, navigate to the Package Center and install &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Open the &amp;#039;&amp;#039;&amp;#039;Docker&amp;#039;&amp;#039;&amp;#039; app, and navigate to &amp;#039;&amp;#039;&amp;#039;Registry&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Double click &amp;#039;&amp;#039;&amp;#039;minio/minio&amp;#039;&amp;#039;&amp;#039; and choose the latest build.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and select &amp;#039;&amp;#039;&amp;#039;Create&amp;#039;&amp;#039;&amp;#039; to make your Minio server container. Select &amp;#039;&amp;#039;&amp;#039;Minio&amp;#039;&amp;#039;&amp;#039;, and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Use the same network as Docker Host&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Advanced Settings&amp;#039;&amp;#039;&amp;#039;, and then &amp;#039;&amp;#039;&amp;#039;Execution Command&amp;#039;&amp;#039;&amp;#039;. Type &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the &amp;#039;&amp;#039;&amp;#039;Command&amp;#039;&amp;#039;&amp;#039; field and click &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;Add Folder&amp;#039;&amp;#039;&amp;#039;. Select &amp;#039;&amp;#039;&amp;#039;Create Folder&amp;#039;&amp;#039;&amp;#039;, enter a new folder name, and click &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039;. In this example, the folder is called MylioStorage.&lt;br /&gt;
# Choose &amp;#039;&amp;#039;&amp;#039;Select&amp;#039;&amp;#039;&amp;#039; and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the &amp;#039;&amp;#039;&amp;#039;mount path&amp;#039;&amp;#039;&amp;#039; and click &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Done&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# You now have a MinIO S3 server. Verify it is running by selecting &amp;#039;&amp;#039;&amp;#039;Container&amp;#039;&amp;#039;&amp;#039; and checking the status.&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2022-03-17T11:59:46Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
[[Pojmenovaná data]]&lt;br /&gt;
&lt;br /&gt;
[[Jednotky]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Main_Page&amp;diff=7</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Main_Page&amp;diff=7"/>
		<updated>2022-03-17T11:49:55Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=Main_Page&amp;diff=5</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=Main_Page&amp;diff=5"/>
		<updated>2022-03-17T11:29:25Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;MediaWiki has been installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
test&lt;br /&gt;
&lt;br /&gt;
test&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=MediaWiki:Common.css&amp;diff=3</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=MediaWiki:Common.css&amp;diff=3"/>
		<updated>2022-03-17T09:31:11Z</updated>

		<summary type="html">&lt;p&gt;Osokol: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
	<entry>
		<id>https://wiki.fine.cz/index.php?title=MediaWiki:Common.css&amp;diff=2</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.fine.cz/index.php?title=MediaWiki:Common.css&amp;diff=2"/>
		<updated>2022-03-17T09:29:05Z</updated>

		<summary type="html">&lt;p&gt;Osokol: Created page with &amp;quot;/* CSS placed here will be applied to all skins */ ca-talk { display:none!important; }&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
ca-talk { display:none!important; }&lt;/div&gt;</summary>
		<author><name>Osokol</name></author>
	</entry>
</feed>