SpaceinvaderOne / leantime-unraid

Unraid docker image and template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leantime Container

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.

Setup Mariadb

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

Setup Leantime Container

Install to Unraid from community Applications

Fill in template

About

Unraid docker image and template

License:GNU General Public License v2.0


Languages

Language:PHP 76.0%Language:Dockerfile 16.7%Language:Shell 7.0%Language:HTML 0.3%