docker-templates-unraid/templates/phpbb.xml
2020-12-29 19:41:32 +03:00

31 lines
No EOL
3.9 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>phpbb</Name>
<Repository>bitnami/phpbb:latest</Repository>
<Registry>https://hub.docker.com/r/bitnami/phpbb/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://www.phpbb.com/</Project>
<Overview>phpBB is a bulletin board solution that allows you to create forums and subforums.</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/phpbb.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/phpbb.png</Icon>
<Description>phpBB is a bulletin board solution that allows you to create forums and subforums.</Description>
<Config Name="Port" Target="8080" Default="8080" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Appdata" Target="/bitnami/phpbb" Default="/mnt/user/appdata/phpbb/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/phpbb/</Config>
<Config Name="ALLOW_EMPTY_PASSWORD" Target="ALLOW_EMPTY_PASSWORD" Default="no|yes" Mode="" Description="ALLOW_EMPTY_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">no</Config>
<Config Name="PHPBB_DATABASE_HOST" Target="PHPBB_DATABASE_HOST" Default="mariadb" Mode="" Description="Hostname or IP for MariaDB server." Type="Variable" Display="always" Required="false" Mask="false">mariadb</Config>
<Config Name="PHPBB_DATABASE_PORT_NUMBER" Target="PHPBB_DATABASE_PORT_NUMBER" Default="3306" Mode="" Description="Port used by MariaDB server." Type="Variable" Display="always" Required="false" Mask="false">3306</Config>
<Config Name="PHPBB_DATABASE_USER" Target="PHPBB_DATABASE_USER" Default="bn_phpbb" Mode="" Description="Database user that phpBB will use to connect with the database." Type="Variable" Display="always" Required="true" Mask="false">bn_phpbb</Config>
<Config Name="PHPBB_DATABASE_PASSWORD" Target="PHPBB_DATABASE_PASSWORD" Default="password" Mode="" Description="Database password that Phpbb will use to connect with the database" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="PHPBB_DATABASE_NAME" Target="PHPBB_DATABASE_NAME" Default="bitnami_phpbb" Mode="" Description="Database name that phpBB will use to connect with the database" Type="Variable" Display="always" Required="true" Mask="false">bitnami_phpbb</Config>
<Config Name="PHPBB_USERNAME" Target="PHPBB_USERNAME" Default="user" Mode="" Description="phpBB application username." Type="Variable" Display="always" Required="false" Mask="false">user</Config>
<Config Name="PHPBB_PASSWORD" Target="PHPBB_PASSWORD" Default="bitnami" Mode="" Description="phpBB application password." Type="Variable" Display="always" Required="false" Mask="false">bitnami</Config>
<Config Name="PHPBB_EMAIL" Target="PHPBB_EMAIL" Default="user@example.com" Mode="" Description="phpBB application email." Type="Variable" Display="always" Required="false" Mask="false">user@example.com</Config>
<Config Name="PHPBB_FORUM_NAME" Target="PHPBB_FORUM_NAME" Default="Phpbb" Mode="" Description="Forum Name" Type="Variable" Display="always" Required="false" Mask="false">Phpbb</Config>
<Config Name="PHPBB_FORUM_DESCRIPTION" Target="PHPBB_FORUM_DESCRIPTION" Default="A little text to describe your forum" Mode="" Description="Forum Description" Type="Variable" Display="always" Required="false" Mask="false">A little text to describe your forum</Config>
<Config Name="PHP_MEMORY_LIMIT" Target="PHP_MEMORY_LIMIT" Default="256M" Mode="" Description="Memory limit for PHP." Type="Variable" Display="advanced" Required="false" Mask="false">256M</Config>
</Container>