Changed intendation to 4
This commit is contained in:
@@ -1,43 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name":"Ownfoil",
|
"name":"Ownfoil",
|
||||||
"slug":"ownfoil",
|
"slug":"ownfoil",
|
||||||
"categories":[
|
"categories": [
|
||||||
24
|
24
|
||||||
],
|
],
|
||||||
"description":"Ownfoil is a Nintendo Switch library manager, that will also turn your library into a fully customizable and self-hosted Shop, supporting multiple clients like Tinfoil, Cyberfoil and Sphaira.",
|
"description": "Ownfoil is a Nintendo Switch library manager, that will also turn your library into a fully customizable and self-hosted Shop, supporting multiple clients like Tinfoil, Cyberfoil and Sphaira.",
|
||||||
"type":"ct",
|
"type": "ct",
|
||||||
"privileged":false,
|
"privileged": false,
|
||||||
"updateable":true,
|
"updateable": true,
|
||||||
"interface_port":8465,
|
"interface_port": 8465,
|
||||||
"documentation":"https://github.com/a1ex4/ownfoil",
|
"documentation": "https://github.com/a1ex4/ownfoil",
|
||||||
"website":"https://github.com/a1ex4/ownfoil",
|
"website":" https://github.com/a1ex4/ownfoil",
|
||||||
"logo":null,
|
"logo": null,
|
||||||
"config_path":"/opt/ownfoil/app/config/settings.yaml",
|
"config_path": "/opt/ownfoil/app/config/settings.yaml",
|
||||||
"install_methods_json":[
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type":"default",
|
"type": "default",
|
||||||
"script":"ct/ownfoil.sh",
|
"script": "ct/ownfoil.sh",
|
||||||
"resources":{
|
"resources": {
|
||||||
"cpu":1,
|
"cpu": 1,
|
||||||
"ram":1024,
|
"ram": 1024,
|
||||||
"hdd":4,
|
"hdd": 4,
|
||||||
"os":"Debian",
|
"os": "Debian",
|
||||||
"version":"13"
|
"version": "13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials":{
|
"default_credentials": {
|
||||||
"username":null,
|
"username": null,
|
||||||
"password":null
|
"password": null
|
||||||
},
|
},
|
||||||
"notes":[
|
"notes": [
|
||||||
{
|
{
|
||||||
"text":"Ownfoil requires an admin user to be created to enable Authentication. Go to the Settings tab to create a first user that will have admin rights.",
|
"text": "Ownfoil requires an admin user to be created to enable Authentication. Go to the Settings tab to create a first user that will have admin rights.",
|
||||||
"type":"warning"
|
"type": "warning"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text":"More CPU/RAM may be required depening on library size and number of concurrent users",
|
"text": "More CPU/RAM may be required depening on library size and number of concurrent users",
|
||||||
"type":"info"
|
"type": "info"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user