mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-21 07:26:31 +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)):
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
|
@@ -14,9 +14,14 @@ import (
|
||||
var initialSponsors = []uptimemonitor.Sponsor{
|
||||
{
|
||||
Name: "AIR Labs",
|
||||
Url: "https://airlabs.pl",
|
||||
Url: "https://github.com/airlabs",
|
||||
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{}
|
||||
|
||||
|
Reference in New Issue
Block a user