Unable to install big bear

Very new to this and just watched a few videos on youtube on how to get big bear but the apps dont show up on my app store it still only says 105 never goes higher than that after inputting the zip file from github.

Do you have the correct .zip URL?

https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip

Try opening it in a browser—it should start downloading automatically. Alternatively, you can also test it directly on the server using:

wget https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip

This helps verify if there’s an issue with the link.

tried the top one but got Updating the information source of the app store is complete. with no new apps and also cant seem to get into terminal now for some reason.

Can you look at the browser developer tools > Network Tab > Look for api request > Response.

Best way would to SSH in and look at logs:

Hello, I have exactly the same problem as above, I’m on casaOS 0.4.15, I added the following link to the app store: https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip,

CasaOS tells me everything’s fine but nothing happens, big bear hasn’t been added to the app store and no new applications have appeared. Does anyone have any idea what’s wrong?

Hello, did you try to reboot your CasaOS? Also, did you run the healthcheck?

You can review the healthcheck code here: big-bear-scripts/casaos-healthcheck/run.sh at master · bigbeartechworld/big-bear-scripts · GitHub

Hello, thank you for your reply, I tried to reboot several times but nothing changed. I’ve also tried healthcheck by running this: bash -c “$(wget -qLO - https://row.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/casaos-healthcheck/run.sh)” but it doesn’t return any error.

Also i have these errors in var/log/casaos/app-management.log:

2025-03-16T11:20:59.610+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:20:59.611+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:20:59.614+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:20:59.614+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:20:59.614+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:20:59.619+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:20:59.622+0100    error   extension `x-casaos` not found  {"func": "service.(*App).StoreInfo", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/app.go", "line": 18}
2025-03-16T11:21:02.186+0100    error   failed to publish event {"error": "Post \"http://unix/v2/message_bus/event/app-management/app-store:register-begin\": dial unix /tmp/message-bus.sock: connect: no such file or directory", "func": "service.PublishEventWrapper", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/service.go", "line": 127}
2025-03-16T11:21:03.000+0100    error   error while updating catalog for app store      {"error": "Head \"https://casaos.app/store/main.zip\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)", "url": "https://casaos.app/store/main.zip", "func": "service.(*AppStoreManagement).UpdateCatalog", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/appstore_management.go", "line": 437}
2025-03-16T11:21:03.730+0100    info    appstore size changed, update app store {"url": "https://github.com/bigbeartechworld/big-bear-casaos/archive/refs/heads/master.zip", "func": "service.(*appStore).UpdateCatalog", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/appstore.go", "line": 94}
2025-03-16T11:21:24.955+0100    info    failed to parse compose app - contact the contributor of this app to fix it     {"error": "validating : services.big-bear-ayon.healthcheck.retries mu

I have no idea what append but now, it works

I too have found myself in this same situation. I can’t get the big bear casaos app store to install and I’m really interested in trying Immich on my casaos install. I’ve everything I can think of. The above mentioned health check reporting that no significant issues were found. When I try to add the app store it spins for a minute and then give the updated message, but never shows more that the default 83 apps. I’ve tried restarting casaos, I even when as far as to uninstall it and reinstall it and can’t get it to behave. Interestingly, I can’t get any of the other listed app stores to install either.

Let me know if there are specific logs you’d like to see. This is my first time working in Docker, so I’m stumbling my way through.