Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.6 KB

Clip

Centralized Local Infrastructure Portal

Angular FastAPI .Net C# Postgres Kubernetes

code style: prettier Code style: black

A simple remote web gui for a glorious System Administration!

Local environment

How to start (both on Linux and Windows (PoweShell/WSL)):

$: ./clip dev up --build

or any parameter of docker compose you prefer after dev.

Prod configuration

$: ./clip prod up -d --build

Everything is auto contained in Docker. You can interact with the environment's toolchain using docker compose run. For example:

$: ./clip dev run --rm spa yarn add @package

or

$: ./clip dev run --rm apiserver poetry add @package

Before committing

$: ./clip dev run --rm spa prettify
$: ./clip dev run --rm apiserver prettify