mirror of https://github.com/statping/statping
version up
parent
1964b0e4f2
commit
0d9f6f19b2
|
@ -1,3 +1,4 @@
|
|||
github: hunterlong
|
||||
patreon: statping
|
||||
custom: ['https://www.nfoservers.com/donate.pl?force_recipient=1&recipient=info%40socialeck.com', 'https://opencollective.com/statping', 'https://www.buymeacoffee.com/hunterlong']
|
||||
open_collective: statping
|
||||
custom: ['https://www.nfoservers.com/donate.pl?force_recipient=1&recipient=info%40socialeck.com', 'https://www.buymeacoffee.com/hunterlong']
|
||||
|
|
|
@ -328,12 +328,12 @@ jobs:
|
|||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
id: cache
|
||||
id: buildx-docker-master
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
key: buildx-docker-master
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
buildx-docker-master
|
||||
|
||||
- name: Docker Build :base
|
||||
run: make buildx-base
|
||||
|
|
|
@ -428,12 +428,12 @@ jobs:
|
|||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
id: cache
|
||||
id: buildx-docker
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
key: buildx-docker
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
buildx-docker
|
||||
|
||||
- name: Docker Build :base
|
||||
run: make buildx-base
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# 0.90.61 (07-19-2020)
|
||||
- Modified sass layouts, organized and split up sections
|
||||
- Modified Checkins to seconds rather than milliseconds (for cronjob)
|
||||
- Modified Service View page to show data inside cards
|
||||
- Fixed issue with uptime_data sending incorrect start/end timestamps
|
||||
- Modified http cache to bypass if url has a "v" query param
|
||||
|
||||
# 0.90.60 (07-15-2020)
|
||||
- Added LETSENCRYPT_ENABLE (boolean) env to enable/disable letsencrypt SSL
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.90.60
|
||||
0.90.61
|
||||
|
|
Loading…
Reference in New Issue