-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
wallos.xml
29 lines (29 loc) · 2.11 KB
/
wallos.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
<?xml version="1.0"?>
<Container version="2">
<Name>Wallos</Name>
<Repository>bellamy/wallos:latest</Repository>
<Registry>https://hub.docker.com/r/bellamy/wallos</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/147706-support-devzwf-wallos</Support>
<Overview>Wallos is a powerful, open-source, and self-hostable web application designed to empower you in managing your finances with ease. Say goodbye to complicated spreadsheets and expensive financial software – Wallos simplifies the process of tracking expenses and helps you gain better control over your financial life.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://github.com/devzwf/unraid-docker-templates/blob/main/wallos.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/wallos.png</Icon>
<ExtraParams>--restart unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1699631480</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="Database Dir" Target="/var/www/html/db" Default="/mnt/user/appdata/wallos/db" Mode="rw" Description="Database Directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/wallos/db</Config>
<Config Name="Logos Dir" Target="/var/www/html/images/uploads/logos" Default="/mnt/user/appdata/wallos/logos" Mode="rw" Description="Logos directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/wallos/logos</Config>
<Config Name="Time Zone" Target="TZ" Default="America/Toronto" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">America/Toronto</Config>
<Config Name="WebUI" Target="80" Default="8282" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8282</Config>
<Changes>### 2023.11.09
- Initial Release</Changes>
</Container>