CasaOS AppStore needs your help to grow:
- See CONTRIBUTING.md for how to contribute CasaOS Apps in Docker Compose format.
- Check
help wanted
for which issues you can help with.
Thank you!
This is an Edge
version of the Official CasaOS Appstore.
This version of the CasaOS Appstore attempts to automatically update all the listed apps into their more recent (stable) versions if possible.
The list will update every 24 hours.
This appstore cannot guarantee that the newer version of an app it automatically resolved to is fully stable and working.
If there is a new update available, it is best to verify from other sources (reddit, github repo) first if the current (more recent) tag referenced in each app is safe to update to.
Unregister the Official CasaOS Appstore:
casaos-cli app-management unregister app-store 0
Register the edge version of CasaOS appstore:
casaos-cli app-management register app-store https://casaos-appstore.paodayag.dev/edge.zip
Done.
Get the assigned ID
of the CasaOS Edge Appstore:
casaos-cli app-management list app-stores
Unregister the CasaOS Edge Appstore:
casaos-cli app-management unregister app-store <casaos-edge-appstore-id>
NOTE: Replace
<casaos-edge-appstore-id>
with the correspondingID
of the CasaOS Edge Appstore.
Register the Official CasaOS appstore:
casaos-cli app-management register app-store https://github.com/IceWhaleTech/CasaOS-AppStore/archive/refs/heads/main.zip
Done.
-
I followed and run all the instructions but it seems not working
Solution:
Adding third-party appstores only works on CasaOS v0.4.4 and above.
Upgrade your CasaOS to at least v0.4.4
-
I receive an Error 404 Not found when running the register command.
Solution:
It could be that your CasaOS is running on a port other than port
80
.You need to tell the command which port your CasaOS is running by passing the
-u
flag together with thehost
andport
.For example, if my CasaOS is running on port
90
:casaos-cli app-management register app-store https://casaos-appstore.paodayag.dev/edge.zip -u "localhost:90"