-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
onedev.xml
36 lines (36 loc) · 2.16 KB
/
onedev.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<Container version="2">
<Name>Onedev</Name>
<Repository>1dev/server</Repository>
<Registry>https://hub.docker.com/r/1dev/server</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/130848-support-devzwf-onedev</Support>
<Project>https://code.onedev.io/projects/160</Project>
<Overview>OneDev is an all-in-one DevOps platform that features Git repository management with language-aware code search, issue management with custom states and fields, and a docker-first Kubernetes native build/CI engine. An alternative to GitLab, it is easier to use and maintain, with lots of unique features

OneDev by default uses an embedded database to store data. You may use environment variables to connect to external database if desired.
See Documentation
https://code.onedev.io/projects/162/files</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:6610]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/onedev-logo.png</Icon>
<ExtraParams>--restart always</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1668134281</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the app, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="Data Dir" Target="/opt/onedev" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Docker Sock" Target="/var/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Description="" Type="Path" Display="advanced-hide" Required="true" Mask="false">/var/run/docker.sock</Config>
<Config Name="WebUI" Target="6610" Default="6610" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">6610</Config>
<Config Name="SSH Port" Target="6611" Default="6611" Mode="tcp" Description="" Type="Port" Display="advanced-hide" Required="true" Mask="false">6611</Config>
<Changes>### 2022.11.11
- Add support link
### 2022.11.10
- Initial Release</Changes>
</Container>