Commit Graph

15 Commits

Author SHA1 Message Date
9c8be201ad refactor: standardize service naming and migrate track to umami
Service Naming Standardization:
- Renamed all compose service names to use consistent `{project}_app` pattern
- awsm: `awesome` → `awesome_app`
- gotify: `gotify` → `gotify_app` (also updated container_name)
- proxy: `traefik` → `traefik_app`
- vpn: `wg-easy` → `vpn_app`
- sexy: `directus` → `sexy_api`, `frontend` → `sexy_frontend`

Track to Umami Migration:
- Removed track/ directory (legacy naming)
- Created umami/ directory with updated compose.yaml
- Service now named `umami_app` following naming convention
- Configuration unchanged: PostgreSQL backend, Redis caching, Traefik routing
- Uses TRACK_* environment variables for compatibility with arty.yml

Benefits:
- Consistent naming makes service identification easier across projects
- Aligns with container_name conventions ({PROJECT}_app pattern)
- Improves docker ps readability and service management
- Umami directory name matches actual product name
2025-10-28 22:16:38 +01:00
2a1ab80136 feat: artifact from github script 2025-10-26 21:20:57 +01:00
c481400873 feat: artifact from github script 2025-10-26 21:18:05 +01:00
8039cdbd8b feat: sdf 2025-10-26 20:23:20 +01:00
8c37761ee9 feat: sdf 2025-10-26 20:18:47 +01:00
47178fe3d6 feat: awsm db download 2025-10-26 18:57:20 +01:00
9e20002f18 feat: awsm db download 2025-10-26 18:48:45 +01:00
2aaeefb37f fix: awsm labels 2025-10-26 18:22:11 +01:00
c02ac86d31 fix: awsm labels 2025-10-26 18:09:22 +01:00
494eecf9ee fix: awsm labels 2025-10-26 18:03:13 +01:00
e2cc37c3c8 fix: awsm labels 2025-10-26 17:52:57 +01:00
e7977434d4 fix: awsm network name 2025-10-26 17:17:07 +01:00
2abc1b68ec fix: awsm network name 2025-10-26 17:13:11 +01:00
b7e1312dc8 feat: awsm 2025-10-26 17:07:37 +01:00
a1d3c33dca feat: awsm 2025-10-26 17:05:56 +01:00