mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
commit
026d8875e8
8 changed files with 15 additions and 13 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
|||
# Loki + Promtail for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/loki)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=loki)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -31,7 +32,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 2.7.3~ynh1
|
||||
**Shipped version:** 2.7.4~ynh1
|
||||
## Disclaimers / important information
|
||||
|
||||
- Loki is not exposed to the web;
|
||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
|||
# Loki + Promtail pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/loki)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=loki)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
@ -31,7 +32,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
|
||||
|
||||
|
||||
**Version incluse :** 2.7.3~ynh1
|
||||
**Version incluse :** 2.7.4~ynh1
|
||||
## Avertissements / informations importantes
|
||||
|
||||
- Loki is not exposed to the web;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/loki-linux-amd64.zip
|
||||
SOURCE_SUM=fa496e6c759cdd9f8d2e8b52aad4a1f59de8cfe5f3a2736835fd8a1b16ccd528
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/loki-linux-amd64.zip
|
||||
SOURCE_SUM=0ddd14b0e4a5b55a5db4590ffcaf4c2758798559196cc462d43f0cd47122a2c5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/loki-linux-arm64.zip
|
||||
SOURCE_SUM=4ff41b6aaf893b64140fbe0beba515eabaa2ebfcb8c902468e3c5218a0117381
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/loki-linux-arm64.zip
|
||||
SOURCE_SUM=e3046a35cc6600d8e4abf740bff3e4b22eb77ec5c63c7abd4ce584ea873b91e8
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/promtail-linux-amd64.zip
|
||||
SOURCE_SUM=608289347504b84be0cd1afb41914c2cc1e318842e88de9d36f7a21c7e60102e
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/promtail-linux-amd64.zip
|
||||
SOURCE_SUM=1687d859ed51ec1851a10f9b0eae823530d7f1bf95dd4684c357fbe143daacc6
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.3/promtail-linux-arm64.zip
|
||||
SOURCE_SUM=69031c354e5078bbf4296aa73082e9af616dedeacf4ba1614dd60b76842d29e7
|
||||
SOURCE_URL=https://github.com/grafana/loki/releases/download/v2.7.4/promtail-linux-arm64.zip
|
||||
SOURCE_SUM=3c54b5920f06111ce27185b936cb8fc05822e57a6d0ecb1fd1b06d436e0bddf5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Grafana Loki is a set of components that can be composed into a fully featured logging stack.",
|
||||
"fr": "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
|
||||
},
|
||||
"version": "2.7.3~ynh1",
|
||||
"version": "2.7.4~ynh1",
|
||||
"url": "https://grafana.com/docs/loki/latest/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue