Adds dist.

This commit is contained in:
2026-07-12 21:40:15 +00:00
parent 518cdbbce5
commit 1d1d6c605c
18 changed files with 1219 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# Building Wild App
# Building Wild Central Web App
This document describes the architecture and tooling used to build the Wild App, the web-based interface for managing Wild Cloud instances, hosted on Wild Central.
This document describes the architecture and tooling used to build the Wild Central web app, the browser-based interface for managing Wild Central and its connected services.
## Principles

View File

@@ -1,13 +1,13 @@
# Wild Cloud Web App
# Wild Central Web App
The Wild Cloud Web App is a web-based interface for managing Wild Cloud instances. It allows users to view and control their Wild Cloud environments, including deploying applications, monitoring resources, and configuring settings.
The Wild Central Web App is a web-based interface for managing Wild Central and its connected services. It allows users to configure networking (DNS, gateway, VPN, firewall, TLS), manage Wild Cloud instances, deploy applications, and monitor resources.
## Prerequisites
Before starting the web app, ensure the Wild Central API is running:
```bash
cd ../api
cd ..
make dev
```
@@ -57,11 +57,9 @@ pnpm run check # Run lint, type-check, and tests
### `VITE_API_BASE_URL`
The base URL of the Wild Central API server.
The base URL of the Wild Central API.
- **Default:** `http://localhost:5055`
- **Example:** `http://192.168.1.100:5055`
- **Usage:** Set in `.env` file (see `.env.example` for template)
This variable is used by the API client to connect to the Wild Central API. If not set, it defaults to `http://localhost:5055`.