Start porting more apps to v2

This commit is contained in:
Aaron Dewes 2022-02-10 14:45:54 +01:00
parent cae7d2f95d
commit 65e4f9b3af
3 changed files with 15 additions and 8 deletions

View File

@ -2,9 +2,9 @@ name: Check app updates
on:
push:
branches: [ main ]
branches: [ main, v2 ]
pull_request:
branches: [ main ]
branches: [ main, v2 ]
workflow_dispatch:
schedule:

View File

@ -4,11 +4,11 @@
# yaml-language-server: $schema=../../app-standard-v1.json
version: 1
version: 2
metadata:
category: Lightning Node Management
name: Lightning Shell
version: 0.1.6
version: 0.1.5
tagline: Web shell with a selection of LN node management utilities
description: |-
This app allows you to access a lot of terminal apps directly on the web.
@ -24,6 +24,7 @@ metadata:
- 2.jpg
- 3.jpg
defaultPassword: $APP_SEED
containers:
- name: web
image: ghcr.io/ibz/lightning-shell:v0.1.5@sha256:9b64f38ebe747616c253ff39672427c7c2b9f5840468bb743d979f2f55ace27c

View File

@ -2,11 +2,14 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version: 1
# yaml-language-server: $schema=../../app-standard-v2.json
version: 2
metadata:
category: Files
name: Nextcloud
version: 23.0.1
version: 23.0.0
tagline: Your personal cloud
description: No description yet.
developer: Nextcloud GmbH
@ -20,7 +23,10 @@ metadata:
- 3.jpg
path: /login?user=citadel
defaultPassword: $APP_SEED
mainContainer: web
updateContainer:
- web
- cron
containers:
- name: db
image: mariadb:10.7.1@sha256:832c6e488f49720f484f87ee9f2cd4487321b373db07ac77037860bcd97d92bb
@ -40,7 +46,7 @@ containers:
data:
- data/redis:/data
- name: web
image: nextcloud:23.0.1@sha256:867d3f34d5a7baa1fb48b18b86e36486e406832881219c5bcd7f9952bc947366
image: nextcloud:23.0.0@sha256:867d3f34d5a7baa1fb48b18b86e36486e406832881219c5bcd7f9952bc947366
port: 80
environment:
MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP}