You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
38 lines
1.2 KiB
{ |
|
"id": "com.github.bitwardenrs", |
|
"title": "Vaultwarden", |
|
"author": "Daniel García", |
|
"description": "file://DESCRIPTION.md", |
|
"changelog": "file://CHANGELOG", |
|
"postInstallMessage": "file://POSTINSTALL.md", |
|
"tagline": "Rust implementation of the Bitwarden API", |
|
"version": "1.9.2", |
|
"upstreamVersion": "1.25.2", |
|
"healthCheckPath": "/healthcheck", |
|
"httpPort": 8000, |
|
"configurePath": "/admin", |
|
"addons": { |
|
"localstorage": {}, |
|
"mysql": {}, |
|
"sendmail": { "supportsDisplayName": true } |
|
}, |
|
"memoryLimit": 1073741824, |
|
"manifestVersion": 2, |
|
"website": "https://github.com/dani-garcia/vaultwarden", |
|
"documentationUrl": "https://docs.cloudron.io/apps/vaultwarden/", |
|
"forumUrl": "https://forum.cloudron.io/category/64/bitwardenrs", |
|
"contactEmail": "support@cloudron.io", |
|
"icon": "file://logo.png", |
|
"tags": [ |
|
"password", |
|
"bitwarden", |
|
"lastpass", |
|
"manager" |
|
], |
|
"mediaLinks": [ |
|
"https://screenshots.cloudron.io/com.github.bitwardenrs/bitwardenrs_01.png", |
|
"https://screenshots.cloudron.io/com.github.bitwardenrs/bitwardenrs_02.png", |
|
"https://screenshots.cloudron.io/com.github.bitwardenrs/bitwardenrs_03.png" |
|
], |
|
"minBoxVersion": "7.1.2" |
|
}
|
|
|