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
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:
- Go to Marketplace
- Search for application
- Click "Install"
- Configure options
- 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
Popular Installation Scenarios
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:
- Create app configuration YAML
- Submit to SkyPort Marketplace registry
- Community review and approval
