mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 12:46:42 +02:00
chore: complete ManaCore → Mana rename (docs, go modules, plists, images)
Final cleanup of references missed in previous rename commits: - Dockerfiles: PUBLIC_MANA_CORE_AUTH_URL → PUBLIC_MANA_AUTH_URL - Go modules: github.com/manacore/* → github.com/mana/* (7 go.mod files) - launchd plists: com.manacore.* → com.mana.* (14 files renamed + content) - Image assets: *_Manacore_AI_Credits* → *_Mana_AI_Credits* (11 files) - .env.example files: ManaCore brand strings → Mana - .prettierignore: stale apps/manacore/* paths → apps/mana/* - Markdown docs (CLAUDE.md, /docs/*): mana-core-auth → mana-auth, etc. Excluded from rename: .claude/, devlog/, manascore/ (historical content), client testimonials, blueprints, npm package refs (@mana-core/*). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6f4667c2a3
commit
22a73943e1
307 changed files with 2408 additions and 4537 deletions
|
|
@ -23,7 +23,7 @@ Mana nutzt einen Standard-Prometheus + Grafana Stack für Monitoring:
|
|||
│ (6 Services) │ │ (30 Tage) │ │ (5 Dashboards) │
|
||||
└─────────────────┘ └─────────────────┘ └─────────────────┘
|
||||
│
|
||||
├── mana-core-auth (Port 3001)
|
||||
├── mana-auth (Port 3001)
|
||||
├── chat-backend (Port 3002)
|
||||
├── todo-backend (Port 3018)
|
||||
├── calendar-backend (Port 3016)
|
||||
|
|
@ -245,7 +245,7 @@ services:
|
|||
ports:
|
||||
- "8428:8428"
|
||||
networks:
|
||||
- manacore-network
|
||||
- mana-network
|
||||
```
|
||||
|
||||
**Ressourcen-Vergleich (geschätzt):**
|
||||
|
|
@ -304,7 +304,7 @@ GROUP BY DATE_TRUNC('month', date);
|
|||
### 4.3 DuckDB Service Implementation
|
||||
|
||||
```typescript
|
||||
// services/mana-core-auth/src/analytics/analytics.service.ts
|
||||
// services/mana-auth/src/analytics/analytics.service.ts
|
||||
@Injectable()
|
||||
export class AnalyticsService {
|
||||
private db: Database;
|
||||
|
|
@ -383,7 +383,7 @@ apiVersion: 1
|
|||
datasources:
|
||||
- name: Business Metrics
|
||||
type: simpod-json-datasource
|
||||
url: http://mana-core-auth:3001/api/analytics
|
||||
url: http://mana-auth:3001/api/analytics
|
||||
isDefault: false
|
||||
editable: false
|
||||
```
|
||||
|
|
@ -584,9 +584,9 @@ Die bestehende `prometheus.yml` funktioniert ohne Änderung mit VictoriaMetrics:
|
|||
```yaml
|
||||
# Alle Scrape-Configs bleiben identisch
|
||||
scrape_configs:
|
||||
- job_name: 'mana-core-auth'
|
||||
- job_name: 'mana-auth'
|
||||
static_configs:
|
||||
- targets: ['mana-core-auth:3001']
|
||||
- targets: ['mana-auth:3001']
|
||||
metrics_path: '/metrics'
|
||||
scrape_interval: 30s
|
||||
# ... alle anderen Jobs
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Die aktuelle Docker-Compose-Konfiguration auf dem Mac Mini hat über die Zeit 52
|
|||
### 2. Container-Naming
|
||||
|
||||
```
|
||||
manacore-{category}-{service}
|
||||
mana-{category}-{service}
|
||||
|
||||
Categories: infra, core, app, matrix, mon, auto
|
||||
```
|
||||
|
|
@ -41,10 +41,10 @@ Categories: infra, core, app, matrix, mon, auto
|
|||
### 4. Volume-Naming
|
||||
|
||||
```
|
||||
manacore-{service}-data
|
||||
mana-{service}-data
|
||||
```
|
||||
|
||||
Matrix-Bot-Volumes werden zu einem konsolidiert: `manacore-matrix-bots-data`
|
||||
Matrix-Bot-Volumes werden zu einem konsolidiert: `mana-matrix-bots-data`
|
||||
|
||||
## Consequences
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue