<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gitea Upload Size]]></title><description><![CDATA[<p dir="auto">Hello o/<br />
i encountered the problem that changes to /app/data/app.ini like</p>
<pre><code>[attachment]
ENABLED = true
ALLOWED_TYPES = */*
MAX_SIZE = 50
MAX_FILES = 5
</code></pre>
<p dir="auto">do not work.<br />
I specifically wanted to increase the MAX_SIZE argument but it does not work.<br />
I also restarted the app and even rebootet. On a clean install with gitea it also happens.</p>
]]></description><link>https://forum.cloudron.io/topic/2307/gitea-upload-size</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:12:51 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2307.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Apr 2020 09:00:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gitea Upload Size on Fri, 26 Jun 2020 15:14:14 GMT]]></title><description><![CDATA[<p dir="auto">@timbo The upload size issue is now fixed with <a href="https://github.com/go-gitea/gitea/pull/12024" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/go-gitea/gitea/pull/12024</a> . When they make a new release, we should get the fix.</p>
]]></description><link>https://forum.cloudron.io/post/9988</link><guid isPermaLink="true">https://forum.cloudron.io/post/9988</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 26 Jun 2020 15:14:14 GMT</pubDate></item><item><title><![CDATA[Reply to Gitea Upload Size on Mon, 22 Jun 2020 20:00:05 GMT]]></title><description><![CDATA[<p dir="auto">The upload size actually works but the issue is that when uploading large files, the request times out. I have opened an issue upstream - <a href="https://github.com/go-gitea/gitea/issues/12022" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/go-gitea/gitea/issues/12022</a> . I used the following config:</p>
<pre><code>
[attachment]
ENABLED=true
MAX_SIZE=50
MAX_FILES=2
ALLOWED_TYPES=*/*
</code></pre>
]]></description><link>https://forum.cloudron.io/post/9869</link><guid isPermaLink="true">https://forum.cloudron.io/post/9869</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 22 Jun 2020 20:00:05 GMT</pubDate></item><item><title><![CDATA[Reply to Gitea Upload Size on Mon, 22 Jun 2020 19:42:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/9867">Gitea Upload Size</a>:</p>
<blockquote>
<p dir="auto">[server]<br />
LANDING_PAGE=login<br />
DISABLE_REGISTRATION=true<br />
REQUIRE_SIGNIN_VIEW=true</p>
</blockquote>
<p dir="auto">Stupid me! I just copy-paste the code from <a href="https://docs.gitea.io/en-us/config-cheat-sheet/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.gitea.io/en-us/config-cheat-sheet/</a> assuming it's also the right syntax <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":-(" alt="😞" /></p>
<p dir="auto">Your version works!</p>
<p dir="auto">Thanks!!!!!!<br />
<img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://forum.cloudron.io/post/9868</link><guid isPermaLink="true">https://forum.cloudron.io/post/9868</guid><dc:creator><![CDATA[imc67]]></dc:creator><pubDate>Mon, 22 Jun 2020 19:42:50 GMT</pubDate></item><item><title><![CDATA[Reply to Gitea Upload Size on Mon, 22 Jun 2020 19:18:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imc67" aria-label="Profile: imc67">@<bdi>imc67</bdi></a> I think maybe you got the syntax wrong or the section name wrong. It should look like this in <code>/app/data/app.ini</code>:</p>
<pre><code>
[server]
LANDING_PAGE=login
DISABLE_REGISTRATION=true
REQUIRE_SIGNIN_VIEW=true
</code></pre>
<p dir="auto">Also, be sure to restart the app after the changes.</p>
]]></description><link>https://forum.cloudron.io/post/9867</link><guid isPermaLink="true">https://forum.cloudron.io/post/9867</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 22 Jun 2020 19:18:32 GMT</pubDate></item><item><title><![CDATA[Reply to Gitea Upload Size on Mon, 22 Jun 2020 10:38:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> any news?</p>
<p dir="auto">I just installed Gitea and wanted to have it more secure/closed with settings below but it doesn't seems toe work:</p>
<pre><code>LANDING_PAGE: login
DISABLE_REGISTRATION: true
REQUIRE_SIGNIN_VIEW: true
</code></pre>
<p dir="auto">Kind regards,</p>
<p dir="auto">Marcel</p>
]]></description><link>https://forum.cloudron.io/post/9842</link><guid isPermaLink="true">https://forum.cloudron.io/post/9842</guid><dc:creator><![CDATA[imc67]]></dc:creator><pubDate>Mon, 22 Jun 2020 10:38:40 GMT</pubDate></item><item><title><![CDATA[Reply to Gitea Upload Size on Thu, 09 Apr 2020 18:45:47 GMT]]></title><description><![CDATA[<p dir="auto">I can reproduce the bug but I cannot make out what the issue is. I will keep digging.</p>
]]></description><link>https://forum.cloudron.io/post/7170</link><guid isPermaLink="true">https://forum.cloudron.io/post/7170</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 09 Apr 2020 18:45:47 GMT</pubDate></item></channel></rss>