Revert "feat: Add inline editing and manual script entry functionality (#39)" (#40)

This reverts commit a410aeacf7.
This commit is contained in:
Michel Roegl-Brunner
2025-10-06 16:21:49 +02:00
committed by GitHub
parent a410aeacf7
commit a05185db1b
98 changed files with 2328 additions and 3323 deletions

View File

@@ -1,35 +0,0 @@
{
"name": "GlobaLeaks",
"slug": "globaleaks",
"categories": [
0
],
"date_created": "2025-09-18",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 443,
"documentation": "https://docs.globaleaks.org",
"website": "https://www.globaleaks.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/globaleaks.webp",
"config_path": "",
"description": "GlobaLeaks is a free and open-source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform.",
"install_methods": [
{
"type": "default",
"script": "ct/globaleaks.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}