-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdumbdo.xml
More file actions
31 lines (31 loc) · 1.5 KB
/
dumbdo.xml
File metadata and controls
31 lines (31 loc) · 1.5 KB
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
<?xml version="1.0"?>
<Container version="2">
<Name>DumbDo</Name>
<Repository>dumbwareio/dumbdo:latest</Repository>
<Registry>https://hub.docker.com/r/dumbwareio/dumbdo</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/185964-support-devzwf-dumbwareio-suite/</Support>
<Project>https://github.com/DumbWareio/DumbDo</Project>
<Overview>A stupidly simple todo list application that just works. No complex database, no unnecessary features - just todos.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/dumbdo-logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1738083275</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="The port on which the application will run." Type="Port" Display="always" Required="true" Mask="false">3000</Config>
<Config Name="Data" Target="/app/data" Default="" Mode="rw" Description="Data Dir" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/dumbdo</Config>
<TailscaleStateDir/>
<Changes>### 2025.01.29
- Update the repository
### 2025.01.28
- Initial Release</Changes>
</Container>