AppFeed/templates/FoxxMDsRepository/foxxmd/szurubooru-api.xml
2021-02-23 15:49:21 -05:00

68 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>szurubooru-api</Name>
<Repository>szurubooru/server:latest</Repository>
<Registry>https://hub.docker.com/r/szurubooru/server</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/79126-support-foxxmd-szurubooru/</Support>
<Project>https://github.com/rr-/szurubooru</Project>
<Overview>Backend API container for Szurubooru, an image board engine for small and medium communities[br][br]&#13;
[span style='color: #E80000;'][b]Requires postgres 11 to run[/b][/span][br][br]&#13;
</Overview>
<Date>1554091200</Date>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/FoxxMD/unraid-docker-templates/master/foxxmd/szurubooru-api.xml</TemplateURL>
<Icon>https://github.com/FoxxMD/unraid-docker-templates/raw/master/szurubooru.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6666</HostPort>
<ContainerPort>6666</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/szurubooru/data</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>POSTGRES_HOST</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>POSTGRES_DB</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>POSTGRES_USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>POSTGRES_PASSWORD</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Postgres Host" Target="POSTGRES_HOST" Default="" Mode="" Description="IP address of Postgres instance" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Postgres DB" Target="POSTGRES_DB" Default="" Mode="" Description="Name of the database on Postgres instance to use" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Postgres User" Target="POSTGRES_USER" Default="" Mode="" Description="Username of Postgres user" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Postgres Password" Target="POSTGRES_PASSWORD" Default="" Mode="" Description="Password of Postgres user" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="Image Data" Target="/data" Default="/mnt/user/appdata/szurubooru/data" Mode="rw" Description="Directory on host to store image data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/szurubooru/data</Config>
<Config Name="Api Port" Target="6666" Default="6666" Mode="tcp" Description="Port to expose API interface on. This is accessed by the frontend." Type="Port" Display="always" Required="true" Mask="false">6666</Config>
<Description>Backend API container for Szurubooru, an image board engine for small and medium communities</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/FoxxMDsRepository/foxxmd/szurubooru-api.xml</templatePath>
</Container>