Platform

Marketplace

SkyPort Marketplace - Instant app installation

Marketplace

The SkyPort Marketplace provides pre-built, pre-configured applications you can install with a single command.

Browsing Applications

List Available Apps

# Search marketplace
skyport marketplace search

# Search for specific apps
skyport marketplace search database
skyport marketplace search postgres

# View app details
skyport marketplace info postgres

Popular applications available in the marketplace:

  • PostgreSQL - Advanced SQL database
  • Redis - In-memory data store
  • MongoDB - NoSQL database
  • Nginx - Reverse proxy and web server
  • Certbot - SSL/TLS certificates
  • Git Server - Self-hosted Git
  • Registry - Docker image registry
  • MinIO - S3-compatible object storage

Installing Applications

Basic Installation

# Install latest version
skyport marketplace install postgres

# Install specific version
skyport marketplace install postgres:15

# Installation shows up in marketplace list
skyport marketplace list

Marketplace UI

In the web dashboard:

  1. Go to Marketplace
  2. Search for application
  3. Click "Install"
  4. Configure options
  5. Click "Deploy"

Managing Installed Apps

# List installed apps
skyport marketplace list

# View app details
skyport marketplace info postgres

# Update installed app
skyport marketplace update postgres

# Uninstall app
skyport marketplace uninstall postgres

# Access app
# Check app details for access URL/instructions

Database Stack

# Install PostgreSQL
skyport marketplace install postgres

# Install Redis
skyport marketplace install redis

# Install MongoDB
skyport marketplace install mongodb

Reverse Proxy

# Install Nginx
skyport marketplace install nginx

# Configure routes to your applications
skyport proxy add myapp.example.com localhost:3000

Development Tools

# Install Git server
skyport marketplace install gitea

# Install code editor
skyport marketplace install code-server

Creating Custom Marketplace Apps

To add your own apps to the marketplace:

  1. Create app configuration YAML
  2. Submit to SkyPort Marketplace registry
  3. Community review and approval

Next: Projects | Services

SkyPort

SkyPort Docs

Self-hosted infrastructure platform