Leantime is an open source project management system for small teams and startups written in PHP, Javascript using MySQL. https://leantime.io
This is a container for use with Unraid. For other systems please use the official image here Docker image for Leantime.
Download and install mariadb from communtity applications.
Bash into the container
Login with password setup in the container template
mysql -uroot -p
create a user
CREATE USER 'leantime' IDENTIFIED by 'changeme!';
make a database
CREATE DATABASE IF NOT EXISTS leantime;
give permissions to database user/users
GRANT ALL PRIVILEGES ON meantime.* TO 'meantime' IDENTIFIED BY 'changeme!';
quit
Install to Unraid from community Applications
Fill in template