@@ -64,7 +64,7 @@ Check out an online demo https://status.harry.id
64
64
type : http
65
65
host : https://github.com
66
66
url : https://github.com # (optional: URL review/clickable)
67
- ssc : True # (optional if the server uses a self-signed certificate)
67
+ ssc : True # (optional: if the server uses a self-signed certificate)
68
68
expected_code : 200
69
69
70
70
- name : Google DNS
@@ -75,11 +75,11 @@ Check out an online demo https://status.harry.id
75
75
type : port
76
76
host : db.example.com
77
77
port : 5432
78
- ` ` `
78
+ ` ` `
79
79
80
- 4 . (Optional) Customize the ` incidents.md` file to add any known incidents or maintenance schedules.
80
+ 3 . (Optional) Customize the ` incidents.md` file to add any known incidents or maintenance schedules.
81
81
82
- 5 . (Optional) Modify the `index.html.theme` and `history.html.theme` files to customize the look and feel of your status pages.
82
+ 4 . (Optional) Modify the `index.html.theme` and `history.html.theme` files to customize the look and feel of your status pages.
83
83
84
84
# # Usage
85
85
@@ -88,7 +88,7 @@ Check out an online demo https://status.harry.id
88
88
python tinystatus.py
89
89
` ` `
90
90
91
- 2. The script will generate two files :
91
+ 2. The script will generate three files :
92
92
- `index.html` : The main status page
93
93
- `history.html` : The status history page
94
94
- `history.json` : The status history and timestamp data
@@ -100,7 +100,7 @@ Check out an online demo https://status.harry.id
100
100
` ` `
101
101
- On Windows, you can use the Task Scheduler to run the script at startup.
102
102
103
- 4. Serve the generated HTML files using your preferred web server (e.g., Apache, Nginx , or a simple Python HTTP server for testing).
103
+ 4. Serve the generated HTML files using your preferred web server (e.g., Apache, NGINX , or a simple Python HTTP server for testing).
104
104
105
105
# # Using Docker
106
106
@@ -124,7 +124,7 @@ TinyStatus porting are available in:
124
124
125
125
# # Contributing
126
126
127
- Contributions are welcome! Please feel free to submit a Pull Request.
127
+ [ Contributions](https://github.com/harsxv/tinystatus/contribute) are, of course, most welcome!
128
128
129
129
# # License
130
130
0 commit comments