@satsophone @poodlez
Thanks guys you’ve helped us find a bug here, we have a fix for you. Sorry it is a bit cumbersome, but the original issue itself should be resolved in an upcoming update.
To fix this error, please follow these steps:
- SSH into your Umbrel instance with
ssh umbrel@umbrel.local
- Run
cd ~/umbrel/app-data
and thenls
- Copy the directory names somewhere
- Enter the directory names into
<app_name>
for every app you have
{
"name": "<name>",
"password": "$2b$10$PDwSSnPmfCQJh3x72KjKs.Nb7NgU62gftuic991GkRyFMcIowpTv2",
"seed": "TgXPdw/2PAVunpgU/gC+Mw==$87da593006e88d358f2c8ea6fb060faf$8QPHQcfgevnn$9f16c056e076b30c2d9232c8d945033c12a3c35e97f0f43e50e99d7087adb027$250000$cbc",
"unusedSeed": true,
"installedApps": [
"<app_name_1>",
"<app_name_2>",
"<app_name_3>",
"<etc etc>"
],
"repos": [
"https://github.com/getumbrel/umbrel-apps.git"
],
"wallpaper": null,
"remoteTorAccess": true,
"appOrigin": {
"<app_name_1>": "https://github.com/getumbrel/umbrel-apps.git",
"<app_name_2>": "https://github.com/getumbrel/umbrel-apps.git",
"<app_name_3>": "https://github.com/getumbrel/umbrel-apps.git",
"<etc etc>": "https://github.com/getumbrel/umbrel-apps.git"
}
}
- Back at the terminal, enter the following
sudo nano ~/umbrel/db/user.json
- Paste the JSON into it, enter
CTRL + X
and typeyes
to save
Now you should be able to access umbrel.local with the password moneyprintergobrrr
and all the apps should appear again.
Let me know how that goes, and if you need any help.