You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@
4
4
5
5
The device monitors a list of your websites and lets you know if any of them are down. Still working on the logic but all green means all good. Red means 3+ sites are down, and yellow means 1-2 are down. More than one light can be on at once for now while I'm still figuring out the logic I want to implement.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
@@ -12,6 +34,8 @@ Demo Pic of project in progress:
@@ -80,7 +104,7 @@ If you go to the above URL, you will find that JSON file with that properly. Yo
80
104
81
105
Avoid having a blank line in your `sites.txt` file. I may put all of this in database tables at some point in the future.
82
106
83
-
###Configuration
107
+
## Configuration
84
108
85
109
The below configurations are located in `config/config.sample.py` - before continuing, rename the file to `config.py` and adjust the values below. There are two main configuration categorie: Database and Email.
86
110
@@ -121,7 +145,7 @@ EMAIL_CONFIG = {
121
145
122
146
Once you've made the edits, move onto the database config.
123
147
124
-
## Database Config
148
+
###Database Config
125
149
126
150
Before creating the schema, edit `config/config.py` and update the `DATABASE_CONFIG` configurations with the database that you'll create in the next step:
0 commit comments