1
Fork 0
Commit Graph

37 Commits

Author SHA1 Message Date
Robin Moser b8eeb24586
display link to the last commit 2021-04-20 18:21:41 +02:00
Robin Moser 7afab98ab0
add version and build info to the settings page 2021-04-20 15:58:22 +02:00
viktorstrate a881e0c9df
Update node version in build process 2021-04-05 23:18:38 +02:00
viktorstrate 0a5e6bf350
Update Husky hooks 2021-04-03 17:32:01 +02:00
Viktor Strate Kløvedal c0bced8c0a
Merge pull request #258 from Kjeldgaard/244_exiftool
Use exiftool for parsing exif data
2021-04-02 23:03:26 +02:00
viktorstrate ef063df34d
Fix Docker builds for arm 2021-03-31 23:32:37 +02:00
Viktor Strate Kløvedal 454b2dbadd
Merge branch 'master' into 244_exiftool 2021-03-29 12:10:02 +02:00
viktorstrate b59ba20bd1
Refactor Dockerfile
- Use debian:bullseye instad for newer packages
- Only install necessary dependencies for targeted arch
- Make it work with libheif
2021-03-28 13:57:57 +02:00
viktorstrate a039941dda
Add libheif to Dockerfile 2021-03-27 22:30:26 +01:00
Kjeldgaard 1f9f6ebf9a Use exiftool for parsing exif data
Use exiftool to parse exif metadata.

Signed-off-by: Kjeldgaard <Kjeldgaard@users.noreply.github.com>
2021-03-20 00:26:05 +01:00
viktorstrate c18759e6db
Fix darktable docker install
and print version of executable workers on startup
2021-03-03 13:32:44 +01:00
viktorstrate cc3f8a3aa4
In Dockerfile, use official PPA for Darktable to get the latest version
This solves #205
2021-03-02 16:21:47 +01:00
viktorstrate b66cbf9274
Add environment variable to specify custom UI path
When using SERVE_UI=1
2021-02-26 15:10:28 +01:00
viktorstrate f31afb8339
Add service worker back after Esbuild switch 2021-02-25 16:38:48 +01:00
viktorstrate 38e1871415
Optimize Dockerfile 2021-02-25 15:38:09 +01:00
viktorstrate eaad404f55
Fix new Docker runtime errors 2021-02-22 21:14:15 +01:00
viktorstrate baa90f9955
Finish up face recognition 2021-02-22 19:46:47 +01:00
viktorstrate 24ae144af8
Cross compile go-face with docker 2021-02-15 23:17:37 +01:00
viktorstrate 979ce161ae
Configure docker and gh actions with go-face 2021-02-15 20:47:01 +01:00
viktorstrate 3482cf42be
Change docker production environment to Debian
...to keep the build and production environments the same,
and avoid compatibility errors with libc
2021-01-31 20:58:14 +01:00
viktorstrate 5e59b2c092
Attempt to fix ARM docker builds
See also #179
2021-01-31 19:34:15 +01:00
viktorstrate 9098bf38d1
Make Dockerfile build sqlite dependency without errors 2021-01-17 15:59:08 +01:00
stz184 26f2b753b7 Prefixed the env variables to avoid naming collisions 2021-01-16 23:27:23 +02:00
viktorstrate b3596751cc
Cleanup Dockerfile after removing old database migrations 2021-01-10 18:34:37 +01:00
Viktor Strate Kløvedal f2212988b7
Fix github actions docker builds (#152)
- Use QEMU for multiplatforms (needed after updating buildx-action)
- Cleanup Dockerfile
2020-12-09 19:24:39 +01:00
viktorstrate 6dc9345a96 Fix multi-arch build configuration in Dockerfile 2020-09-23 14:35:02 +02:00
viktorstrate b12638b215 Fix docker build errors 2020-08-09 20:57:28 +02:00
viktorstrate e71e4eb12d Work towards multi-arch docker builds 2020-08-09 20:32:02 +02:00
viktorstrate cd977bbc0c Add ffmpeg to docker 2020-07-13 18:14:01 +02:00
viktorstrate 028afb7359 Minor improvements to Dockerfile 2020-06-20 13:21:07 +02:00
viktorstrate bbcc4e9b11 Improve dockerfile performance and add darktable 2020-05-17 21:29:09 +02:00
viktorstrate ff0ea48aca Add defaults for more env variables in Dockerfile
Add defaults for:
- API_LISTEN_IP
- API_LISTEN_PORT
- SERVE_UI
2020-04-30 14:59:29 +02:00
viktorstrate 9f5384e353 Add defaults for API_ENDPOINT and UI_PUBLIC_URL 2020-04-30 14:36:55 +02:00
Viktor Strate Kløvedal 4105275ba9
Add abillity for ui to be served from a subpath (#24)
Add env variable for ui served from a subpath
2020-04-15 21:16:36 +02:00
viktorstrate b4676af3c1 Rewrite environment variable configurations 2020-04-06 22:16:25 +02:00
viktorstrate 48520a7d2d Further work on single docker container
- Add proper .dockerignore
- Fix photo prefix
- Print public endpoint when server starts
- Discard API_LISTEN_PORT
2020-04-05 18:54:13 +02:00
Brandon Davis 4661bae48d One dockerfile to rule them all 2020-02-29 20:06:18 -05:00