{
    "version": "2.0",
    "title": "Vaultwarden",
    "name": "vaultwarden",
    "icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/icon.png",
    "tagline": "A self-hosted Bitwarden server",
    "overview": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
    "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/thumbnail.png",
    "screenshots": [
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-1.png",
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-2.png",
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-3.png"
    ],
    "category": [
        "Utilities"
    ],
    "developer": {
        "name": "Daniel García",
        "website": "https://github.com/dani-garcia/vaultwarden",
        "donate_text": "",
        "donate_link": ""
    },
    "adaptor": {
        "name": "CasaOS Team",
        "website": "https://www.casaos.io",
        "donate_text": "",
        "donate_link": ""
    },
    "support": "https://discord.gg/knqAbbBbeX",
    "website": "https://github.com/dani-garcia/vaultwarden",
    "container": {
        "image": "vaultwarden/server:1.24.0",
        "shell": "bash",
        "privileged": false,
        "network_model": "bridge",
        "web_ui": {
            "http": "80",
            "path": "/"
        },
        "envs": [],
        "ports": [
            {
                "container": "80",
                "host": "80",
                "type": "tcp",
                "allocation": "preferred",
                "configurable": "advanced",
                "description": "WebUI HTTP Port"
            }
        ],
        "volumes": [
            {
                "container": "/data",
                "host": "/DATA/AppData/$AppID/data",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "no",
                "description": "Vaultwarden data directory."
            }
        ],
        "devices": [],
        "constraints": {
            "min_memory": 256,
            "min_storage": 1024
        },
        "restart_policy": "unless-stopped",
        "sysctls": [],
        "cap_add": [],
        "labels": []
    },
    "abilities": {
        "notification": false,
        "widgets": false,
        "authentication": false,
        "search": false,
        "upnp": false
    },
    "tips": {},
    "changelog": {
        "latest_updates": "",
        "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/changelog.txt"
    },
    "latest_update_date": "1647253154"
}