core/dashboard
Tiago Yamamoto a52bd4519d refactor: optimize Dockerfiles and documentation for core services
- Use Google Distroless images for all services (Go & Node.js).
- Standardize documentation with [PROJECT-NAME].md.
- Add .dockerignore and .gitignore to all projects.
- Remove docker-compose.yml in favor of docker run instructions.
- Fix Go version and dependency issues in observability, repo-integrations, and security-governance.
- Add Podman support (fully qualified image names).
- Update Dashboard to use Node.js static server for Distroless compatibility.
2025-12-30 13:22:34 -03:00
..
public Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
src feat: implementa sistema completo de gerenciamento 2025-12-11 20:50:22 -03:00
.dockerignore refactor: optimize Dockerfiles and documentation for core services 2025-12-30 13:22:34 -03:00
.eslintrc.cjs Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
.gitignore refactor: optimize Dockerfiles and documentation for core services 2025-12-30 13:22:34 -03:00
DASHBOARD.md refactor: optimize Dockerfiles and documentation for core services 2025-12-30 13:22:34 -03:00
Dockerfile refactor: optimize Dockerfiles and documentation for core services 2025-12-30 13:22:34 -03:00
index.html Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
package-lock.json chore: atualiza dashboard package-lock.json 2025-12-11 20:15:54 -03:00
package.json Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
postcss.config.js Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
server.js refactor: optimize Dockerfiles and documentation for core services 2025-12-30 13:22:34 -03:00
tailwind.config.js Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
tsconfig.json Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
tsconfig.node.json Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00
vite.config.ts Initialize dashboard with Vite and Appwrite auth wrapper 2025-12-11 18:21:00 -03:00