mirror of
https://github.com/hhftechnology/vps-monitor.git
synced 2026-04-28 03:29:55 +00:00
update
This commit is contained in:
parent
438b412c39
commit
c58c9ba618
2 changed files with 22 additions and 5 deletions
14
.github/workflows/docker-publish.yml
vendored
14
.github/workflows/docker-publish.yml
vendored
|
|
@ -11,6 +11,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
outputs:
|
outputs:
|
||||||
image_size_human: ${{ steps.image_size.outputs.size_human }}
|
image_size_human: ${{ steps.image_size.outputs.size_human }}
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -28,11 +31,20 @@ jobs:
|
||||||
username: hhftechnology
|
username: hhftechnology
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Login to GitHub Container Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: hhftechnology/vps-monitor
|
images: |
|
||||||
|
hhftechnology/vps-monitor
|
||||||
|
ghcr.io/hhftechnology/vps-monitor
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
|
|
||||||
13
Readme.md
13
Readme.md
|
|
@ -15,19 +15,24 @@
|
||||||
[](https://discord.gg/HDCt9MjyMJ)
|
[](https://discord.gg/HDCt9MjyMJ)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
| Docker Image | linux/amd64 Size |
|
|
||||||
| --- | --- |
|
|
||||||
| `hhftechnology/vps-monitor:latest` | <!-- VPS_MONITOR_IMAGE_SIZE_START -->pending<!-- VPS_MONITOR_IMAGE_SIZE_END --> |
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://apps.apple.com/us/app/#"><img width="135" height="39" alt="appstore" src="https://github.com/user-attachments/assets/45e31a11-cf6b-40a2-a083-6dc8d1f01291" /></a> <a href="https://play.google.com/store/apps/details?id=com.vps.monitor.mobile"><img width="135" height="39" alt="googleplay" src="https://github.com/user-attachments/assets/acbba639-858f-4c74-85c7-92a4096efbf5" /></a>
|
<a href="https://apps.apple.com/us/app/#"><img width="135" height="39" alt="appstore" src="https://github.com/user-attachments/assets/45e31a11-cf6b-40a2-a083-6dc8d1f01291" /></a> <a href="https://play.google.com/store/apps/details?id=com.vps.monitor.mobile"><img width="135" height="39" alt="googleplay" src="https://github.com/user-attachments/assets/acbba639-858f-4c74-85c7-92a4096efbf5" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
| Docker Image | linux/amd64 Size |
|
||||||
|
| --- | --- |
|
||||||
|
| `hhftechnology/vps-monitor:latest` | <!-- VPS_MONITOR_IMAGE_SIZE_START -->pending<!-- VPS_MONITOR_IMAGE_SIZE_END --> |
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
<img width="1735" height="1058" alt="image" src="https://github.com/user-attachments/assets/35241a4e-d523-40eb-9455-ed33ab837b66" />
|
<img width="1735" height="1058" alt="image" src="https://github.com/user-attachments/assets/35241a4e-d523-40eb-9455-ed33ab837b66" />
|
||||||
|
|
||||||
<img width="1735" height="1467" alt="image" src="https://github.com/user-attachments/assets/ccb23590-8ecd-4c89-89ea-68a24db69418" />
|
<img width="1735" height="1467" alt="image" src="https://github.com/user-attachments/assets/ccb23590-8ecd-4c89-89ea-68a24db69418" />
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## Stats
|
## Stats
|
||||||
|
|
||||||
<img width="1735" height="802" alt="image" src="https://github.com/user-attachments/assets/78cdc82e-9d9f-4734-aae6-592b0374ec61" />
|
<img width="1735" height="802" alt="image" src="https://github.com/user-attachments/assets/78cdc82e-9d9f-4734-aae6-592b0374ec61" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue