Update apps

This commit is contained in:
GitHub Actions 2022-02-09 10:08:54 +00:00
parent 993c4afa74
commit be9278e8ee
3 changed files with 15 additions and 17 deletions

View File

@ -27,7 +27,7 @@
"id": "usocial", "id": "usocial",
"name": "Usocial", "name": "Usocial",
"repo": "https://github.com/ibz/usocial", "repo": "https://github.com/ibz/usocial",
"version": "0.1.1" "version": "0.1.2"
}, },
{ {
"id": "nextcloud", "id": "nextcloud",

View File

@ -27,7 +27,7 @@
"id": "usocial", "id": "usocial",
"name": "Usocial", "name": "Usocial",
"repo": "https://github.com/ibz/usocial", "repo": "https://github.com/ibz/usocial",
"version": "0.1.1" "version": "0.1.2"
}, },
{ {
"id": "nextcloud", "id": "nextcloud",

View File

@ -6,14 +6,13 @@
# yaml-language-server: $schema=../../app-standard-v1.json # yaml-language-server: $schema=../../app-standard-v1.json
version: 1 version: 1
metadata: metadata:
category: Social category: Social
name: Usocial name: Usocial
version: 0.1.1 version: 0.1.2
tagline: Read. Listen. Pay back. tagline: Read. Listen. Pay back.
description: >- description: The minimalist self-hosted feed reader and podcast client for your
The minimalist self-hosted feed reader and podcast client for your personal server. With Lightning Network support. personal server. With Lightning Network support.
developer: Ioan Bizău developer: Ioan Bizău
website: http://usocial.me website: http://usocial.me
dependencies: dependencies:
@ -21,11 +20,10 @@ metadata:
repo: https://github.com/ibz/usocial repo: https://github.com/ibz/usocial
support: https://github.com/ibz/usocial/issues support: https://github.com/ibz/usocial/issues
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: main - name: main
image: ghcr.io/ibz/usocial:v0.1.1-buster@sha256:144c1c27b95ffb5b221c8917fc158517b5a61dcdc7b0e7c02631c3770cc6b36b image: ghcr.io/ibz/usocial:v0.1.1-buster@sha256:144c1c27b95ffb5b221c8917fc158517b5a61dcdc7b0e7c02631c3770cc6b36b
@ -33,15 +31,15 @@ containers:
stop_grace_period: 1m stop_grace_period: 1m
port: 5000 port: 5000
data: data:
- data:/instance - data:/instance
permissions: permissions:
- lnd - lnd
environment: environment:
USOCIAL_JOB: "WEB" USOCIAL_JOB: WEB
APP_PASSWORD: "${APP_SEED}" APP_PASSWORD: ${APP_SEED}
LND_IP: "${LND_IP}" LND_IP: ${LND_IP}
LND_GRPC_PORT: ${LND_GRPC_PORT} LND_GRPC_PORT: ${LND_GRPC_PORT}
LND_DIR: "/lnd" LND_DIR: /lnd
- name: fetcher - name: fetcher
depends_on: depends_on:
- main - main
@ -49,6 +47,6 @@ containers:
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
data: data:
- data:/instance - data:/instance
environment: environment:
USOCIAL_JOB: "FETCH_FEEDS" USOCIAL_JOB: FETCH_FEEDS