13 Commits

Author SHA1 Message Date
bffb2dd74d Add MailHog email testing and improve services.yaml configuration
This commit adds comprehensive email testing support and improves the Homepage
dashboard configuration logic:

MailHog Email Testing:
- Add MailHog service with configurable SMTP and Web UI ports
- Configure MailHog ports in config.sh with defaults (1025 SMTP, 8025 Web)
- Add port conflict checking for MailHog ports
- Use environment variables for MailHog ports in docker-compose.yml

Enhanced Homepage Configuration:
- Improve update_services_yaml() function to handle Production and Local tabs separately
- Add local IP address configuration prompt for Homepage Local tab
- Support custom local network IPs (e.g., Tailscale) for local service access
- Add comprehensive port-based URL mappings for all services in Local tab
- Include MailHog in both Production and Local service mappings

Configuration Improvements:
- Add local_ip parameter to update_services_yaml function
- Display MailHog information in port summary and next steps
- Update completion message with Homepage Local tab configuration info

These changes enable developers to test email functionality locally and provide
better support for accessing services via local network IPs.
2026-01-14 09:51:46 -07:00
73b0e31847 Bunch of monitoring services added. Need to work through all the configuration next. 2025-12-14 11:31:22 -07:00
4bbf772061 some updates 2025-11-06 23:26:42 -07:00
f50c515eaa Add health check utility, logger, metrics, backup, and SMTP toggle scripts
- Implemented a comprehensive health check utility to monitor system dependencies including NocoDB, SMTP, Represent API, disk space, and memory usage.
- Created a logger utility using Winston for structured logging with daily rotation and various log levels.
- Developed a metrics utility using Prometheus client to track application performance metrics such as email sends, HTTP requests, and user activity.
- Added a backup script for automated backups of NocoDB data, uploaded files, and environment configurations with optional S3 support.
- Introduced a toggle script to switch between development (MailHog) and production (ProtonMail) SMTP configurations.
2025-10-23 11:33:00 -06:00
fd545ffd09 docker compose clean up 2025-08-15 12:39:18 -06:00
46e39e8c36 New search functionality 2025-07-19 15:31:29 -06:00
0d3ecb6e1c a tonne of improvements! We got maps updaTed, a tonne of documentaiton done, and several small upgrades to hook logic and other things. Fixed the looping problem for mkdocs and claude is not integrated with coder; if people wanna have a ai anyway 2025-07-02 11:49:22 -06:00
c658f4bd00 Updates to online workflow (moved cloudflare back to system service), full rework of homepage, updated a bunch of stuff in general 2025-06-29 22:03:24 -06:00
5a7d38ec71 Updated config.sh and new workflow for getting online. 2025-06-29 15:50:32 -06:00
78015bee80 added gitea and fixed the config script up 2025-05-29 10:57:45 -06:00
5adf3a9e02 few simple updates 2025-05-28 22:05:25 -06:00
588a3255a9 udpated the config, add cnames,. docker compose, tunnel configs. 2025-05-28 14:53:33 -06:00
ab81a74ed8 initial commit 2025-05-28 09:47:43 -06:00