-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
lubelogger.xml
39 lines (39 loc) · 2.8 KB
/
lubelogger.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
37
38
39
<?xml version="1.0"?>
<Container version="2">
<Name>LubeLogger</Name>
<Repository>ghcr.io/hargata/lubelogger:latest</Repository>
<Registry>https://github.com/hargata/lubelog/pkgs/container/lubelogger</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/151070-support-devzwf-lubelogger/</Support>
<Project>https://github.com/hargata/lubelog</Project>
<Overview>A self-hosted, open-source vehicle service records and maintainence tracker.</Overview>
<Category>Tools: Other:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/lubelogger_logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1704731947</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="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Config Directory" Target="/App/config" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lubelogger/config</Config>
<Config Name="Data Directory" Target="/App/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lubelogger/data</Config>
<Config Name="Documents directory" Target="/App/wwwroot/documents" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lubelogger/documents</Config>
<Config Name="Images directory" Target="/App/wwwroot/images" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lubelogger/images</Config>
<Config Name="Logs Directory" Target="/App/log" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lubelogger/log</Config>
<Config Name="Keys Directory" Target="/root/.aspnet/DataProtection-Keys" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/lubelogger/keys</Config>
<Config Name="LC_ALL" Target="LC_ALL" Default="en_US.UTF-8" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">en_US.UTF-8</Config>
<Config Name="LANG" Target="LANG" Default="en_US.UTF-8" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">en_US.UTF-8</Config>
<Changes>### 2024.01.11
- Adding support thread
### 2024.01.10
- Fix typo on the some path - thanks @C4ArtZ
### 2024.01.08
- Initial Release</Changes>
</Container>