An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tomo Marketplace

[![Validate Apps](https://github.com/cbabil/tomo-marketplace/actions/workflows/validate.yml/badge.svg)](https://github.com/cbabil/tomo-marketplace/actions/workflows/validate.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub stars](https://img.shields.io/github/stars/cbabil/tomo-marketplace)](https://github.com/cbabil/tomo-marketplace/stargazers)
[![GitHub last commit](https://img.shields.io/github/last-commit/cbabil/tomo-marketplace)](https://github.com/cbabil/tomo-marketplace/commits)
[![GitHub issues](https://img.shields.io/github/issues/cbabil/tomo-marketplace)](https://github.com/cbabil/tomo-marketplace/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/cbabil/tomo-marketplace)](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)