mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Removed unneeded XML
This commit is contained in:
@@ -9,38 +9,14 @@
|
|||||||
<Changes>
|
<Changes>
|
||||||
- Initial Release
|
- Initial Release
|
||||||
</Changes>
|
</Changes>
|
||||||
|
<Project>https://forgejo.org/</Project>
|
||||||
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
|
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
|
||||||
<Overview>
|
<Overview>
|
||||||
Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.[br]
|
Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.[br]
|
||||||
Brought to you by an inclusive community under the umbrella of Codeberg e.V., a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It is a "soft" fork of Gitea with a focus on scaling, federation and privacy.</Overview>
|
Brought to you by an inclusive community under the umbrella of Codeberg e.V., a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It is a "soft" fork of Gitea with a focus on scaling, federation and privacy.</Overview>
|
||||||
<Category>Backup: Cloud: Productivity: Tools:</Category>
|
<Category>Backup: Cloud: Productivity: Tools:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
||||||
<TemplateURL/>
|
|
||||||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/forgejo.png</Icon>
|
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/forgejo.png</Icon>
|
||||||
<ExtraParams/>
|
|
||||||
<Networking>
|
|
||||||
<Mode>bridge</Mode>
|
|
||||||
<Publish>
|
|
||||||
<Port>
|
|
||||||
<HostPort>22</HostPort>
|
|
||||||
<ContainerPort>22</ContainerPort>
|
|
||||||
<Protocol>tcp</Protocol>
|
|
||||||
</Port>
|
|
||||||
<Port>
|
|
||||||
<HostPort>3000</HostPort>
|
|
||||||
<ContainerPort>3000</ContainerPort>
|
|
||||||
<Protocol>tcp</Protocol>
|
|
||||||
</Port>
|
|
||||||
</Publish>
|
|
||||||
</Networking>
|
|
||||||
<Data>
|
|
||||||
<Volume>
|
|
||||||
<HostDir>/mnt/user/appdata/forgejo</HostDir>
|
|
||||||
<ContainerDir>/data</ContainerDir>
|
|
||||||
<Mode>rw</Mode>
|
|
||||||
</Volume>
|
|
||||||
</Data>
|
|
||||||
<Environment/>
|
|
||||||
<Config Name="Git over SSH" Target="22" Default="22" Mode="tcp" Description="Container Port: 22" Type="Port" Display="always" Required="true" Mask="false">22</Config>
|
<Config Name="Git over SSH" Target="22" Default="22" Mode="tcp" Description="Container Port: 22" Type="Port" Display="always" Required="true" Mask="false">22</Config>
|
||||||
<Config Name="WebUI and Git over HTTP" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
|
<Config Name="WebUI and Git over HTTP" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
|
||||||
<Config Name="Data Storage Path" Target="/data" Default="/mnt/user/appdata/forgejo" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/forgejo</Config>
|
<Config Name="Data Storage Path" Target="/data" Default="/mnt/user/appdata/forgejo" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/forgejo</Config>
|
||||||
|
|||||||
Reference in New Issue
Block a user