darktable

darktable

Docker app from mikeylikesrocks' Repository

Overview

Darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

Darktable

Description

Darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

Build notes

Latest Darktable release in a docker container based on Linuxserver.io's lsiobase/rdesktop-web:bionic-java Ubuntu 18.04 LTS image.

GUI can be accessed from RDP or HTTP (via guacamole ). Connecting from protocols at the same time will lead to an unstable connection.

Usage

docker run -d \
 	-p 8080:8080 \
 	-p 3389:3389 \
 	-e PUID=1000 \
  	-e PGID=1000 \
  	-e TZ=America/Los_Angeles \
 	-v </host/path/to/appdata>:/config \
 	-v </host/path/to/images>:/images \
 	mdschaefer/darktable

Replace all user variables in the above command defined by < > with the correct values.

Access via web interface

<host ip>:8080 unless port was changed

Access via RDP client

<host ip>:3389 unless port was changed

Environment variables

Parameter Function
-p 8080 Allows HTTP access to Darktable.
-p 3389 Allows RDP access to Darktable.
-e PUID=1000 Specify UserID
-e PGID=1000 Specify GroupID
-e TZ=America/Los_Angeles Specify a timezone to use
-v /config Contains Darktable config folder with library database and preview cache
-v /images location of mapped folder in guest

Username and Password

Default username is abc and shouldn't be changed Default password is abc and can be changed by running the below command on the host.

docker exec -it darktable passwd abc

Install Darktable on Unraid in a few clicks.

Find Darktable in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Darktable Review the template variables and paths Click Install

Categories

Download Statistics

39,391
Total Downloads
718
This Month
166
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
mdschaefer/darktable
Last Updated2020-04-30
First Seen2020-04-30

Runtime arguments

Web UI
http://[IP]:[PORT:8080]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

Darktable config and library folderPathrw

Container path: /config

Target
/config
Default
/mnt/user/appdata/darktable
Value
/mnt/user/appdata/darktable
unRAID Share PathPathrw

Container path: /images

Target
/images
Default
/mnt/user/
Value
/mnt/user/
HTTP PortPorttcp

HTTP Port 8080

Target
8080
Default
8080
Value
8080
RDP PortPorttcp

RDP Port

Target
3389
Default
3389
Value
3389
PUIDVariable

UID for permissions. Do not change unless you know what you're doing.

Default
99
Value
99
PGIDVariable

GID for permissions. Do not change unless you know what you're doing.

Default
100
Value
100