{ "version": "2.0", "title": "PhotoPrism", "name": "photoprism", "icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/icon.png", "tagline": "Browsing, organizing & sharing your photo collection", "overview": "PhotoPrism® is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.", "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/thumbnaill.jpg", "screenshots": [ "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-1.jpg", "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-2.jpg", "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-3.jpg" ], "category": [ "Gallery" ], "author": { "name": "CasaOS Team", "role": "Adaptor", "website": "https://www.casaos.io", "donate_text": "", "donate_link": "" }, "support": "https://discord.gg/knqAbbBbeX", "website": "https://www.casaos.io", "container": { "image": "photoprism/photoprism:latest", "shell": "bash", "privileged": false, "network_model": "bridge", "web_ui": { "http": "2342", "path": "/" }, "envs": [ { "key": "TZ", "value": "$TZ", "configurable": "no", "description": "TimeZone" }, { "key": "PHOTOPRISM_UPLOAD_NSFW", "value": "true", "configurable": "basic", "description": "true or false, is it possible to upload NSFW" }, { "key": "PHOTOPRISM_ADMIN_PASSWORD", "value": "casaos", "configurable": "basic", "description": "The password of admin" } ], "ports": [ { "container": "2342", "host": "2342", "type": "tcp", "allocation": "preferred", "configurable": "advanced", "description": "WebUI HTTP Port" } ], "volumes": [ { "container": "/photoprism/storage", "host": "$AppData/$AppName/storage", "mode": "rw", "allocation": "automatic", "configurable": "no", "description": "PhotoPrism storage directory." }, { "container": "/photoprism/originals", "host": "$Gallery", "mode": "rw", "allocation": "automatic", "configurable": "advanced", "description": "PhotoPrism originals directory." } ], "devices": [], "constraints": { "min_memory": "512", "min_storage": "2048" }, "restart_policy": "unless-stopped", "sysctls": [], "cap_add": {}, "labels": [] }, "abilities": { "notification": false, "widgets": false, "authentication": false, "search": false, "upnp": false }, "tips": { "before_install": { "template": "DefaultAccount", "username": "admin", "password": "casaos" } }, "changelog": { "latest_updates": "", "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/changelog.txt" }, "latest_update_date": "1640245945" }