AppFeed/templates/YodasRepository/akaunting/akaunting.xml
2021-03-18 12:03:09 -04:00

96 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>akaunting</Name>
<Repository>akaunting/akaunting</Repository>
<Registry>https://hub.docker.com/r/akaunting/akaunting</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/104299-support-akaunting/</Support>
<Project>https://github.com/akaunting/docker</Project>
<Overview>Accounting Application created based on https://akaunting.com/&#13;
</Overview>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/valaypatel/unraidapps/master/akaunting/akaunting.xml</TemplateURL>
<Icon>https://avatars.githubusercontent.com/u/26357771?s=200&amp;amp;v=4</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data></Data>
<Environment>
<Variable>
<Value>true</Value>
<Name>AKAUNTING_SETUP</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DB_HOST</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DB_DATABASE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DB_USERNAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DB_PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>personal</Value>
<Name>COMPANY_NAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>COMPANY_EMAIL</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>ADMIN_EMAIL</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>ADMIN_PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>US_EN</Value>
<Name>LOCALE</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Web portal" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Config Name="Setup Account" Target="AKAUNTING_SETUP" Default="true" Mode="" Description="Do you wish to start the Setup wizard. Need to keep this enabled for the first time" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="MySql Database IP:Port" Target="DB_HOST" Default="" Mode="" Description="MySql Database format [IP]:[Port]" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Database Name" Target="DB_DATABASE" Default="" Mode="" Description="Database Name" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Database Username" Target="DB_USERNAME" Default="" Mode="" Description="Database Username" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Database Password" Target="DB_PASSWORD" Default="" Mode="" Description="Database password" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="Default Company Name" Target="COMPANY_NAME" Default="personal" Mode="" Description="Your company name" Type="Variable" Display="always" Required="true" Mask="false">personal</Config>
<Config Name="Company email address" Target="COMPANY_EMAIL" Default="" Mode="" Description="Company Email address" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Login Email address" Target="ADMIN_EMAIL" Default="" Mode="" Description="Web UI Login Email address" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Login Password" Target="ADMIN_PASSWORD" Default="" Mode="" Description="Web Ui Login Password" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="LOCALE" Target="LOCALE" Default="US_EN" Mode="" Description="Container Variable: LOCALE" Type="Variable" Display="advanced-hide" Required="false" Mask="false">US_EN</Config>
<Date>1616023011</Date>
<Description>Accounting Application created based on https://akaunting.com/</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/YodasRepository/akaunting/akaunting.xml</templatePath>
</Container>