feat: update tracking and enhance footer links
feat: integrate Google Tag Manager for enhanced tracking
refactor: remove unused proxy handling from PushForm
Merge branch 'main' of github.com:0xfurai/peekaping
refactor: remove unused Card components from PushForm
refactor: remove unused FallbackImage import in BaseHead component
refactor: update validation messages in forms to use translation keys
refactor: update styling and remove unnecessary details in ImportantNotificationsList component
feat: add WebSocket proxy configuration for socket.io in Vite server
chore: update CHANGELOG with recent changes
docs: update Docker command examples in self-hosting documentation
fix: update Discord link in Footer component and remove unused import in Header component
fix: update favicon and remove unused assets
docs: update README to include official website link and section reorganization
feat: integrate Google Analytics tracking in BaseHead component
fix: update README for Docker command by removing unnecessary `--rm` flag
feat: enhance changelog generation script to extract GitHub usernames
chore: update CHANGELOG and README to reflect new features and changes
Implement CHANGELOG.md to document project updates and add custom domain feature for status pages
Update README to mark custom domain feature for status pages as complete
chore: update README to mark WeCom (企业微信群机器人) as complete
chore: update README to reflect development progress
fix: enhance error handling in interceptors and improve login form UI
Refactor changelog generation script for improved output
add monitor service unit tests
add notification channels service unit tests
add proxy service unit tests
Update GitHub Actions workflow for server tests
Enhance server test workflow with coverage reporting
Merge branch 'main' of github.com:0xfurai/peekaping
Update README.md to mark RabbitMQ support as complete
Update README.md to mark MQTT support as complete
Merge branch 'main' of github.com:0xfurai/peekaping
Add Redis to the list of supported databases in README.md
Remove CHANGELOG.md and update README.md to reflect completed database monitor integrations and add analytics image.
Merge branch 'main' of github.com:0xfurai/peekaping
Update README to mark Discord notification channel as completed
Remove Pushover implementation documentation from the repository, consolidating notification channel details into the README for better accessibility and organization.
Merge branch 'main' of github.com:0xfurai/peekaping
feat: enhance changelog generation with latest stable tag retrieval
refactor: update UpdatePartial method to include noPublish parameter
chore: bump version to 0.0.29
fix: update path for version file in CI workflow
fix: update regex for version extraction in CI workflows
fix: update working directory for version updates in CI workflows
feat: enhance monitor deletion process by cascading related service deletions
Merge branch 'main' of github.com:0xfurai/peekaping
chore: update README and self-hosting documentation for Docker setups
chore: update environment variable handling in startup scripts
chore: add nodemon as a development dependency
chore: clean up supervisord configuration files
chore: update Docker Compose files for MongoDB, PostgreSQL, and SQLite
refactor: rename PORT to SERVER_PORT in configuration files and scripts
feat: add environment variable validation in startup script
Merge branch 'main' of github.com:0xfurai/peekaping
Update development script in package.json to prevent automatic browser opening
Enhance README.md with documentation section and update authentication feature description
Remove Tailwind CSS dependencies and configuration from Docusaurus setup
Update GitHub Actions workflows to ignore documentation and markdown files
Update GitHub Actions workflow for documentation deployment
Refactor GitHub Actions workflow for documentation deployment
fix: update deploy-demo workflow for error handling and docker compose commands
feat: add deploy-demo job to Docker release workflow
docs: update README to include new monitoring types
Merge branch 'main' of github.com:0xfurai/peekaping
refactor: comment out unnecessary output in changelog generator script
docs: add live demo section to README for better user engagement
feat: enhance Docker release workflow with optional changelog generation
feat: add ping field to heartbeat and monitor data structures
refactor: update monitor and heartbeat data structures to expose less data
fix: mTLS are not saved when creating monitor
fix: handle potential null value in NtfyForm component's field value
feat: enhance MongoDB user update functionality and improve 2FA component layout, fix bug with 2fa setup
Merge branch 'main' of github.com:0xfurai/peekaping
refactor: improve output formatting in changelog generation script
docs: update README to include PostgreSQL, and SQLite badges
chore: remove branch input from release candidate workflow and use github.ref_name instead
chore: update README to reflect changes in Docker Compose configurations and database setup
refactor: update maintenance routes and navigation paths to use plural form
Merge branch 'main' of github.com:0xfurai/peekaping
fix: update GitHub link in PublicStatusPage component
feat: add changelog generation script and documentation
fix: remove default value for priority in Ntfy form schema
feat: add Ntfy notification channel integration
docs: update README to include beta status and testing recommendations
docs: add quick start instructions to README for setting up the application with Docker
docs: correct path to Nginx configuration in README
chore: update port mapping in docker-compose.prod.yml and add access instructions to README
docs: add Docker section to README with official images and quick start instructions
Merge branch 'main' of github.com:0xfurai/peekaping
docs: add motivation section to README to highlight design philosophy and extensibility of Peekaping
docs: reorganize README for clarity and update environment variables for development and production
chore: update docker-compose.prod.yml to configure MongoDB environment variables
fix: reintroduce MongoDB ping check in mongo.go for connection validation
chore: update .env.example for production settings and remove MongoDB ping check in mongo.go
feat: add monitor image for visual reference in project assets
docs: add Peekaping Dashboard image to README
chore: update Docker Buildx and QEMU setup in GitHub Actions workflow, and bump build-push-action to v6
chore: enable multi-platform builds for Docker images in GitHub Actions workflow
chore: update Docker image references to use 0xfurai namespace