mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-09-01 04:06:32 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
088513961d | ||
![]() |
567e2d80e7 | ||
![]() |
414dc88e5c |
@@ -23,7 +23,7 @@ Yes, but with following constraints:
|
|||||||
[Releases page](https://github.com/airlabspl/uptimemonitor/releases)):
|
[Releases page](https://github.com/airlabspl/uptimemonitor/releases)):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/airlabspl/uptimemonitor/releases/download/v0.0.2-alpha/uptimemonitor
|
wget https://github.com/airlabspl/uptimemonitor/releases/download/v1.1.1/uptimemonitor
|
||||||
chmod +x uptimemonitor
|
chmod +x uptimemonitor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -14,9 +14,14 @@ import (
|
|||||||
var initialSponsors = []uptimemonitor.Sponsor{
|
var initialSponsors = []uptimemonitor.Sponsor{
|
||||||
{
|
{
|
||||||
Name: "AIR Labs",
|
Name: "AIR Labs",
|
||||||
Url: "https://airlabs.pl",
|
Url: "https://github.com/airlabs",
|
||||||
Image: "/static/img/airlabs.png",
|
Image: "/static/img/airlabs.png",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "ERPSPACE",
|
||||||
|
Url: "https://erpspace.io",
|
||||||
|
Image: "https://erpspace.io/wp-content/uploads/2020/11/cropped-LogoErp_m-2.png",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
var sponsors = []uptimemonitor.Sponsor{}
|
var sponsors = []uptimemonitor.Sponsor{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user