Skip to content

Commit

Permalink
Update MineOS appfile.json (#152)
Browse files Browse the repository at this point in the history
Fixed typos and updated some values to match `docker-compose.yml`
  • Loading branch information
charagender authored May 16, 2023
1 parent 345a159 commit 576cb20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Apps/MineOS/appfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MineOS/screenshot-1.png"
],
"category": [
"Gaming"
"Games"
],
"developer": {
"name": "hexparrot",
Expand Down Expand Up @@ -40,30 +40,30 @@
"value": "\"true\"",
"configurable": "yes",
"description": "Should the web interface use HTTPS or HTTP? Valid entries are \"true\" and \"false\" (with quotes)"
}
},
{
"key": "SERVER_PORT",
"value": "8443",
"configurable": "yes",
"description": "What port should the web interface listen on? This is independent of the USE_HTTPS setting."
}
},
{
"key": "USER_NAME",
"value": "mc",
"configurable": "yes",
"description": "On startup, mineos will check if an account of the name \"mc\" exists. If it does not exist, one will be created. This account, and any other created with this variable will be permitted to login to the web interface."
}
},
{
"key": "USER_UID",
"value": "1000",
"configurable": "yes",
"description": "If the \"mc\" account does not already exist, when mineos creates it, it will do so with UID same as the value of the variable. If an account with this UID already exists, account creation will be aborted."
}
},
{
"key": "USER_PASSWORD",
"value": "random_see_log",
"value": "root",
"configurable": "yes",
"description": "If the \"mc\" account is being created, it will use either the value of USER_PASSWORD, or a random 20 character password will be generated for you and displayed in the console log. After first launch, you should check the log."
"description": "If the \"mc\" account is being created, it will use the default password \"root\" (without quotes). It is recommended to change this to something more secure."
}
],
"ports": [
Expand Down

0 comments on commit 576cb20

Please sign in to comment.