Cauê Faleiros
0f7e97e2f3
Fix: Rename tailwind.config.js to .cjs in Admin package
...
Build and Deploy / build-and-deploy (push) Failing after 2m27s
The Admin package uses 'type': 'module' in package.json, which treats .js files as ESM.
However, tailwind.config.js uses CommonJS syntax (module.exports).
Renaming it to .cjs explicitly tells Node and build tools to treat it as CommonJS,
resolving build errors related to ESM/CJS interop.
2026-02-04 11:39:05 -03:00
Cauê Faleiros
cf394b6607
Fix: Execute Vite build from package directories in Dockerfile
...
Build and Deploy / build-and-deploy (push) Failing after 2m23s
This resolves the 'Could not resolve entry module' error by ensuring Vite runs
within the context of each package, allowing relative paths in vite.config.js to resolve correctly.
2026-02-04 11:12:13 -03:00
Cauê Faleiros
6846876775
Fix: Add missing NPM dependencies to root package.json
...
Build and Deploy / build-and-deploy (push) Failing after 2m42s
This ensures that dependencies required by sub-packages (Admin, Installer, WebForm)
are installed during the Docker build process, preventing ViteManifestNotFoundException
caused by failed asset builds.
2026-02-04 11:05:36 -03:00
Cauê Faleiros
888f9ffa7e
Fix: Build assets for Admin, Installer, and WebForm packages in Dockerfile
Build and Deploy / build-and-deploy (push) Failing after 2m3s
2026-02-04 10:40:50 -03:00
Cauê Faleiros
564da06e67
Fix: Copy admin images and update Vite config/view to resolve 500 error
Build and Deploy / build-and-deploy (push) Successful in 25s
2026-02-04 10:13:31 -03:00
Cauê Faleiros
9fccf43003
Fix: Add Node.js build step to Dockerfile for Vite assets
Build and Deploy / build-and-deploy (push) Successful in 3m1s
2026-02-04 09:40:43 -03:00
Cauê Faleiros
a5a048d581
Fix: Add core_config table for central admin login view
Build and Deploy / build-and-deploy (push) Successful in 2m12s
2026-02-04 09:12:44 -03:00
Cauê Faleiros
afdda2dab0
Fix: Add central users table and correct login redirection
...
Build and Deploy / build-and-deploy (push) Successful in 2m38s
- Copy users and roles migrations to central database context
- Redirect central domain root to /admin/login
- Fix SuperAdminSeeder to include required role_id
2026-02-03 16:39:35 -03:00
Cauê Faleiros
2fcc84c3c7
config: Add staging domain to central_domains and support env var
Build and Deploy / build-and-deploy (push) Successful in 1m40s
2026-02-03 16:16:39 -03:00
Cauê Faleiros
9c45249cbd
fix: Merge duplicate deploy keys in docker-compose and update registry URL
Build and Deploy / build-and-deploy (push) Successful in 1m3s
2026-02-03 16:05:38 -03:00
Cauê Faleiros
37be5e88c3
fix: Use manual secrets for registry auth to ensure write permissions
Build and Deploy / build-and-deploy (push) Successful in 8m46s
2026-02-03 15:49:08 -03:00
Cauê Faleiros
0f143d0109
fix: Explicitly define container image to ensure Docker CLI availability
Build and Deploy / build-and-deploy (push) Failing after 2m0s
2026-02-03 15:40:43 -03:00
Cauê Faleiros
3c258609d6
chore: Add debug step to investigate docker binary missing error
Build and Deploy / build-and-deploy (push) Failing after 11s
2026-02-03 15:28:07 -03:00
Cauê Faleiros
c3eacf9c5f
fix: csfr error on login
Build and Deploy / build-and-deploy (push) Failing after 2m8s
2026-02-03 15:14:16 -03:00
Cauê Faleiros
747e15eedd
fix: Update Gitea Registry domain to gitea.blyzer.com.br
Build and Deploy / build-and-deploy (push) Failing after 3m43s
2026-02-03 12:03:17 -03:00
Cauê Faleiros
49f88ac50a
add: Gitea Actions workflow for Docker Build and Deploy
Build and Deploy / build-and-deploy (push) Has been cancelled
2026-02-03 11:50:20 -03:00
Cauê Faleiros
c93a0af3d7
update: super-admin page
2026-02-03 11:32:40 -03:00
Cauê Faleiros
e9333c8341
Add edit tenant functionality and UI improvements
2026-02-03 10:07:51 -03:00
Cauê Faleiros
1741f5cd35
Fix undefined slot variable in super-admin master layout
2026-02-03 09:44:44 -03:00
Cauê Faleiros
908bb05362
add: full multi-tenancy control
2026-02-02 15:34:08 -03:00
Cauê Faleiros
c6ec92802b
add: full multi-tenancy control
2026-02-02 15:31:15 -03:00