Conversation
…for KaraKeep, FreshRSS, and Movary with detailed descriptions and links.
…d tags for analytics platform.
…com/enough-jainil/templates into adding-freshrss-movary-and-karakeep
… tags for bookmark management.
… and tags for budget management.
…s for IP management and network tools.
… tags for habit tracking and productivity.
…, and tags for self-hosted YouTube media server.
… and tags for proxy server and web scraping automation.
…d tags for AI software development and automation tools.
…ks, and tags for file sharing and directory browsing.
…d tags for YouTube media management and content downloading.
…d tags for self-hosted RSS reading and management.
…ags for online code execution and programming support.
…ags for a privacy-focused Twitter alternative.
…s for a self-hosted virtual browser utilizing WebRTC technology.
…gs for an open-source project management platform, along with updates to docker-compose and template files for improved configuration and deployment.
…tags for a simple notepad application featuring auto-save, dark mode, and collaborative editing.
…nd tags for a personal budgeting app featuring PIN protection, multi-currency support, and PWA capabilities.
… tags for a simple file upload application featuring drag-and-drop uploads, directory support, and mobile-friendly interface.
…nd tags for a simple asset management system designed for tracking physical and digital assets, featuring inventory management, multi-currency support, and notifications.
…nd tags for a self-hosted collection of web-based tools for image/video processing, string manipulation, and various utilities, all processed client-side.
… tags for an AI-powered meeting notepad that transcribes and summarizes meetings locally, ensuring privacy and offline functionality.
…s for a fully open-source generalist AI agent that automates real-world tasks, including browser automation, file management, and API integration.
- Updated docker-compose files to remove environment variable references and use hardcoded port mappings for consistency. - Enhanced template files by introducing new variables for domain configuration and improving overall structure. - Adjusted service dependencies and health checks for better reliability. - Cleaned up unnecessary comments and container names for clarity. - Standardized volume mounts and environment variable usage across multiple blueprints.
…proved readability and consistency across all entries.
- Updated docker-compose files to remove quotes around port mappings for consistency. - Enhanced template files by introducing new variables for domain configuration and improving overall structure. - Standardized volume mounts and environment variable usage across multiple blueprints. - Cleaned up unnecessary comments and container names for clarity.
- Standardized versioning across docker-compose files to ensure consistency. - Updated service images to use the latest versions for improved performance and security. - Enhanced template files by adding new configuration options and cleaning up unnecessary variables. - Improved volume naming conventions for better clarity and organization. - Removed deprecated or unused configurations to streamline the setup process.
…improved readability and consistency across all entries.
|
@Siumauricio 👀 |
| version: "3.8" | ||
| services: | ||
| postgresql: | ||
| image: docker.io/library/postgres:16-alpine | ||
| restart: unless-stopped |
blueprints/cap/docker-compose.yml
Outdated
| services: | ||
| cap-web: | ||
| image: ghcr.io/capsoftware/cap-web:latest |
| services: | ||
| app: | ||
| build: | ||
| context: . | ||
| dockerfile: Dockerfile.dev | ||
| image: phlak/directory-lister:dev | ||
| depends_on: | ||
| - memcached | ||
| - redis | ||
| ports: | ||
| - 80 | ||
| volumes: | ||
| - app-data:/var/www/html | ||
| - php-config:/usr/local/etc/php/php.ini | ||
| - apache-config:/etc/apache2/sites-available/000-default.conf | ||
| restart: always |
There was a problem hiding this comment.
Okay, removing everything and just updating the search component. I'll add everything back one by one manually! @Siumauricio
- Downgraded docker-compose version to 3.8 for compatibility. - Changed Commafeed image to use H2 database instead of PostgreSQL. - Removed PostgreSQL service and related configurations to simplify setup. - Updated volume configuration for Commafeed data persistence. - Cleaned up template file by removing unused PostgreSQL environment variables.
- Deleted obsolete docker-compose files, template files, and associated assets for multiple services to streamline the project. - Cleaned up the meta.json file by ensuring proper formatting and removing unnecessary entries. - Enhanced overall project organization by eliminating deprecated resources.
…roved readability and consistency. Removed unnecessary line breaks in tag arrays.
…ate unnecessary files. This cleanup enhances overall organization and reduces clutter in the repository.
…docker-compose files, templates, and assets. Streamline project structure by deleting unnecessary files and ensuring proper formatting in meta.json for improved organization.
…es and @types/node, enhancing dependency management and ensuring compatibility with the latest features and fixes.
Executive SummaryThis major update successfully resolves critical performance and stability issues by overhauling the template browser. The core improvements include cleaning the template data to fix key duplication errors and replacing the broken search with a powerful, typo-tolerant fuzzy search engine. The result is a stable, highly performant, and intuitive user experience. Key Achievements1. Stability and Data Integrity
2. Search Functionality Overhaul
3. Performance and User Experience (UX)
4. Code Quality and Maintenance
|


No description provided.