Files
service-aware-frontend/pkgs/clan-cli/clan_cli
sara-pervana 7742228eca
Some checks failed
checks-impure / test (pull_request) Successful in 27s
checks / test (pull_request) Failing after 2m40s
added a bit of time delay for register/deregister and also a confirm button for delete
2024-01-29 19:28:40 +01:00
..
2024-01-25 14:47:37 +01:00
2023-10-03 13:12:44 +02:00
2023-11-26 12:33:16 +01:00
2024-01-28 18:22:32 +01:00
2024-01-13 19:28:54 +01:00
2023-10-23 01:30:47 +02:00
2023-11-26 12:47:16 +01:00
2023-07-27 15:47:15 +02:00
2023-10-22 21:03:06 +02:00

init_.py:

usage: clan webui [-h] [--port PORT] [--host HOST] [--populate] [--emulate] [--no-open] [--dev]
                  [--dev-port DEV_PORT] [--dev-host DEV_HOST] [--reload]
                  [--log-level {critical,error,warning,info,debug,trace}]
                  [sub_url]

positional arguments:
  sub_url               Sub URL to open in the browser

options:
  -h, --help            show this help message and exit
  --port PORT           Port to listen on
  --host HOST           Host to listen on
  --populate            Populate the database with dummy data
  --emulate             Emulate two entities c1 and c2 + dlg and ap
  --no-open             Don't open the browser
  --dev                 Run in development mode
  --dev-port DEV_PORT   Port to listen on for the dev server
  --dev-host DEV_HOST   Host to listen on
  --reload              Don't reload on changes
  --log-level {critical,error,warning,info,debug,trace}
                        Log level

In this folder are some basic files:

  • config.py
    • to configer basic value for the server and the emulation
      • ip/host
      • ports
  • emuplate_fast.py
    • some api call that emulate the behavoir
      • extra servers with api calls are emulated here

In the subfolder is the backend impplemented.