Sign inSign up

ramso/testlink

By ramso

Updated about 7 years ago

Version 1.9.19 of TestLink with config for smtp, database, ldap and auto install

Image
1

1.2K

ramso/testlink repository overview

Last version of TestLink without embedded Mysql database, env var config and external themes.

Usage

docker run -d --name testlink -p 9080:80 -v ~/testlink:/var/conf ramso/testlink

Setup

Variable NameDescriptionActivateDefault value
SMTP_HOSTSMTP server delivers a generated email.Falselocalhost
ADMIN_EMAILEmail address of administratorFalse[email protected]
FROM_EMAILEmail address of senderFalse[email protected]
RETURN_EMAILEmail for responseFalse[email protected]
MAIL_PRIORITYOptionally you can set priority of email: - Urgent = 1 - Not Urgent = 5 - Disable = 0False5
MAIL_METHODMethod using for send emailsFalsePHPMAILER_METHOD_SMTP
SMTP_USERNAMEThe user of a secure smtp connectionFalse
SMTP_PASSWORDFalse
SMTP_CONNECTION_MODEindicate if use tls or notFalse
SMTP_PORTthe port of teh smtp serverFalse25
LDAP_SERVERThe name or ip of the LDAP server. If balnk the authetication method is MD5False
LDAP_PORTThe port of the serverFalse
LDAP_VERSIONThe ldap versionFalse
LDAP_ROOT_DNThe root dn of yout ldap usersFalse
LDAP_BIND_DNYhe bind db of the user for connectFalse
LDAP_BIND_PASSWORDFalse
LDAP_TLSBoolen for indicate if TLS is used for connectFalsefalse
LDAP_UIDthe uid fiel of youir LDAP usersFalseuid
SELF_SIGNUPAllows new users to create accounts with default role by "New user" link on login pageFalsefalse
LOGO_LOGINThe image for login pageFalselogo.png
LOGO_NAVBARThe image for the navigation barFalselogo.png
LOGIN_INFOText information for the login pageFalse
CONFIG_CHECKDisplay config checksFalseSILENT
DB_TYPEType of the db. Actualy only mysql are supported with the config of this containerFalsemysql
DB_USERDB userFalsetestlink
DB_PASSDb passwordFalsetestlink
DB_HOSTDB Server name or ipFalselocalhost
DB_NAMEDB NameFalsetestlink
DB_TABLE_PREFIXTable prefixFalse
ADMIN_USERIf not blank create a user with admin role and desactivate the default admin. Use only with LDAP authentication method because not create the password.True
ADMIN_NAMEThe first name of the new adminFalse
ADMIN_LAST_NAMEThe last name of the new adminFalse
ADMIN_LOCALEThe locale for the new admin user.Falseen_US

in the /var/conf volume put the themes and config files to copy to default folder

Themes folder contains items for testlink and loaded on every reboot The cfg folder contain the cfg folder for customize the editors, constants, etc ...

Missing options

  • Not apply the DB updates.
  • Not support OAUTH config

Tag summary

Content type

Image

Digest

sha256:c7fe52a8a

Size

261.1 MB

Last updated

about 7 years ago

docker pull ramso/testlink