-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4250e71
commit ed93b7d
Showing
4 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Monitorizer | ||
<p align="center"> | ||
<a href="https://twitter.com/BitTheByte"> | ||
<img src="https://i.ibb.co/9pYWyKR/68747470733a2f2f692e6962622e636f2f775367634b66782f417274626f6172642d312e706e67.png" width="500"> | ||
</a> | ||
<h3 align="center">The Ultimate Subdomain Monitoring Framework</h3> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="#" alt="Code Style"> | ||
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" /> | ||
</a> | ||
<a href="#" alt="Build"> | ||
<img src="https://github.com/bitthebyte/monitorizer/actions/workflows/docker.yml/badge.svg" /> | ||
</a> | ||
<br> | ||
<a href="https://github.com/bitthebyte/monitorizer/" alt="Stars"> | ||
<img src="https://img.shields.io/github/stars/bitthebyte/monitorizer" /> | ||
</a> | ||
<a href="https://github.com/bitthebyte/monitorizer/" alt="Support Python Version"> | ||
<img src="https://img.shields.io/badge/Supported%20Python-3.11%7C3.12-blue" /> | ||
</a> | ||
<a href="https://github.com/bitthebyte/monitorizer/pulse" alt="Activity"> | ||
<img src="https://img.shields.io/github/commit-activity/m/bitthebyte/monitorizer" /> | ||
</a> | ||
</p> | ||
|
||
|
||
# Installation | ||
|
||
| :exclamation: **Disclaimer** | | ||
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| **Admin users are able to execute code on the local server make sure to change the default password at otherwise use it at your own risk** | | ||
|
||
### Using docker | ||
```bash | ||
$ curl https://raw.githubusercontent.com/BitTheByte/Monitorizer/main/docker-compose.yml | docker compose -f - up | ||
``` | ||
|
||
### Default Credentials: | ||
Once everything is ready you will be able to login to the dashboard at http://127.0.0.1:8000/dashboard/ | ||
|
||
![](assets/login.png) | ||
|
||
| Username | Email | Password | | ||
|----------|----------------------------|----------| | ||
| admin | monitorizer@bitthebyte.com | P@ssW0rd | | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters