Skip to content
/ clip Public

A simple remote web gui for a glorious System Administration!

License

Notifications You must be signed in to change notification settings

jasoc/clip

Repository files navigation

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

About

A simple remote web gui for a glorious System Administration!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published