auto-backup: 2025-12-11 20:35:05 (68 files: +19 ~23 -25)

Generated by DSS Git Backup Hook
This commit is contained in:
2025-12-11 17:35:05 -03:00
parent 09b234a07f
commit 1ff198c177
68 changed files with 3229 additions and 7102 deletions

View File

@@ -57,11 +57,11 @@ export default defineConfig(({ mode }) => ({
},
server: {
host: '0.0.0.0', // Bind to all interfaces for nginx proxy compatibility
port: 3456,
port: 6221, // DSS Admin UI port
allowedHosts: ['dss.overbits.luz.uy', 'localhost', '.localhost'], // Allow external domain and localhost
proxy: {
'/api': {
target: 'http://localhost:8002',
target: 'http://localhost:6220', // DSS API port
changeOrigin: true
}
}