<?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-05-05T18:17:32Z</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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container_manager.png|frameless|915x915px]]&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' build and download container image.&lt;br /&gt;
[[File:Docker_Repository.png|frameless|903x903px]]&lt;br /&gt;
* Deploy the image by giving it a '''name''' and selecting '''auto-restart''' and click '''Next'''.&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 '''Port Settings'''.&lt;br /&gt;
[[File:Container-ports.png|frameless|706x706px]]&lt;br /&gt;
* Create a '''folder''' 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 '''Volume Settings''' 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 '''Environment''' variables  '''MINIO_ROOT_USER''' and '''MINIO_ROOT_PASSWORD''' 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 ''have'' to have the '''Execution Command''' 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 '''Summary''' 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 '''Container''' 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 '''NAS IP''' along with '''9090''' 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 '''username''' and '''password''' to access the Object Store web page.&lt;br /&gt;
[[File:Minio-overview.png|frameless|879x879px]]&lt;br /&gt;
* Choose '''Create a Bucket''' and enter the desired bucket name and click '''Create Bucket'''. &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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container_manager.png|frameless|721x721px]]&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' build and download container image.&lt;br /&gt;
[[File:Docker_Repository.png|frameless|719x719px]]&lt;br /&gt;
* Deploy the image by giving it a '''name''' and selecting '''auto-restart''' and click '''Next'''.&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 '''Port Settings'''.&lt;br /&gt;
[[File:Container-ports.png|frameless|706x706px]]&lt;br /&gt;
* Create a '''folder''' 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 '''Volume Settings''' 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 '''Environment''' variables  '''MINIO_ROOT_USER''' and '''MINIO_ROOT_PASSWORD''' 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 ''have'' to have the '''Execution Command''' 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 '''Summary''' 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 '''Container''' 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 '''NAS IP''' along with '''9090''' 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 '''username''' and '''password''' to access the Object Store web page.&lt;br /&gt;
[[File:Minio-overview.png|frameless|663x663px]]&lt;br /&gt;
* Choose '''Create a Bucket''' and enter the desired bucket name and click '''Create Bucket'''. &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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container manager.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' 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 '''name''' and selecting '''auto-restart''' and click '''Next'''.&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 '''Port Settings'''.&lt;br /&gt;
[[File:Container-ports.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Create a '''folder''' 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 '''Volume Settings''' 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 '''Environment''' variables  '''MINIO_ROOT_USER''' and '''MINIO_ROOT_PASSWORD''' 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 ''have'' to have the '''Execution Command''' 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 '''Summary''' 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 '''Container''' 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 '''NAS IP''' along with '''9090''' 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 '''username''' and '''password''' to access the Object Store web page.&lt;br /&gt;
[[File:Minio-overview.png|center|frame]]&lt;br /&gt;
* Choose '''Create a Bucket''' and enter the desired bucket name and click '''Create Bucket'''. &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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container manager.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' 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 '''name''' and selecting '''auto-restart'''.&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 '''Port Settings'''.&lt;br /&gt;
[[File:Container-ports.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Create a '''folder''' 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 '''Volume Settings''' 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 '''Environment''' variables  '''MINIO_ROOT_USER''' and '''MINIO_ROOT_PASSWORD''' 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 ''have'' to have the '''execution''' 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 '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container manager.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' 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 '''name''' and selecting '''auto-restart'''.&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 '''Port Settings'''.&lt;br /&gt;
[[File:Container-ports.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
* Create a '''folder''' 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 '''Volume Settings''' 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 '''Environment''' variables '''MINIO_ROOT_USER''' and '''MINIO_ROOT_PASSWORD'''.  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 '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container manager.png|center|frameless|822x822px]]&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' 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 '''name''' and selecting '''auto restart'''.&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 '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container manager.png|center|frameless|822x822px]]&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' build and download container image.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Deploy the image by giving it a '''name''' and selecting '''auto restart'''.&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 '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
[[File:Container manager.png|center|frameless|822x822px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frameless|836x836px]]&lt;br /&gt;
* 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 &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the '''Command''' field and click '''Save'''.&lt;br /&gt;
* 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.&lt;br /&gt;
* Choose '''Select''' and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the '''mount path''' and click '''Next''' and '''Done'''.&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Container Manager''' 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 '''Container Manager (Docker)'''. If your model is supported navigate to the Package Center and install '''Container Manager (Docker)''' app. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Open the '''Container Manager''' app and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt; and select '''minio/minio'''. Double click '''minio/minio''' and choose the '''latest''' build and download container image.&lt;br /&gt;
[[File:Docker Repository.png|center|frameless|836x836px]]&lt;br /&gt;
* 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 &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the '''Command''' field and click '''Save'''.&lt;br /&gt;
* 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.&lt;br /&gt;
* Choose '''Select''' and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the '''mount path''' and click '''Next''' and '''Done'''.&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Docker''' app.&lt;br /&gt;
*Open the '''Docker''' app, and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt;  and select '''minio/minio'''.&lt;br /&gt;
[[File:Repository.jpg|border|center|frameless|900x900px]]&lt;br /&gt;
&lt;br /&gt;
* Double click '''minio/minio''' and choose the latest build.&lt;br /&gt;
&lt;br /&gt;
* 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 &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the '''Command''' field and click '''Save'''.&lt;br /&gt;
* 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.&lt;br /&gt;
* Choose '''Select''' and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the '''mount path''' and click '''Next''' and '''Done'''.&lt;br /&gt;
* You now have a MinIO S3 server. Verify it is running by selecting '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Docker''' app.&lt;br /&gt;
# Open the '''Docker''' app, and navigate to '''Registry'''. Search for &amp;lt;code&amp;gt;minio&amp;lt;/code&amp;gt;  and select '''minio/minio'''.&lt;br /&gt;
# Double click '''minio/minio''' and choose the latest build.&lt;br /&gt;
# 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 &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the '''Command''' field and click '''Save'''.&lt;br /&gt;
# 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.&lt;br /&gt;
# Choose '''Select''' and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the '''mount path''' and click '''Next''' and '''Done'''.&lt;br /&gt;
# You now have a MinIO S3 server. Verify it is running by selecting '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Docker''' app.&lt;br /&gt;
# Open the '''Docker''' app, and navigate to '''Registry'''. Select '''minio/minio'''.&lt;br /&gt;
# Double click '''minio/minio''' and choose the latest build.&lt;br /&gt;
# 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 &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the '''Command''' field and click '''Save'''.&lt;br /&gt;
# 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.&lt;br /&gt;
# Choose '''Select''' and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the '''mount path''' and click '''Next''' and '''Done'''.&lt;br /&gt;
# You now have a MinIO S3 server. Verify it is running by selecting '''Container''' 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 '''NAS IP''' along with '''9000''' 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 '''username''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; and '''password''' &amp;lt;code&amp;gt;minioadmin&amp;lt;/code&amp;gt; to access the Object Store web page.&lt;br /&gt;
# 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.&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 '''Docker'''.&lt;br /&gt;
# Open the '''Docker''' app, and navigate to '''Registry'''. Select '''minio/minio'''.&lt;br /&gt;
# Double click '''minio/minio''' and choose the latest build.&lt;br /&gt;
# 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 &amp;lt;code&amp;gt;minio server /data&amp;lt;/code&amp;gt; in the '''Command''' field and click '''Save'''.&lt;br /&gt;
# 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.&lt;br /&gt;
# Choose '''Select''' and type &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; for the '''mount path''' and click '''Next''' and '''Done'''.&lt;br /&gt;
# You now have a MinIO S3 server. Verify it is running by selecting '''Container''' 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'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'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'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>