fix(eientei): photoprism remove limits
This commit is contained in:
parent
24d95ac317
commit
fbd1bd3079
|
@ -2,8 +2,12 @@
|
||||||
services.photoprism = {
|
services.photoprism = {
|
||||||
enable = true;
|
enable = true;
|
||||||
originalsPath = "/run/storage/aerial";
|
originalsPath = "/run/storage/aerial";
|
||||||
settings.PHOTOPRISM_ADMIN_USER = "koishi";
|
settings = {
|
||||||
settings.PHOTOPRISM_FFMPEG_ENCODER = "intel";
|
PHOTOPRISM_ADMIN_USER = "koishi";
|
||||||
|
PHOTOPRISM_FFMPEG_ENCODER = "intel";
|
||||||
|
PHOTOPRISM_ORIGINALS_LIMIT = "-1";
|
||||||
|
PHOTOPRISM_RESOLUTION_LIMIT = "-1";
|
||||||
|
};
|
||||||
passwordFile = "/var/lib/photoprism/password";
|
passwordFile = "/var/lib/photoprism/password";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue