Fix disk setup and documentation for Turnkey VMs (#141)
This commit is contained in:
committed by
GitHub
parent
4c46e9495d
commit
957f7e8ba2
@@ -12,7 +12,7 @@
|
||||
"documentation": null,
|
||||
"website": null,
|
||||
"logo": "https://github.com/home-assistant/brands/blob/master/core_integrations/jellyfin/icon.png?raw=true",
|
||||
"description": null,
|
||||
"description": "Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files to networked devices.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
|
||||
34
json/nextcloud-vm.json
Normal file
34
json/nextcloud-vm.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "Nextcloud",
|
||||
"slug": "nextcloud-vm",
|
||||
"categories": [
|
||||
12
|
||||
],
|
||||
"date_created": "2023-11-14",
|
||||
"type": "vm",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": "80",
|
||||
"documentation": null,
|
||||
"website": "https://www.turnkeylinux.org/nextcloud",
|
||||
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nextcloud.svg",
|
||||
"description": "TurnKey Nextcloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "vm/nextcloud-vm.sh",
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
@@ -21,13 +21,13 @@
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"os": null,
|
||||
"version": null
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"username": "admin",
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
|
||||
Reference in New Issue
Block a user