Domain Monitor is a robust open-source application built with Ruby on Rails designed to track the health, uptime, and configuration status of your web properties. It provides a centralized dashboard to ensure your critical services are online and your SSL certificates are valid.
0114.mp4
- Framework: Ruby on Rails
- Database: PostgreSQL / SQLite
Before you begin, ensure you have the following installed:
- Ruby 3.4.4
- SQLite for development
-
Clone the repository
git clone https://github.com/Null-logic-0/domain_monitor.git cd domain_monitor -
Install dependencies
bundle install
-
Setup the database
bin/rails db:setup
-
Start the development server
bin/dev # OR bin/rails server
Visit http://localhost:3000 to see the application.