Merge branch 'community-scripts:main' into wanderer

This commit is contained in:
rrole
2025-11-25 12:44:16 +01:00
committed by GitHub
22 changed files with 4513 additions and 343 deletions

View File

@@ -0,0 +1,48 @@
{
"name": "Ente",
"slug": "ente",
"categories": [
20
],
"date_created": "2025-11-22",
"type": "ct",
"updateable": false,
"privileged": false,
"config_path": "/opt",
"interface_port": 3000,
"documentation": "https://github.com/ente-io/ente",
"website": "https://ente.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/ente-photos.svg",
"description": "Ente is a service that provides a fully open source, end-to-end encrypted platform for you to store your data in the cloud without needing to trust the service provider. On top of this platform, we have built two apps so far: Ente Photos (an alternative to Apple and Google Photos) and Ente Auth (a 2FA alternative to the deprecated Authy).",
"install_methods": [
{
"type": "default",
"script": "ct/ente.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 10,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Please use `journalctl -u ente-museum.service -n 10` to read logs for the signup verification code",
"type": "info"
},
{
"text": "If you want to use the Ente CLI to add/whitelist admins, please follow the instructions at https://ente.io/help/self-hosting/administration/cli",
"type": "info"
},
{
"text": "To see Museium config: `cat /opt/ente/server/museum.yaml`",
"type": "info"
}
]
}

View File

@@ -0,0 +1,35 @@
{
"name": "Qdrant",
"slug": "qdrant",
"categories": [
20
],
"date_created": "2025-11-25",
"type": "ct",
"updateable": false,
"privileged": false,
"config_path": "/etc/qdrant/config.yaml",
"interface_port": 6333,
"documentation": "https://github.com/qdrant/qdrant",
"website": "https://qdrant.tech/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/qdrant.webp",
"description": "Qdrant is a vector search engine and vector database that allows you to store, search, and manage high-dimensional vectors efficiently.",
"install_methods": [
{
"type": "default",
"script": "ct/qdrant.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 5,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}