Sign inSign up

unsoop/app-c-dash

By unsoop

Updated about 5 years ago

a single page to see latest Status of all you're App Center builds

Image
0

580

unsoop/app-c-dash repository overview

app-c-dash

GitHub Project: https://github.com/AdamRussak/app-c-dash

app-c-dash is a single page Flutter web app to monitor and pro-activly manage the build process using the AppCenter platform

Run using dhttpd

one of the simplest ways to run a flutter web app is to use the dhttpd package

Run using docker

from the project root folder run:

$tag="unsoop/app-c-dash"
docker build -t $tag .

docker run --rm unsoop/app-c-Dash 
OR
docker run --rm -p <AnyLigalPortYouLike>:4040 unsoop/app-c-Dash 
Run using Docker-Compose: docker-compose.yaml
version: "3.7"
services:
  app-c-dash:
    image: unsoop/app-c-dash:latest
    container_name: app-c-dash
    restart: always

from the same directory as the docker-compose.yaml, run:
docker-compose up -d

Using the app-c-dash

  • get your API key from youre app Center account (steps 1-7)
  • in the browser go to app-c-dash and enter youre API key on the top left.
  • to access appCenter for each of youre app, simply press the header of the app (app name) and you will be directed to the build page of that specific app.

app-c-dash view

the UI layout:
  • each app give you:.
    • app OS (Android, iOS, UWP).
    • app Platform (Java, xamarin, Swift etc..).
    • app last build branch.
    • app last build Date.
    • app last build ID.
    • app last build Status (sucess, Fail, not configured, Running).
    • app last build result (sucess, Fail, not configured, Running).
  • on the top left you will have the last overall app build that was run with the same info as the list.
  • on the top right you will have the overall number of apps that where found using your API key.
API calls Layout

app-c-dash API Calls

Tag summary

Content type

Image

Digest

Size

18.2 MB

Last updated

about 5 years ago

docker pull unsoop/app-c-dash