34 lines
No EOL
3.7 KiB
XML
34 lines
No EOL
3.7 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:80]/</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>
|
|
<ExtraParams/>
|
|
<PostArgs/>
|
|
<DonateText/>
|
|
<DonateLink/>
|
|
<Description>phpBB is a bulletin board solution that allows you to create forums and subforums.</Description>
|
|
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</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="MARIADB_HOST" Target="MARIADB_HOST" Default="mariadb" Mode="" Description="Hostname or IP for MariaDB server." Type="Variable" Display="always" Required="false" Mask="false">mariadb</Config>
|
|
<Config Name="MARIADB_PORT_NUMBER" Target="MARIADB_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> |