https://github.com/cbabil/tomo-marketplace
Community marketplace for homelab applications - discover, share, and install apps for your homelab infrastructure
https://github.com/cbabil/tomo-marketplace
apps docker homelab infrastructure marketplace self-hosted
Last synced: 5 months ago
JSON representation
Community marketplace for homelab applications - discover, share, and install apps for your homelab infrastructure
- Host: GitHub
- URL: https://github.com/cbabil/tomo-marketplace
- Owner: cbabil
- License: mit
- Created: 2025-12-27T04:19:54.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-02-03T00:01:59.000Z (5 months ago)
- Last Synced: 2026-02-03T10:55:45.181Z (5 months ago)
- Topics: apps, docker, homelab, infrastructure, marketplace, self-hosted
- Language: Shell
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Tomo Marketplace
[](https://github.com/cbabil/tomo-marketplace/actions/workflows/validate.yml)
[](https://opensource.org/licenses/MIT)
[](https://github.com/cbabil/tomo-marketplace/stargazers)
[](https://github.com/cbabil/tomo-marketplace/commits)
[](https://github.com/cbabil/tomo-marketplace/issues)
[](https://github.com/cbabil/tomo-marketplace/pulls)
**Custom Docker app definitions for Tomo infrastructure**
[Quick Start](#quick-start) · [Apps](#apps) · [Documentation](https://github.com/cbabil/tomo-marketplace/wiki) · [Contributing](CONTRIBUTING.md)
---
## About
This marketplace contains **custom apps not available in CasaOS App Store**. For common self-hosted applications (Jellyfin, Nextcloud, Pi-hole, Portainer, Grafana, etc.), use the [CasaOS App Store](https://github.com/IceWhaleTech/CasaOS-AppStore).
## Quick Start
```bash
# Install an app
tomo install tomo-agent
# Add a new app
./scripts/create-app.sh
# Validate an app
./scripts/validate-app.sh
```
## Apps
| App | Category | Description |
|-----|----------|-------------|
| [Tomo Agent](apps/utility/tomo-agent) | utility | Agent for remote server management and monitoring |
## Documentation
Visit the **[Wiki](https://github.com/cbabil/tomo-marketplace/wiki)** for:
- [App Categories](https://github.com/cbabil/tomo-marketplace/wiki/App-Categories) - Browse all apps
- [App Definition](https://github.com/cbabil/tomo-marketplace/wiki/App-Definition) - YAML format reference
- [Repository Structure](https://github.com/cbabil/tomo-marketplace/wiki/Repository-Structure) - How the repo is organized
## Contributing
Want to add an app? See [CONTRIBUTING.md](CONTRIBUTING.md).
---
[Security Policy](SECURITY.md) · [Releases](https://github.com/cbabil/tomo-marketplace/releases) · [License](LICENSE)