{
    "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/thumbnail.png",
    "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"
    ],
    "developer": {
        "name": "PhotoPrism",
        "website": "https://photoprism.app/",
        "donate_text": "", 
        "donate_link": ""
    },
    "adaptor": {
        "name": "CasaOS Team",
        "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": "/"
        },
        "health_check": "",
        "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": "/DATA/AppData/$AppID/photoprism/storage",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "no",
                "description": "PhotoPrism storage directory."
            },
            {
                "container": "/photoprism/originals",
                "host": "/DATA/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": [
            {
                "content": "Default Account"
            },
            {
                "content": "Username: ",
                "value": "admin"
            },
            {
                "content": "Password: ",
                "value": "casaos"
            }
        ]
    },
    "changelog": {
        "latest_updates": "",
        "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/changelog.txt"
    },
    "latest_update_date": "1640592011"
}