Big Bear CasaOS App Store
repository·master·Indexed 20 days ago
https://github.com/bigbeartechworld/big-bear-casaosA third-party repository providing a curated collection of over 200 applications for CasaOS and ZimaOS users. It offers Docker-based deployments with specific image versions, configuration metadata, and installation guides for self-hosting enthusiasts. Requires CasaOS version 0.4.4 or higher to use the Custom Appstore feature.
What's inside big-bear-casaos
- The Big Bear CasaOS App Store is an independently developed and maintained collection of applications for CasaOS and ZimaOS platforms. It is provided by BigBearTechWorld and the BigBearCommunity and operates separately from IceWhale's official app store. The store currently offers over 200 applications and is frequently updated to support self-hosting and home server enthusiasts.
Explore related Big Bear platform repositories
masterThe Big Bear CasaOS App Store is part of a broader ecosystem of platform-specific app repositories. Depending on your hosting environment, you may want to explore these related projects:
- Big Bear Runtipi: Apps specifically for Runtipi.
- Big Bear Umbrel: Apps specifically for Umbrel.
- Big Bear Cosmos: Apps specifically for Cosmos.
- Big Bear Dockge: Apps specifically for Dockge.
- Big Bear Portainer: Apps specifically for Portainer.
Sponsorship opportunities for app developers
masterApp developers and companies can gain visibility within the Big Bear CasaOS App Store through three sponsorship tiers. Sponsorships are managed via Ko-fi memberships.
Sponsorship Tiers
Tier Price Benefits 🥇 Featured Partner $300/month Top placement with highlighted entry, dedicated YouTube showcase, regular maintenance, priority updates, and monthly mentions in BigBearCommunity updates. 🥈 Premium Placement $150/month Prominent position in recommended apps, featured mention in community updates, and priority support for app maintenance. 🥉 Basic Placement $50/month Inclusion in the recommended apps list and regular updates/maintenance. Get help or suggest new apps
masterIf you encounter issues or wish to contribute to the ecosystem, use the following community channels:
- Report an issue: Post detailed descriptions of your problem in the BigBearCommunity issue forum.
- Feature requests: Post suggestions in the BigBearCommunity suggestions section.
- App suggestions: Post suggestions for new applications in the BigBearCommunity server.
Requirements for using the Custom Appstore
masterTo use the Custom Appstore feature, you must ensure your CasaOS installation is running version 0.4.4 or higher. Older versions do not support the custom appstore integration.Komf Application Overview
masterKomf (Komga and Kavita Metadata Fetcher) is a tool designed to fetch metadata and thumbnails for digital comic book libraries.
Key Features:
- Automatically detects added series and updates metadata/thumbnails.
- Manual search and identification for specific series or the entire library.
- Supports integration with Komga and Kavita UIs via a userscript.
Deployment Details:
- Image:
sndxr/komf:1.7.1@sha256:4a6971a76abc30869f6d0555a7328ff8cd879f3016a7378395df331c1245cbb2 - Supported Architectures:
amd64,arm64 - Default Port:
8085 - Restart Policy:
unless-stopped
Enable hardware accelerated transcoding for Immich
masterTo enable hardware acceleration for video transcoding in the
immich-servercontainer, you can use theextendskeyword to include a hardware acceleration configuration file.Uncomment the
extendssection in theimmich-serverservice and set theservicevalue to one of the following supported drivers:nvenc(NVIDIA)quicksync(Intel)rkmpp(Rockchip)vaapi(Generic Linux)vaapi-wsl(WSL2)
immich-server: # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl]Homarr v1 Compatibility and Installation Notes
masterCompatibility Warning
Homarr v1 uses a different data structure than legacy Homarr (v0.x). It is not compatible with v0.x data without a migration process.
Installation Tips
Before installing, it is recommended to read the official documentation provided by Big Bear Tech World:
https://community.bigbeartechworld.com/t/added-homarr-v1-to-bigbearcasaos/5074#p-7710-documentation-2Configure ComposeToolbox via docker-compose.yml
masterComposeToolbox is a self-hosted tool used to edit, validate, and receive suggestions for
docker-compose.ymlfiles. When deploying via Docker Compose, you can configure the service using the following parameters:Service Configuration
- Image: Uses
ghcr.io/bluegoosemedia/composetoolbox:latest. - Ports: Maps host port
3002to container port3000. - Environment Variables: Sets
NODE_ENVtoproduction. - Volumes: Persists data by mounting
/DATA/AppData/$AppID/dataon the host to/app/datain the container. - Restart Policy: Set to
unless-stopped.
CasaOS Integration Metadata
- App ID:
com.bigbeartechworld.composetoolbox - Category:
Developer - Supported Architectures:
amd64,arm64
name: big-bear-composetoolbox services: big-bear-composetoolbox: environment: NODE_ENV: production image: ghcr.io/bluegoosemedia/composetoolbox:latest@sha256:61e8a6f0a00583f145e83018ce0954089f5bd89157dc39ef7459043643ca17f6 pull_policy: always ports: - "3002:3000" restart: unless-stopped volumes: - /DATA/AppData/$AppID/data:/app/data container_name: "big-bear-composetoolbox"- Image: Uses
Access EJBCA Community Admin Web Interface
masterOnce the container is running, allow a few minutes for the initialization process to complete.
- Default Admin URL:
https://<host/ip>:8443/ejbca/adminweb - Default HTTP Port:
8080
Note: Because the admin interface uses HTTPS, you may encounter certificate warnings during the initial setup phase.
- Default Admin URL:
Deploy Anse via Docker Compose
masterAnse is a UI for AI Chats supporting models like ChatGPT, DALL-E, and Stable Diffusion. You can deploy it using the provided Docker Compose configuration. The service runs on port
8014by default and supports bothamd64andarm64architectures.name: big-bear-anse services: big-bear-anse: container_name: big-bear-anse image: ddiu8081/anse:v1.1.11@sha256:fd9afc84b9e1df02ca065170e72994b787e7d2ea881f22eda2fcd2c58e717164 restart: unless-stopped environment: - PORT=8014 ports: - "8014:8014"Paperless-ngx Installation Tips
masterBefore installing Paperless-ngx via the Big Bear CasaOS App Store, it is highly recommended to review the official documentation regarding this specific configuration to ensure compatibility and proper setup.
Pre-installation Guide: https://community.bigbeartechworld.com/t/added-paperlessngx-to-bigbearcasaos/1954#p-3625-documentation-4