Commit Graph

26 Commits

Author SHA1 Message Date
Mauricio Siu
a3d3c32112 fix: standardize command substitution syntax in Supabase template SQL scripts
- Updated command substitution syntax to use backticks consistently across SQL scripts.
- Ensured proper formatting for JWT and PostgreSQL user settings.
2025-03-15 13:16:06 -06:00
Mauricio Siu
e422bf9ecd fix: correct password handling syntax in Supabase template SQL scripts
- Updated the password setting syntax to use backticks for command substitution.
- Ensured the echo command for the POSTGRES_PASSWORD variable is correctly formatted.
2025-03-15 13:13:14 -06:00
Mauricio Siu
0b41b1513d fix: correct password handling syntax in Supabase template SQL scripts
- Updated the password setting syntax to use backticks for command substitution.
- Ensured the echo command for the POSTGRES_PASSWORD variable is correctly formatted for production environments.
2025-03-15 13:10:41 -06:00
Mauricio Siu
20e3889d4c refactor: improve formatting and consistency in Supabase template logging configuration
- Added a blank line for better separation in the configuration.
- Corrected regex pattern formatting for clarity.
- Ensured consistent indentation for logging sink configurations.
2025-03-15 12:47:06 -06:00
Mauricio Siu
c358d824fd refactor: standardize indentation and formatting in Supabase template logging configuration
- Adjusted indentation for better readability.
- Reformatted logging sink configurations for consistency and clarity.
2025-03-15 12:24:53 -06:00
Mauricio Siu
1b20dd74d1 refactor: clean up Deno function and logging URIs in Supabase template
- Reformatted Deno function response and improved readability.
- Updated logging URIs to use consistent string interpolation syntax.
- Ensured error messages and log paths are correctly formatted for clarity.
2025-03-15 12:15:21 -06:00
Mauricio Siu
4d5eddd1d4 fix: update password handling in Supabase template SQL scripts
- Changed password setting syntax to use single quotes for consistency.
- Ensured the password echo command is correctly formatted for production environments.
2025-03-15 12:12:54 -06:00
Mauricio Siu
72a574a85d feat: enhance Supabase template with new routes and database configurations
- Added new routes for Realtime, Storage, Edge Functions, Analytics, and Database access.
- Implemented ACL and key-auth plugins for enhanced security.
- Updated database initialization scripts for JWT and role management.
- Improved logging configuration for better observability.
2025-03-15 12:08:51 -06:00
Stephan Fitzpatrick
2b264c868c
fix hoarder docker compose template 2025-03-10 22:13:46 -07:00
Mauricio Siu
023367da8c
Update template.yml 2025-03-10 03:21:24 -06:00
Mauricio Siu
736503f855 refactor: Standardize template domain configuration to use ${domain} helper 2025-03-10 00:09:22 -06:00
Mauricio Siu
08b572dcae feat: Add extensive collection of application blueprints with Docker Compose configurations 2025-03-09 23:36:58 -06:00
Mauricio Siu
813efefab9 feat: Add comprehensive blueprint collection and project setup 2025-03-09 23:30:52 -06:00
Mauricio Siu
09e6fd6aa3 refactor: Simplify Supabase and Teable blueprint JWT and port configurations 2025-03-09 22:00:36 -06:00
Mauricio Siu
b32f752439 chore: Remove Logto blueprint icon 2025-03-09 21:52:20 -06:00
Mauricio Siu
f45a61bbbf refactor: Standardize blueprint template variable generation syntax 2025-03-09 21:50:22 -06:00
Mauricio Siu
7e802027a4 feat: Add PocketBase to meta.json and blueprint icon 2025-03-09 20:54:39 -06:00
Mauricio Siu
7db8b87d6d feat: Add multiple blueprint icons and logos for various applications 2025-03-09 20:52:09 -06:00
Mauricio Siu
f95af86fd1 refactor: Replace index.ts files with template.yml in blueprints 2025-03-09 20:47:00 -06:00
Mauricio Siu
2956016dd3 feat: migrate templates 2025-03-09 20:40:08 -06:00
Mauricio Siu
fbbb4f46f3 feat: Add numerous new blueprint templates for various applications 2025-03-09 19:05:57 -06:00
Mauricio Siu
f4450ca57d chore: Clean up comments in Pocketbase template.yml 2025-03-09 17:39:15 -06:00
Mauricio Siu
a6adc9d0e9 feat: Add Umami blueprint template 2025-03-09 17:37:47 -06:00
Mauricio Siu
f190414c1b Remove Umami blueprint template 2025-03-09 17:32:55 -06:00
Mauricio Siu
dc5c33b6c0 Add Umami analytics blueprint with Docker Compose and configuration 2025-03-09 17:17:36 -06:00
Mauricio Siu
dc1609a064 Add Plausible and Pocketbase blueprints with Docker Compose and configuration 2025-03-09 17:00:35 -06:00