Initial commit for Ente Cloudron package

This commit is contained in:
Andreas Düren
2025-03-14 21:01:18 +01:00
commit c2faaf16fb
136 changed files with 7603 additions and 0 deletions

31
CloudronManifest.json Normal file
View File

@@ -0,0 +1,31 @@
{
"id": "io.ente.cloudronapp",
"title": "Ente",
"author": "Ente Authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"contactEmail": "contact@ente.io",
"tagline": "Open Source End-to-End Encrypted Photos & Authentication",
"upstreamVersion": "1.0.0",
"version": "1.0.0",
"healthCheckPath": "/",
"httpPort": 8080,
"memoryLimit": 1073741824,
"addons": {
"localstorage": {},
"postgresql": {},
"sendmail": {
"supportsDisplayName": true
}
},
"icon": "file://logo.png",
"tags": [
"photos",
"authentication",
"e2ee",
"encryption"
],
"manifestVersion": 2,
"minBoxVersion": "8.1.0",
"website": "https://ente.io"
}