Apps

App Overview

The App Overview is the command center for a running Skytells app — showing live status, the active deployment, domains, CI/CD connection, and quick actions.

The Overview is the first page you land on when opening an app. It gives you a real-time summary of the running deployment, surfaces Firewall and Observability widgets, and provides immediate access to the most common operational actions.

Production Deployment card

The main card on the Overview page shows the current production deployment.

FieldDescription
StatusLive container state: Running, Stopped, Deploying, Error.
App IDThe internal short identifier for this app (e.g. 239131cf).
DomainsThe public hostname(s) serving this app. Auto-assigned *.skytells.app domain is always listed. Custom domains appear here after they are verified.
CreatedDate the app was first created.
CI/CDConnected when a GitHub repository is linked and auto-deploy is active. Not connected when deploying manually or via Docker image.
SourceThe tracked branch and the current deployed commit hash (e.g. main → 07cc47d).

Below the card a status line describes the deployment trigger. For auto-deploy setups this reads: "Auto-deploys from main. Push to deploy."

The card also links to the latest Deployment log and the Deployments history page.

Action buttons

The action bar at the top-right of the card offers the following controls:

ButtonWhat it does
RepositoryOpens the connected GitHub repository in a new tab.
RestartRestarts the running container without triggering a new build. Useful for clearing runtime state.
StopStops the container. The app goes offline immediately. No deployment is removed.
VisitOpens the app's primary domain in a new browser tab.
RedeployTriggers a fresh deployment of the current commit — rebuilds and restarts the container.

Restart vs Redeploy: Restart recycles the running process with the same image. Redeploy runs the full build pipeline again from the current source commit. Use Restart for quick runtime resets; use Redeploy when you want to re-run the build (for example, after changing environment variables that affect the build step).

Widget cards

Three shortcut cards appear below the Production Deployment card.

Firewall

Shows the DDoS protection and rate-limiting status for this app.

  • Active · All systems normal — Firewall is protecting the app with no anomalies detected.
  • Inactive — The firewall is not configured for this app. Open the Firewall settings to activate it.

Select the card to open the full Firewall configuration.

Observability

Shows a summary of container status and recent deployment count. Select View all to go to the Monitoring page in context.

Domains

Shows the number of domains configured and the primary domain name. Select Manage domains to go to the Domains page.

The left sidebar is available from Overview and every sub-page:

Sidebar itemContent
OverviewApp status & deploy (this page)
DeploymentsFull deployment history — build logs, triggers, statuses
EnvironmentBuild-time and runtime environment variables
DomainsManaged *.skytells.app domain + custom domains
LogsLive streaming logs — Deployment output and Runtime container stdout/stderr
MonitoringContainer CPU, memory, and health metrics
TrafficHTTP request stream and latency details
SchedulesCron jobs attached to this app
SettingsBuild type, Git config, deployment behavior, danger zone
  • Deployments — review the full deployment history.
  • Domains — add a custom domain.
  • Logs — stream real-time logs.
  • Settings — configure build, Git, and deployment behavior.

How is this guide?

On this page