2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00
2026-05-13 18:29:35 +00:00

sethtest

This repository was generated from the Backstage Flask Web App template.

What you get

  • app.py with / and /health
  • requirements.txt
  • Gunicorn production entrypoint
  • Dockerfile exposing port 8080
  • Backstage catalog-info.yaml

Run locally

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py

Run with Docker

docker build -t sethtest .
docker run --rm -p 8080:8080 sethtest
S
Description
Seth doing stuff
Readme
38 KiB
Languages
HTML 88.8%
Python 7%
Dockerfile 4.2%