Skip to content

WisdomSky/CasaOS-AppStore-Edge

 
 

Repository files navigation

CasaOS (Edge) AppStore

GitHub issues by-label GitHub contributors

Number of Unique Installs Number of Installs

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!


Support me by treating me to a cup of coffee 🥰

Buy me a coffee


💡 Information

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.

🚨 Disclaimer

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.


🔥 Installation

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.


🔃 Restoring back the Official CasaOS Appstore

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 corresponding ID 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.


🛠 Troubleshooting

  • 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 the host and port.

    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"
    

About

Manifest files for CasaOS Apps

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%