diff --git a/CLAUDE.md b/CLAUDE.md index f1072c1..6190bcb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,7 +18,7 @@ uvicorn app.main:app --reload --port 8080 AUTH_DISABLED=true uvicorn app.main:app --reload --port 8080 # Docker -docker build -t omada-ap-manager:latest . +docker build -t qwe-salus:latest . docker compose up ``` diff --git a/README.md b/README.md index 107fcc7..8e8f48b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Secured via Authentik OIDC, with a full audit log exported as CSV. 1. In Authentik, go to **Admin → Providers → Create**. 2. Choose **OAuth2/OpenID Provider**. 3. Fill in: - - **Name**: `omada-ap-manager` + - **Name**: `qwe-salus` - **Authorization flow**: your default authorization flow - **Client type**: `Confidential` - **Client ID**: auto-generated (copy it) @@ -85,9 +85,9 @@ Example: `https://auth.stranto.com/application/o/qwe-salus/` ### 3.1 Build the image first (on the Docker host) ```bash -git clone omada-ap-manager -cd omada-ap-manager -docker build -t omada-ap-manager:latest . +git clone qwe-salus +cd qwe-salus +docker build -t qwe-salus:latest . ``` Or add a `build: .` section in the stack (Portainer will build it if the source is available). @@ -174,7 +174,7 @@ uvicorn app.main:app --reload --port 8080 ## Project Structure ``` -omada-ap-manager/ +qwe-salus/ ├── app/ │ ├── main.py # FastAPI routes │ ├── auth.py # Authentik OIDC logic diff --git a/docker-compose.yml b/docker-compose.yml index 1e6b942..839dbe7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ version: "3.8" services: - omada-ap-manager: - image: omada-ap-manager:latest + qwe-salus: + image: qwe-salus:latest build: . - container_name: omada-ap-manager + container_name: qwe-salus ports: - "8098:8080" volumes: