<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Personal cloud with Raspberry Pi and NextCloud on Docker	</title>
	<atom:link href="https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Wed, 24 Jan 2024 09:07:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: ceku		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-23765</link>

		<dc:creator><![CDATA[ceku]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 09:07:27 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-23765</guid>

					<description><![CDATA[the best nextcloud installation you have found on the internet could you please add about adding a fail2ban filter

best regards]]></description>
			<content:encoded><![CDATA[<p>the best nextcloud installation you have found on the internet could you please add about adding a fail2ban filter</p>
<p>best regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: uninvited		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-18797</link>

		<dc:creator><![CDATA[uninvited]]></dc:creator>
		<pubDate>Wed, 05 Oct 2022 19:05:56 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-18797</guid>

					<description><![CDATA[This was a helpful guide, though it glosses over Nextcloud&#039;s built in recommendation to use an external database instead of the packages SQLite. The official image documentation (https://hub.docker.com/_/nextcloud/) recommends installing a MariaDB docker image, but then Nextcloud&#039;s first time set up requires additional variables. Covering the set up of MariaDB for Nextcloud would be a big help!]]></description>
			<content:encoded><![CDATA[<p>This was a helpful guide, though it glosses over Nextcloud&#8217;s built in recommendation to use an external database instead of the packages SQLite. The official image documentation (<a href="https://hub.docker.com/_/nextcloud/" rel="nofollow ugc">https://hub.docker.com/_/nextcloud/</a>) recommends installing a MariaDB docker image, but then Nextcloud&#8217;s first time set up requires additional variables. Covering the set up of MariaDB for Nextcloud would be a big help!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-17852</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 31 Aug 2022 15:25:46 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-17852</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-17822&quot;&gt;Martin&lt;/a&gt;.

Hi Martin,
where is the themes folder mounted? Locally or in a remote folder?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-17822">Martin</a>.</p>
<p>Hi Martin,<br />
where is the themes folder mounted? Locally or in a remote folder?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Martin		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-17822</link>

		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Tue, 30 Aug 2022 19:18:02 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-17822</guid>

					<description><![CDATA[Hi there, I get an error while the container starts and it reboots constantly. The themes folder was empty, so I downloaded manually the nextcloud zip and tried to copy files to the themes folder but the same error occurs. Any suggestions?

Initializing nextcloud 24.0.4.1 ...
rsync: [generator] stat &quot;/var/www/html/themes&quot; failed: No such file or directory (2)
default_perms_for_dir: sys_acl_get_file(themes, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask
rsync: [generator] recv_generator: mkdir &quot;/var/www/html/themes/example&quot; failed: No such file or directory (2)
*** Skipping any contents from this failed directory ***
default_perms_for_dir: sys_acl_get_file(themes, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask
rsync: [receiver] mkstemp &quot;/var/www/html/themes/.README.ipzcBz&quot; failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]

Thanks,
Martin]]></description>
			<content:encoded><![CDATA[<p>Hi there, I get an error while the container starts and it reboots constantly. The themes folder was empty, so I downloaded manually the nextcloud zip and tried to copy files to the themes folder but the same error occurs. Any suggestions?</p>
<p>Initializing nextcloud 24.0.4.1 &#8230;<br />
rsync: [generator] stat &#8220;/var/www/html/themes&#8221; failed: No such file or directory (2)<br />
default_perms_for_dir: sys_acl_get_file(themes, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask<br />
rsync: [generator] recv_generator: mkdir &#8220;/var/www/html/themes/example&#8221; failed: No such file or directory (2)<br />
*** Skipping any contents from this failed directory ***<br />
default_perms_for_dir: sys_acl_get_file(themes, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask<br />
rsync: [receiver] mkstemp &#8220;/var/www/html/themes/.README.ipzcBz&#8221; failed: No such file or directory (2)<br />
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]</p>
<p>Thanks,<br />
Martin</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-16573</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 10:17:41 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-16573</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-16561&quot;&gt;Clayton Stone&lt;/a&gt;.

Hi Clayton,
this installation runs inside a docker container. So, to edit them you need to enter the docker container running NextCloud and change it inside the container (by using the &quot;&lt;code&gt;docker exec -it container_name bash&lt;/code&gt;&quot;).
But, in order to use the containers in the right way, it would be better to map the volumes containing the sites-available / sites-enabled. This strategy allows you to keep your configuration edits even moving to new container versions]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-16561">Clayton Stone</a>.</p>
<p>Hi Clayton,<br />
this installation runs inside a docker container. So, to edit them you need to enter the docker container running NextCloud and change it inside the container (by using the &#8220;<code>docker exec -it container_name bash</code>&#8220;).<br />
But, in order to use the containers in the right way, it would be better to map the volumes containing the sites-available / sites-enabled. This strategy allows you to keep your configuration edits even moving to new container versions</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clayton Stone		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-16561</link>

		<dc:creator><![CDATA[Clayton Stone]]></dc:creator>
		<pubDate>Sun, 03 Jul 2022 17:36:54 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-16561</guid>

					<description><![CDATA[Hey, I know this has been posted for a while, but I referenced it today. Thanks. Where can I edit the apache VirtualHost for nextcloud? I&#039;ve looked in the usual place &quot;sites-available&quot; but there&#039;s just the default VirtualHost there. I usually use nginx, so not familiar with apache at all. Any suggestions? Just need to update some headers. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hey, I know this has been posted for a while, but I referenced it today. Thanks. Where can I edit the apache VirtualHost for nextcloud? I&#8217;ve looked in the usual place &#8220;sites-available&#8221; but there&#8217;s just the default VirtualHost there. I usually use nginx, so not familiar with apache at all. Any suggestions? Just need to update some headers. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-4525</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 29 Jul 2021 18:51:24 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-4525</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-4513&quot;&gt;Axel&lt;/a&gt;.

Hi Axel.
You found the right parameter to change. First number is the port binded externally (the one you use in your browser). The second number is the port (inside the container) where service is published (and should stay unchanged until you don&#039;t change the web server configuration files). To be short, you have to use 8085:80 in order to get your goal.
Hope this helps]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-4513">Axel</a>.</p>
<p>Hi Axel.<br />
You found the right parameter to change. First number is the port binded externally (the one you use in your browser). The second number is the port (inside the container) where service is published (and should stay unchanged until you don&#8217;t change the web server configuration files). To be short, you have to use 8085:80 in order to get your goal.<br />
Hope this helps</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Axel		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-4513</link>

		<dc:creator><![CDATA[Axel]]></dc:creator>
		<pubDate>Thu, 29 Jul 2021 01:44:17 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-4513</guid>

					<description><![CDATA[Hi, awesome tutorial. I have some other apps running through containers and I need to change the ports. I put 8085:85 but it&#039;s not working, do you know if changing the ports is possible or it should be always 8080:80?]]></description>
			<content:encoded><![CDATA[<p>Hi, awesome tutorial. I have some other apps running through containers and I need to change the ports. I put 8085:85 but it&#8217;s not working, do you know if changing the ports is possible or it should be always 8080:80?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-1749</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 06 Dec 2020 18:10:39 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-1749</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-1747&quot;&gt;Aaron Edwards&lt;/a&gt;.

Hi Aaron,
to add SSL encryption to your connection, Nextcloud suggests to use a reverse proxy in front of nextcloud container. This means that reverse proxy is https termination and forwards calls to nextcloud container. Some examples are available in &lt;a href=&quot;https://github.com/nextcloud/docker/tree/master/.examples&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow ugc&quot;&gt;https://github.com/nextcloud/docker/tree/master/.examples&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-1747">Aaron Edwards</a>.</p>
<p>Hi Aaron,<br />
to add SSL encryption to your connection, Nextcloud suggests to use a reverse proxy in front of nextcloud container. This means that reverse proxy is https termination and forwards calls to nextcloud container. Some examples are available in <a href="https://github.com/nextcloud/docker/tree/master/.examples" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/nextcloud/docker/tree/master/.examples</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Edwards		</title>
		<link>https://peppe8o.com/personal-cloud-with-raspberry-pi-and-nextcloud-on-docker/#comment-1747</link>

		<dc:creator><![CDATA[Aaron Edwards]]></dc:creator>
		<pubDate>Sat, 05 Dec 2020 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com//?p=700#comment-1747</guid>

					<description><![CDATA[Is there a wasy way to add a ssl layer to this install?]]></description>
			<content:encoded><![CDATA[<p>Is there a wasy way to add a ssl layer to this install?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
