Installation with Docker
View Source- Download the
docker-compose.yml
and.env
file - Edit the
.env
file so that it fits your needs. - Run
docker compose up -d
Finalize installation
Create your first user
If your instance is up and running, you can create your first user with administrative rights with the following task:
$ docker exec -it linkhut-1 bin/linkhut_ctl user new <username> <your@emailaddress> --admin