<?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: How to Install NextCloud on Debian 12	</title>
	<atom:link href="https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/</link>
	<description>Linux Sysadmin and DevOps blog</description>
	<lastBuildDate>Thu, 08 Aug 2024 20:07:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Edivar Tramontini		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-622</link>

		<dc:creator><![CDATA[Edivar Tramontini]]></dc:creator>
		<pubDate>Thu, 08 Aug 2024 20:07:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-622</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-620&quot;&gt;Edivar Tramontini&lt;/a&gt;.

I did it, I redid the steps in the tutorial and it worked. But I had to remove apache2. Now the nginx screen with nextcloud appeared. Thanks. Great tutorial.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-620">Edivar Tramontini</a>.</p>
<p>I did it, I redid the steps in the tutorial and it worked. But I had to remove apache2. Now the nginx screen with nextcloud appeared. Thanks. Great tutorial.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edivar Tramontini		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-620</link>

		<dc:creator><![CDATA[Edivar Tramontini]]></dc:creator>
		<pubDate>Wed, 07 Aug 2024 21:40:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-620</guid>

					<description><![CDATA[This was the best tutorial I found. I&#039;m a newbie and I managed to generate the certificate and open the Apache page. Unfortunately, it didn&#039;t open the NextCloud page. I&#039;ll check everything again. If anyone knows why Apache opens and not NextCloud, please let me know. Thanks.]]></description>
			<content:encoded><![CDATA[<p>This was the best tutorial I found. I&#8217;m a newbie and I managed to generate the certificate and open the Apache page. Unfortunately, it didn&#8217;t open the NextCloud page. I&#8217;ll check everything again. If anyone knows why Apache opens and not NextCloud, please let me know. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxTuto		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-598</link>

		<dc:creator><![CDATA[LinuxTuto]]></dc:creator>
		<pubDate>Sun, 31 Mar 2024 10:14:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-598</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-595&quot;&gt;Jeremiah Barlow&lt;/a&gt;.

&quot;localhost&quot; means that the MariaDB server is on the same server with your website.
You can change the password with the following command:
&lt;pre&gt;&lt;code&gt;GRANT ALL PRIVILEGES ON nextcloud.* TO &#039;nextcloud&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;your-new-password&#039;;&lt;/code&gt;&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-595">Jeremiah Barlow</a>.</p>
<p>&#8220;localhost&#8221; means that the MariaDB server is on the same server with your website.<br />
You can change the password with the following command:</p>
<pre><code>GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextcloud'@'localhost' IDENTIFIED BY 'your-new-password';</code></pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxTuto		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-597</link>

		<dc:creator><![CDATA[LinuxTuto]]></dc:creator>
		<pubDate>Sat, 30 Mar 2024 12:19:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-597</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-596&quot;&gt;Jeremiah Barlow&lt;/a&gt;.

Please check the Nginx configuration with the following command:

&lt;pre&gt;&lt;code&gt;# /usr/sbin/nginx -t&lt;/code&gt;&lt;/pre&gt;

According to the message the Nginx installer doesn&#039;t understand your Nginx configuration.

Please double-check a server_name:

&lt;pre&gt;&lt;code&gt;server_name your-domain.com www.your-domain.com;&lt;/code&gt;&lt;/pre&gt;

You need to replace your-domain.com with a valid domain name pointed to your server.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-596">Jeremiah Barlow</a>.</p>
<p>Please check the Nginx configuration with the following command:</p>
<pre><code># /usr/sbin/nginx -t</code></pre>
<p>According to the message the Nginx installer doesn&#8217;t understand your Nginx configuration.</p>
<p>Please double-check a server_name:</p>
<pre><code>server_name your-domain.com www.your-domain.com;</code></pre>
<p>You need to replace your-domain.com with a valid domain name pointed to your server.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremiah Barlow		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-596</link>

		<dc:creator><![CDATA[Jeremiah Barlow]]></dc:creator>
		<pubDate>Fri, 29 Mar 2024 17:33:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-596</guid>

					<description><![CDATA[HAVING TROUBLE HERE.  (Thank you for your help)

Deploying certificate
Could not install certificate

NEXT STEPS:
- The certificate was saved, but could not be installed (installer: nginx). After fixing the error shown below, try installing it again by running:
  certbot install --cert-name MyDomainName.com

Could not automatically find a matching server block for MyDomainName.com. Set the `server_name` directive to use the Nginx installer.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.]]></description>
			<content:encoded><![CDATA[<p>HAVING TROUBLE HERE.  (Thank you for your help)</p>
<p>Deploying certificate<br />
Could not install certificate</p>
<p>NEXT STEPS:<br />
&#8211; The certificate was saved, but could not be installed (installer: nginx). After fixing the error shown below, try installing it again by running:<br />
  certbot install &#8211;cert-name MyDomainName.com</p>
<p>Could not automatically find a matching server block for MyDomainName.com. Set the `server_name` directive to use the Nginx installer.<br />
Ask for help or search for solutions at <a href="https://community.letsencrypt.org" rel="nofollow ugc">https://community.letsencrypt.org</a>. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremiah Barlow		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-595</link>

		<dc:creator><![CDATA[Jeremiah Barlow]]></dc:creator>
		<pubDate>Fri, 29 Mar 2024 17:08:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-595</guid>

					<description><![CDATA[on STEP 5: in the database
MariaDB [(none)]&#062; GRANT ALL PRIVILEGES ON nextcloud.* TO &#039;nextcloud&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Password&#039;;

What part of this line needs to be specific to my server?  
Also if I didn&#039;t change the &#039;Password&#039; , (I&#039;m stupid and just copied that line as is.) How do i fix it now?  How do I change the password, and does the password need to be inside the single quote mark?  It needs an example on this STEP 5.]]></description>
			<content:encoded><![CDATA[<p>on STEP 5: in the database<br />
MariaDB [(none)]&gt; GRANT ALL PRIVILEGES ON nextcloud.* TO &#8216;nextcloud&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;Password&#8217;;</p>
<p>What part of this line needs to be specific to my server?<br />
Also if I didn&#8217;t change the &#8216;Password&#8217; , (I&#8217;m stupid and just copied that line as is.) How do i fix it now?  How do I change the password, and does the password need to be inside the single quote mark?  It needs an example on this STEP 5.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-580</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 02 Jan 2024 23:40:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-580</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-579&quot;&gt;LinuxTuto&lt;/a&gt;.

thanks, it works]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-579">LinuxTuto</a>.</p>
<p>thanks, it works</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxTuto		</title>
		<link>https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-579</link>

		<dc:creator><![CDATA[LinuxTuto]]></dc:creator>
		<pubDate>Mon, 01 Jan 2024 11:43:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.linuxtuto.com/?p=1531#comment-579</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-578&quot;&gt;Alex&lt;/a&gt;.

Your Nginx exists at /usr/sbin/nginx. You can create a symlink (symbolic) by using the ln command:
&lt;pre&gt;&lt;code&gt;# ln -s /usr/sbin/nginx /usr/bin/nginx&lt;/code&gt;&lt;/pre&gt;
Then execute the command:
&lt;pre&gt;&lt;code&gt;# certbot --nginx -d your-domain.com -d www.your-domain.com&lt;/code&gt;&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.linuxtuto.com/how-to-install-nextcloud-on-debian-12/#comment-578">Alex</a>.</p>
<p>Your Nginx exists at /usr/sbin/nginx. You can create a symlink (symbolic) by using the ln command:</p>
<pre><code># ln -s /usr/sbin/nginx /usr/bin/nginx</code></pre>
<p>Then execute the command:</p>
<pre><code># certbot --nginx -d your-domain.com -d www.your-domain.com</code></pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
