forked from michael.heier/citadel-apps
Update apps
This commit is contained in:
parent
8d57cdcf2e
commit
b628a8dc03
|
@ -5,14 +5,12 @@
|
||||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||||
|
|
||||||
version: 3
|
version: 3
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: LNbits
|
name: LNbits
|
||||||
version: baf55af
|
version: baf55af
|
||||||
tagline: Multi-user wallet management system
|
tagline: Multi-user wallet management system
|
||||||
description: >-
|
description: Description coming soon.
|
||||||
Description coming soon.
|
|
||||||
developers:
|
developers:
|
||||||
LNbits: https://github.com/lnbits/lnbits
|
LNbits: https://github.com/lnbits/lnbits
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -47,7 +45,6 @@ containers:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
requires:
|
requires:
|
||||||
- lnd
|
- lnd
|
||||||
|
|
||||||
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
|
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
init: true
|
init: true
|
||||||
|
@ -67,4 +64,3 @@ containers:
|
||||||
requires:
|
requires:
|
||||||
- c-lightning
|
- c-lightning
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
|
@ -5,11 +5,10 @@
|
||||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||||
|
|
||||||
version: 3
|
version: 3
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
category: Networking
|
category: Networking
|
||||||
name: Uptime Kuma
|
name: Uptime Kuma
|
||||||
version: 1.13.1
|
version: 1.13.2
|
||||||
tagline: Self-hosted uptime monitoring tool
|
tagline: Self-hosted uptime monitoring tool
|
||||||
description: >
|
description: >
|
||||||
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
||||||
|
@ -33,7 +32,7 @@ metadata:
|
||||||
- Ping Chart
|
- Ping Chart
|
||||||
|
|
||||||
- Certificate Info
|
- Certificate Info
|
||||||
developers:
|
developers:
|
||||||
Louis Lam: https://uptime.kuma.pet
|
Louis Lam: https://uptime.kuma.pet
|
||||||
dependencies: []
|
dependencies: []
|
||||||
repo: https://github.com/louislam/uptime-kuma
|
repo: https://github.com/louislam/uptime-kuma
|
||||||
|
@ -44,7 +43,7 @@ metadata:
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
containers:
|
containers:
|
||||||
- name: main
|
- name: main
|
||||||
image: louislam/uptime-kuma:1.13.1@sha256:913721c815e9aa17b1653d384bf7f4d51f9f0e7fc4161930bc80efbae8ad1d12
|
image: louislam/uptime-kuma:1.13.2@sha256:4ba58d4c6e1ea2c3702b46a673a2127f740733857178e3c4a53b3fcbad7f0510
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
port: 3001
|
port: 3001
|
||||||
|
|
Loading…
Reference in New Issue
Block a user