This commit is contained in:
Squidly271 2021-01-04 18:07:23 -05:00
parent a54345cda4
commit e6badf21da
4 changed files with 43 additions and 1086 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1609794453
"last_updated_timestamp": 1609801642
}

View File

@ -107050,548 +107050,13 @@
"FirstSeen": 1579345657
},
{
"Name": "PhotoPrism",
"Repository": "photoprism/photoprism",
"Registry": "https://hub.docker.com/r/photoprism/photoprism",
"Network": "bridge",
"Beta": "true",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://github.com/photoprism/photoprism",
"Overview": "PhotoPrism\u2122 is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud.\r\n\r\nPlease also support the developer of this superior project through a PayPal donation or on Patreon.\r\n\r\nDatabase lockups: If you got problems where the database lockes up you should switch to a mysql based database but you have to also setup a dedicated database for that, for example 'MariaDB' from Linuxserver.io - if you need help please visit the support thread of this container and/or the MariaDB thread.",
"WebUI": "http://[IP]:[PORT:2342]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/photoprism.png",
"ExtraParams": "--restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/photoprism",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "2342",
"ContainerPort": "2342",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/photoprism",
"ContainerDir": "/photoprism/storage",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/Pictures",
"ContainerDir": "/photoprism/originals",
"Mode": "rw"
},
{
"HostDir": "",
"ContainerDir": "/photoprism/import",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "true",
"Name": "PHOTOPRISM_UPLOAD_NSFW",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_DETECT_NSFW",
"Mode": ""
},
{
"Value": "PhotoPrism",
"Name": "PHOTOPRISM_SITE_TITLE",
"Mode": ""
},
{
"Value": "Browse Your Life",
"Name": "PHOTOPRISM_SITE_CAPTION",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_SITE_DESCRIPTION",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_SITE_AUTHOR",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_ADMIN_PASSWORD",
"Mode": ""
},
{
"Value": "sqlite",
"Name": "PHOTOPRISM_DATABASE_DRIVER",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_DATABASE_DSN",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_SETTINGS_HIDDEN",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_THUMB_UNCACHED",
"Mode": ""
},
{
"Value": "2048",
"Name": "PHOTOPRISM_THUMB_SIZE",
"Mode": ""
},
{
"Value": "7680",
"Name": "PHOTOPRISM_THUMB_SIZE_UNCACHED",
"Mode": ""
},
{
"Value": "7680",
"Name": "PHOTOPRISM_JPEG_SIZE",
"Mode": ""
},
{
"Value": "90",
"Name": "PHOTOPRISM_JPEG_QUALITY",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_DARKTABLE_PRESETS",
"Mode": ""
},
{
"Value": "lanczos",
"Name": "PHOTOPRISM_THUMB_FILTER",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_EXPERIMENTAL",
"Mode": ""
},
{
"Value": "99",
"Name": "UID",
"Mode": ""
},
{
"Value": "100",
"Name": "GID",
"Mode": ""
},
{
"Value": "/photoprism/storage",
"Name": "PHOTOPRISM_STORAGE_PATH",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Data Dir",
"Target": "/photoprism/storage",
"Default": "",
"Mode": "rw",
"Description": "Storage PATH for generated files like cache and index (Keep cache, settings and database)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/photoprism"
},
{
"@attributes": {
"Name": "Storage Path",
"Target": "/photoprism/originals",
"Default": "",
"Mode": "rw",
"Description": "Path to your images and storage folder for your settings",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Pictures"
},
{
"@attributes": {
"Name": "Photo Import Folder",
"Target": "/photoprism/import",
"Default": "",
"Mode": "rw",
"Description": "Only if you want to use the Import function of PhotoPrism (ATTENTION: Don't put the import folder in a subdirectory of the storage folder for your images!)",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Offensive Uploads",
"Target": "PHOTOPRISM_UPLOAD_NSFW",
"Default": "",
"Mode": "",
"Description": "Allow uploads that MAY be offensive (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Flag Offensive Photos",
"Target": "PHOTOPRISM_DETECT_NSFW",
"Default": "",
"Mode": "",
"Description": "Flag photos as private that MAY be offensive (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Website Tile",
"Target": "PHOTOPRISM_SITE_TITLE",
"Default": "",
"Mode": "",
"Description": "Website Title",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "PhotoPrism"
},
{
"@attributes": {
"Name": "Website Caption",
"Target": "PHOTOPRISM_SITE_CAPTION",
"Default": "",
"Mode": "",
"Description": "Website Caption",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Browse Your Life"
},
{
"@attributes": {
"Name": "Website Description",
"Target": "PHOTOPRISM_SITE_DESCRIPTION",
"Default": "",
"Mode": "",
"Description": "Website Description",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Website Author",
"Target": "PHOTOPRISM_SITE_AUTHOR",
"Default": "",
"Mode": "",
"Description": "Website Author",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Initial Admin Password",
"Target": "PHOTOPRISM_ADMIN_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Initial Admin Password - you can change the password on the settings page (If you don't want to use a password delete this entry and create another variable with the Key: 'PHOTOPRISM_PUBLIC' and the Value: 'true')",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "WebGUI Port",
"Target": "2342",
"Default": "",
"Mode": "tcp",
"Description": "WebGUI Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2342"
},
{
"@attributes": {
"Name": "Photoprims Database Type",
"Target": "PHOTOPRISM_DATABASE_DRIVER",
"Default": "",
"Mode": "",
"Description": "Choose if you want to use the builtin 'sqlite' database or a 'mysql' based database (If you got problems where the database lockes up you should switch to mysql but you have to also setup a dedicated database for that for example 'MariaDB' from Linuxserver.io)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "sqlite"
},
{
"@attributes": {
"Name": "MySQL Database Connection",
"Target": "PHOTOPRISM_DATABASE_DSN",
"Default": "",
"Mode": "",
"Description": "Needs to be filled out if you are using a 'mysql' based databyse type (it has to be filled in exact this format: 'DBUSER:DBPASSWORD@tcp(DBIP:DBPORT)/photoprism?parseTime=true' all values in CAPS have to be replaced with your credentials and without quotes)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Settings Hidden",
"Target": "PHOTOPRISM_SETTINGS_HIDDEN",
"Default": "",
"Mode": "",
"Description": "Users can not view or change settings (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "On-Demand Rendering",
"Target": "PHOTOPRISM_THUMB_UNCACHED",
"Default": "",
"Mode": "",
"Description": "Enable on-demand thumbnail rendering (high memory and cpu usage - Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Tumbnail Size Limit",
"Target": "PHOTOPRISM_THUMB_SIZE",
"Default": "",
"Mode": "",
"Description": "Pre-rendered thumbnail size limit (default 2048, min 720, max 7680)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "2048"
},
{
"@attributes": {
"Name": "On-demand Size Limit",
"Target": "PHOTOPRISM_THUMB_SIZE_UNCACHED",
"Default": "",
"Mode": "",
"Description": "On-demand rendering size limit (default 7680, min 720, max 7680)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "7680"
},
{
"@attributes": {
"Name": "Converted Image Size Limit",
"Target": "PHOTOPRISM_JPEG_SIZE",
"Default": "",
"Mode": "",
"Description": "Size limit for converted image files in pixels (720-30000)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "7680"
},
{
"@attributes": {
"Name": "Thumbnail Quality",
"Target": "PHOTOPRISM_JPEG_QUALITY",
"Default": "",
"Mode": "",
"Description": "Set to 95 for high-quality thumbnails (requires more storage)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "90"
},
{
"@attributes": {
"Name": "Darktable Presets",
"Target": "PHOTOPRISM_DARKTABLE_PRESETS",
"Default": "",
"Mode": "",
"Description": "Use darktable presets (disables concurrent raw to jpeg conversion - Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Resample Filter",
"Target": "PHOTOPRISM_THUMB_FILTER",
"Default": "",
"Mode": "",
"Description": "Resample filter, best to worst: blackman, lanczos, cubic, linear",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "lanczos"
},
{
"@attributes": {
"Name": "Enable Experimental Features",
"Target": "PHOTOPRISM_EXPERIMENTAL",
"Default": "",
"Mode": "",
"Description": "Enable experimental features (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "Container Variable: UID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Storage Path",
"Target": "PHOTOPRISM_STORAGE_PATH",
"Default": "",
"Mode": "",
"Description": "Change only if you know what you are doing! (delete this value if you want to store your database and generated thumnails in the main directory)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/photoprism/storage"
}
"TemplatePath": "/tmp/appFeed/templates/ich777sRepository/ich777/PhotoPrism.xml",
"errors": [
"expected '>'",
"expected '>'"
],
"Repo": "ich777's Repository",
"Category": "Productivity: MediaApp:Photos Status:Beta",
"Description": "PhotoPrism\u2122 is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud.\r\n\r\nPlease also support the developer of this superior project through a PayPal donation or on Patreon.\r\n\r\nDatabase lockups: If you got problems where the database lockes up you should switch to a mysql based database but you have to also setup a dedicated database for that, for example 'MariaDB' from Linuxserver.io - if you need help please visit the support thread of this container and/or the MariaDB thread.",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/PhotoPrism.xml",
"CategoryList": [
"Productivity",
"MediaApp-Photos"
],
"downloads": 4334514,
"stars": 37,
"trending": 14.465,
"trends": [
16.748,
22.293,
21.406,
18.484,
14.465
],
"trendsDate": [
1597896542,
1600495668,
1603094923,
1605690519,
1608296924
],
"downloadtrend": [
1536669,
1845805,
2375327,
3022263,
3707548,
4334514
],
"LastUpdateScan": 1608296924,
"FirstSeen": 1595297280
"LastUpdateScan": 1607519296,
"FirstSeen": 1538604219
},
{
"Name": "PlanetaryAnnihilation",
@ -124129,6 +123594,10 @@
{
"TemplatePath": "/tmp/appFeed/templates/TQsRepository/docker-zabbix-appliance-alpine.xml",
"errors": [
"expected '>'",
"expected '>'",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found"
],

View File

@ -1,7 +1,7 @@
{
"apps": 1079,
"last_updated_timestamp": 1609794453,
"last_updated": "2021-01-04 16:07",
"last_updated_timestamp": 1609801642,
"last_updated": "2021-01-04 18:07",
"categories": [
{
"Cat": "Backup:",
@ -107208,548 +107208,13 @@
"FirstSeen": 1579345657
},
{
"Name": "PhotoPrism",
"Repository": "photoprism/photoprism",
"Registry": "https://hub.docker.com/r/photoprism/photoprism",
"Network": "bridge",
"Beta": "true",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://github.com/photoprism/photoprism",
"Overview": "PhotoPrism\u2122 is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud.\r\n\r\nPlease also support the developer of this superior project through a PayPal donation or on Patreon.\r\n\r\nDatabase lockups: If you got problems where the database lockes up you should switch to a mysql based database but you have to also setup a dedicated database for that, for example 'MariaDB' from Linuxserver.io - if you need help please visit the support thread of this container and/or the MariaDB thread.",
"WebUI": "http://[IP]:[PORT:2342]/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/photoprism.png",
"ExtraParams": "--restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work please ",
"DonateLink": "https://www.paypal.me/photoprism",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "2342",
"ContainerPort": "2342",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/photoprism",
"ContainerDir": "/photoprism/storage",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/Pictures",
"ContainerDir": "/photoprism/originals",
"Mode": "rw"
},
{
"HostDir": "",
"ContainerDir": "/photoprism/import",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "true",
"Name": "PHOTOPRISM_UPLOAD_NSFW",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_DETECT_NSFW",
"Mode": ""
},
{
"Value": "PhotoPrism",
"Name": "PHOTOPRISM_SITE_TITLE",
"Mode": ""
},
{
"Value": "Browse Your Life",
"Name": "PHOTOPRISM_SITE_CAPTION",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_SITE_DESCRIPTION",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_SITE_AUTHOR",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_ADMIN_PASSWORD",
"Mode": ""
},
{
"Value": "sqlite",
"Name": "PHOTOPRISM_DATABASE_DRIVER",
"Mode": ""
},
{
"Value": "",
"Name": "PHOTOPRISM_DATABASE_DSN",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_SETTINGS_HIDDEN",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_THUMB_UNCACHED",
"Mode": ""
},
{
"Value": "2048",
"Name": "PHOTOPRISM_THUMB_SIZE",
"Mode": ""
},
{
"Value": "7680",
"Name": "PHOTOPRISM_THUMB_SIZE_UNCACHED",
"Mode": ""
},
{
"Value": "7680",
"Name": "PHOTOPRISM_JPEG_SIZE",
"Mode": ""
},
{
"Value": "90",
"Name": "PHOTOPRISM_JPEG_QUALITY",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_DARKTABLE_PRESETS",
"Mode": ""
},
{
"Value": "lanczos",
"Name": "PHOTOPRISM_THUMB_FILTER",
"Mode": ""
},
{
"Value": "false",
"Name": "PHOTOPRISM_EXPERIMENTAL",
"Mode": ""
},
{
"Value": "99",
"Name": "UID",
"Mode": ""
},
{
"Value": "100",
"Name": "GID",
"Mode": ""
},
{
"Value": "/photoprism/storage",
"Name": "PHOTOPRISM_STORAGE_PATH",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Data Dir",
"Target": "/photoprism/storage",
"Default": "",
"Mode": "rw",
"Description": "Storage PATH for generated files like cache and index (Keep cache, settings and database)",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/photoprism"
},
{
"@attributes": {
"Name": "Storage Path",
"Target": "/photoprism/originals",
"Default": "",
"Mode": "rw",
"Description": "Path to your images and storage folder for your settings",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/Pictures"
},
{
"@attributes": {
"Name": "Photo Import Folder",
"Target": "/photoprism/import",
"Default": "",
"Mode": "rw",
"Description": "Only if you want to use the Import function of PhotoPrism (ATTENTION: Don't put the import folder in a subdirectory of the storage folder for your images!)",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Offensive Uploads",
"Target": "PHOTOPRISM_UPLOAD_NSFW",
"Default": "",
"Mode": "",
"Description": "Allow uploads that MAY be offensive (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Flag Offensive Photos",
"Target": "PHOTOPRISM_DETECT_NSFW",
"Default": "",
"Mode": "",
"Description": "Flag photos as private that MAY be offensive (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Website Tile",
"Target": "PHOTOPRISM_SITE_TITLE",
"Default": "",
"Mode": "",
"Description": "Website Title",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "PhotoPrism"
},
{
"@attributes": {
"Name": "Website Caption",
"Target": "PHOTOPRISM_SITE_CAPTION",
"Default": "",
"Mode": "",
"Description": "Website Caption",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Browse Your Life"
},
{
"@attributes": {
"Name": "Website Description",
"Target": "PHOTOPRISM_SITE_DESCRIPTION",
"Default": "",
"Mode": "",
"Description": "Website Description",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Website Author",
"Target": "PHOTOPRISM_SITE_AUTHOR",
"Default": "",
"Mode": "",
"Description": "Website Author",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Initial Admin Password",
"Target": "PHOTOPRISM_ADMIN_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Initial Admin Password - you can change the password on the settings page (If you don't want to use a password delete this entry and create another variable with the Key: 'PHOTOPRISM_PUBLIC' and the Value: 'true')",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "WebGUI Port",
"Target": "2342",
"Default": "",
"Mode": "tcp",
"Description": "WebGUI Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2342"
},
{
"@attributes": {
"Name": "Photoprims Database Type",
"Target": "PHOTOPRISM_DATABASE_DRIVER",
"Default": "",
"Mode": "",
"Description": "Choose if you want to use the builtin 'sqlite' database or a 'mysql' based database (If you got problems where the database lockes up you should switch to mysql but you have to also setup a dedicated database for that for example 'MariaDB' from Linuxserver.io)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "sqlite"
},
{
"@attributes": {
"Name": "MySQL Database Connection",
"Target": "PHOTOPRISM_DATABASE_DSN",
"Default": "",
"Mode": "",
"Description": "Needs to be filled out if you are using a 'mysql' based databyse type (it has to be filled in exact this format: 'DBUSER:DBPASSWORD@tcp(DBIP:DBPORT)/photoprism?parseTime=true' all values in CAPS have to be replaced with your credentials and without quotes)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Settings Hidden",
"Target": "PHOTOPRISM_SETTINGS_HIDDEN",
"Default": "",
"Mode": "",
"Description": "Users can not view or change settings (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "On-Demand Rendering",
"Target": "PHOTOPRISM_THUMB_UNCACHED",
"Default": "",
"Mode": "",
"Description": "Enable on-demand thumbnail rendering (high memory and cpu usage - Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Tumbnail Size Limit",
"Target": "PHOTOPRISM_THUMB_SIZE",
"Default": "",
"Mode": "",
"Description": "Pre-rendered thumbnail size limit (default 2048, min 720, max 7680)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "2048"
},
{
"@attributes": {
"Name": "On-demand Size Limit",
"Target": "PHOTOPRISM_THUMB_SIZE_UNCACHED",
"Default": "",
"Mode": "",
"Description": "On-demand rendering size limit (default 7680, min 720, max 7680)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "7680"
},
{
"@attributes": {
"Name": "Converted Image Size Limit",
"Target": "PHOTOPRISM_JPEG_SIZE",
"Default": "",
"Mode": "",
"Description": "Size limit for converted image files in pixels (720-30000)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "7680"
},
{
"@attributes": {
"Name": "Thumbnail Quality",
"Target": "PHOTOPRISM_JPEG_QUALITY",
"Default": "",
"Mode": "",
"Description": "Set to 95 for high-quality thumbnails (requires more storage)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "90"
},
{
"@attributes": {
"Name": "Darktable Presets",
"Target": "PHOTOPRISM_DARKTABLE_PRESETS",
"Default": "",
"Mode": "",
"Description": "Use darktable presets (disables concurrent raw to jpeg conversion - Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Resample Filter",
"Target": "PHOTOPRISM_THUMB_FILTER",
"Default": "",
"Mode": "",
"Description": "Resample filter, best to worst: blackman, lanczos, cubic, linear",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "lanczos"
},
{
"@attributes": {
"Name": "Enable Experimental Features",
"Target": "PHOTOPRISM_EXPERIMENTAL",
"Default": "",
"Mode": "",
"Description": "Enable experimental features (Valid options: 'true' or 'false')",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "Container Variable: UID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Storage Path",
"Target": "PHOTOPRISM_STORAGE_PATH",
"Default": "",
"Mode": "",
"Description": "Change only if you know what you are doing! (delete this value if you want to store your database and generated thumnails in the main directory)",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/photoprism/storage"
}
"TemplatePath": "/tmp/appFeed/templates/ich777sRepository/ich777/PhotoPrism.xml",
"errors": [
"expected '>'",
"expected '>'"
],
"Repo": "ich777's Repository",
"Category": "Productivity: MediaApp:Photos Status:Beta",
"Description": "PhotoPrism\u2122 is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud.\r\n\r\nPlease also support the developer of this superior project through a PayPal donation or on Patreon.\r\n\r\nDatabase lockups: If you got problems where the database lockes up you should switch to a mysql based database but you have to also setup a dedicated database for that, for example 'MariaDB' from Linuxserver.io - if you need help please visit the support thread of this container and/or the MariaDB thread.",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/PhotoPrism.xml",
"CategoryList": [
"Productivity",
"MediaApp-Photos"
],
"downloads": 4334514,
"stars": 37,
"trending": 14.465,
"trends": [
16.748,
22.293,
21.406,
18.484,
14.465
],
"trendsDate": [
1597896542,
1600495668,
1603094923,
1605690519,
1608296924
],
"downloadtrend": [
1536669,
1845805,
2375327,
3022263,
3707548,
4334514
],
"LastUpdateScan": 1608296924,
"FirstSeen": 1595297280
"LastUpdateScan": 1607519296,
"FirstSeen": 1538604219
},
{
"Name": "PlanetaryAnnihilation",
@ -124287,6 +123752,10 @@
{
"TemplatePath": "/tmp/appFeed/templates/TQsRepository/docker-zabbix-appliance-alpine.xml",
"errors": [
"expected '>'",
"expected '>'",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found"
],

View File

@ -57897,7 +57897,7 @@
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/putty.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/putty-icon.png",
"Project": "https://www.putty.org",
"Date": 1595131200,
"Date": 1609736400,
"Networking": {
"Mode": "bridge",
"Publish": {
@ -57963,6 +57963,11 @@
"Value": "",
"Name": "X11VNC_EXTRA_OPTS",
"Mode": ""
},
{
"Value": "0",
"Name": "DISABLE_RESTART_SESSION_DIALOG_WINDOW",
"Mode": ""
}
]
},
@ -58093,6 +58098,20 @@
},
"value": ""
},
{
"@attributes": {
"Name": "Disable Restart Session Dialog Window",
"Target": "DISABLE_RESTART_SESSION_DIALOG_WINDOW",
"Default": "0",
"Mode": "",
"Description": "When set to &lt;b&gt;&lt;i&gt;1&lt;/i&gt;&lt;/b&gt;, the dialog window used to restart PuTTY session is not displayed.",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WEB Port for GUI",