CasaOS-Store/Apps/Vaultwarden/appfile.json

73 lines
2.3 KiB
JSON
Raw Normal View History

2022-04-06 06:35:34 +00:00
{
"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.jpg",
"screenshots": [],
"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": [],
"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"
}