Szontágh Ferenc fszontagh

fszontagh отвара задатак fszontagh/baas-demo-image-upload#1

missing readme.md

пре 6 дана

fszontagh извршује push на main у fszontagh/audio-to-vizualization

  • 24096a73a6 Add background effects and update README - Add --bg-effect flag to enable audio-reactive background effects - Add --bg-zoom parameter for base zoom level (allows movement without edges) - Add --bg-movement parameter for movement intensity - Add --bg-blur parameter for optional blur effect - Background uses smooth sin/cos based panning movement - Update README with all new parameters and usage examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

пре 2 месеци

fszontagh извршује push на main у fszontagh/audio-to-vizualization

  • 2b600f488c Fix waveform visibility for high resolution images Add draw="full" parameter to showwaves filter to fill the waveform instead of just drawing the outline, making it visible at high resolutions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
  • c1def12a03 Fix waveform positioning and add aspect ratio crop feature - Fix width/height swap in get_image_resolution that caused waveform to be incorrectly sized and positioned - Add --aspect-ratio parameter to crop image to target ratio (e.g., 3:2, 16:9) with minimal image loss using center crop - Add --test-frames parameter for quick testing with limited frame output - Improve showwaves filter with sqrt scaling for better visibility - Add debug output for dimensions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
  • 51f16956ee Fixing setup issue.
  • dec425bc6b Set up repo for pip import.
  • 1c23aa2ed5 Update README and fix standalone script run.

пре 2 месеци

fszontagh створи нову филијалy main at fszontagh/audio-to-vizualization

пре 2 месеци

fszontagh креира спремиште fszontagh/audio-to-vizualization

пре 2 месеци

fszontagh извршује push на main у fszontagh/appserver

  • e1ec31fab9 docs: Add Quick Start guide and update .env.example for development - Add comprehensive QUICKSTART.md with step-by-step instructions - Update .env.example to use port 8888 for development - Include troubleshooting section - Add application deployment examples - Document all supported application types 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • 55d5a745da docs: Add comprehensive deployment system documentation - Add detailed implementation summary - Document all 7 supported application types - Include deployment workflow diagram - Add API endpoint documentation - Include troubleshooting guide - Document security considerations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • dd679a4d4d feat: Implement comprehensive application deployment system This commit implements a complete deployment system that allows users to deploy applications from Git repositories with support for multiple application types. Backend Changes: - Add deployment service with Docker container orchestration - Implement git-based deployment workflow - Add support for npm, React, Next.js, PHP, Python, static, and Docker apps - Create nginx configuration service for dynamic proxy routing - Add deployment endpoints: deploy, stop, logs, deployments list - Update applications table schema with app_type, port, container_id fields - Install dockerode for Docker API integration - Configure API service for Docker-in-Docker with socket access Dashboard Changes: - Create DeployApplicationModal with comprehensive deployment form - Add application type selector with 7 supported types - Implement stop/start application controls - Update API service with deployment endpoints - Add deployment logs and container logs support - Improve Applications page UI with deploy/stop actions Infrastructure Changes: - Add Docker socket volume mount to API service - Enable privileged mode for container management - Create dynamic nginx proxy configuration system - Add apps-proxy.conf for application routing - Support slug-based and custom domain routing Features: - Deploy applications from Git repositories - Auto-generate Dockerfiles based on app type - Environment variable configuration - Custom domain support - Build and deployment logging - Container lifecycle management - Dynamic nginx reverse proxy configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • 736fc01513 feat: Add SSL support, theme switcher, table schema editor, and WebSocket improvements - Add SSL certificate generation script and nginx HTTPS configuration - Implement dark/light theme switcher with system preference detection - Add comprehensive table schema editor with column management - Enhance WebSocket realtime service with auth and channel utilities - Add connection manager for WebSocket lifecycle - Update deployment documentation and architecture guides - Improve dashboard UI/UX across all pages - Add deployment script for automated setup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • db53310521 feat: Add email templates, enhanced database management, and RLS policy editor This commit introduces three major feature additions to the platform: 1. Email Template System (PocketBase/Supabase-style) - Database table for storing email templates with variables - System templates (welcome, password reset, email verification, email change) - Custom template creation with full CRUD operations - Template editor UI with HTML and plain text support - Variable substitution system using {variable_name} syntax - Backend API endpoints for template management - Integration with SMTP queue system 2. Enhanced Database Table Management - Table deletion UI for user-created tables - RLS policy management modal for any table - Add/drop columns API endpoints - Rename table functionality - Table schema viewing and modification - Protection for system tables and critical columns - Improved error handling with specific PostgreSQL error codes 3. Comprehensive RLS Policy Editor - Extended RLS support to all tables (system and user) - Inline RLS management from database page (lock icon) - Enable/disable RLS on any table - Create policies with USING and WITH CHECK expressions - Policy deletion with confirmation - Support for SELECT, INSERT, UPDATE, DELETE, ALL commands - Visual policy viewer with syntax highlighting Additional improvements: - Fixed table creation error handling (audit log failures) - Added SMTP security mode options (None/STARTTLS/SSL) - Improved SMTP error handling with encryption key persistence - Better API error messages and validation - Enhanced UI/UX for database operations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • 9438f6a3b5 docs: Add comprehensive dashboard implementation summary

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • 979cf35804 feat: Add modern React dashboard for platform management Dashboard Features: - Clean, modern UI with Tailwind CSS and TypeScript - Complete management interface for all platform aspects: * User management with status controls * Organization management for multi-tenancy * Application deployment and monitoring * Database table exploration and queries * API key generation and management * Platform settings and configuration Technical Implementation: - React 18 with hooks and functional components - React Query for efficient data fetching and caching - React Router for client-side routing - Tailwind CSS for modern, responsive design - TypeScript for type safety - Recharts for data visualization - Protected routes with JWT authentication - Reusable DataTable component with pagination - Real-time status updates and notifications Integration: - Connected to existing API services - Environment variable configuration - Docker containerized deployment - Production-ready build with Nginx Access: http://localhost:5173 Documentation: dashboard/README.md

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • 41b07872d5 docs: Add comprehensive deployment guide Added DEPLOYMENT.md with: - Production setup instructions - SSL/HTTPS configuration guide - Security hardening recommendations - Performance optimization tips - Backup and restore procedures - Scaling considerations - Troubleshooting guide - MCP server integration steps This completes the documentation suite for production deployment.

пре 3 месеци

fszontagh извршује push на main у fszontagh/appserver

  • 3475ed6fc2 Initial commit: Complete self-hostable SaaS platform with MCP integration Features: - Authentication service with JWT tokens - API service for application management - Real-time WebSocket service - PostgreSQL database with RLS - Redis caching - MinIO S3-compatible storage - Nginx API gateway - Prometheus + Grafana monitoring - Complete MCP server with 15 tools for AI/LLM integration - Multi-tenant organization management - TypeScript application hosting and deployment - Full Docker orchestration - Comprehensive documentation Services: - API Gateway (http://localhost:8888) - Auth Service (http://localhost:3001) - API Service (http://localhost:3000) - Real-time Service (http://localhost:3002) - PostgreSQL (localhost:5432) - Redis (localhost:6379) - MinIO Storage (http://localhost:9001) - pgAdmin (http://localhost:5050) - Prometheus (http://localhost:9090) - Grafana (http://localhost:3003) All services fully operational and tested.

пре 3 месеци

fszontagh створи нову филијалy main at fszontagh/appserver

пре 3 месеци

fszontagh креира спремиште fszontagh/appserver

пре 3 месеци

fszontagh извршује push на main у fszontagh/docs-rag

  • 8ae697f134 Update README.md with comprehensive source code parser documentation - Added new Source Code Parser section with all features - Documented parser CLI commands (parse, parse-list-languages, parse-validate) - Included installation and configuration instructions - Added usage examples with dry-run and language selection - Updated project structure to reflect parser library - Documented output structure for generated documentation - Added dependencies and prerequisites for parser functionality - Included use cases for both document management and code parsing - Added extensibility guide for adding new languages - Comprehensive documentation for the complete dual-purpose tool The README now reflects the full capabilities of the docs-rag project: 1. Document management with Qdrant and Ollama 2. Source code parsing with C++ support 3. CLI tools for both functionalities 4. MCP server integration 5. Extensible architecture for future languages

пре 3 месеци

fszontagh извршује push на main у fszontagh/docs-rag

  • 877579caf2 Update .gitignore with comprehensive exclusions - Added node_modules, build outputs, and test directories - Excluded temporary files and IDE configurations - Added environment variable exclusions - Kept example-docs for reference Ensures clean repository without generated artifacts.

пре 3 месеци

fszontagh извршује push на main у fszontagh/docs-rag

  • fb80726d5a Initial commit: Complete TypeScript source code parser implementation - Added comprehensive C++ parser with full documentation support - Implemented modular architecture with pluggable language parsers - Added CLI commands for parsing and validation - Generated documentation matching /data/tui/docs style - Integrated seamlessly into existing docs-rag project Features: - Comment extraction (/** */, ///, //!) - Tag parsing (@brief, @param, @return, @example) - AST building for classes, methods, functions - Markdown generation with Material theme - Full CLI integration with existing commands Parser successfully extracts documentation from C++ files and generates structured markdown documentation.

пре 3 месеци

fszontagh створи нову филијалy main at fszontagh/docs-rag

пре 3 месеци