mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 06:38:57 +00:00
Merge pull request #17 from runcitadel/v3-dev
Publish latest dev changes to beta
This commit is contained in:
commit
a23065c658
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Payments
|
||||
name: BTCPay Server
|
||||
version: 1.5.2
|
||||
version: 1.5.3
|
||||
tagline: Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin
|
||||
payment processor.
|
||||
description: "BTCPay Server is a free and open-source Bitcoin payment processor
|
||||
|
@ -47,7 +47,7 @@ containers:
|
|||
data:
|
||||
- data/nbxplorer:/data
|
||||
- name: main
|
||||
image: btcpayserver/btcpayserver:1.5.2@sha256:dbf128e058609edbfb399730fc2dd6ea38ea20ef3076b7ba2e4aa80a417086b3
|
||||
image: btcpayserver/btcpayserver:1.5.3@sha256:cd92ccdaaca3ccb38bc1a2c326398e83fbc0328b427cb39ee9ebfabbac1bc3c8
|
||||
depends_on:
|
||||
- nbxplorer
|
||||
- postgres
|
||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Wallets
|
||||
name: JAM
|
||||
version: 0.0.5
|
||||
version: 0.0.6
|
||||
tagline: JoinMarket's awesome, man
|
||||
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
|
||||
with focus on user-friendliness. It's time for top-notch privacy for your
|
||||
|
@ -30,7 +30,7 @@ metadata:
|
|||
defaultPassword: $APP_SEED
|
||||
containers:
|
||||
- name: joinmarket-webui
|
||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.5-clientserver-v0.9.5
|
||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.6-clientserver-v0.9.6
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Files
|
||||
name: Nextcloud
|
||||
version: 24.0.0
|
||||
version: 24.0.1
|
||||
tagline: Your personal cloud
|
||||
description: No description yet.
|
||||
developers:
|
||||
|
@ -44,7 +44,7 @@ containers:
|
|||
data:
|
||||
- data/redis:/data
|
||||
- name: web
|
||||
image: nextcloud:24.0.0@sha256:441481f9e245f2b9a62fcbfe9cb10eb136b8fe3b80282726eb2257728781e61f
|
||||
image: nextcloud:24.0.1@sha256:f832bb0a0c3df2ae66e8156dedc0ca8d79259d5355be8a90cc4342a9655a235a
|
||||
port: 80
|
||||
environment:
|
||||
MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP}
|
||||
|
@ -60,7 +60,7 @@ containers:
|
|||
- redis
|
||||
data:
|
||||
- data/nextcloud:/var/www/html
|
||||
- image: nextcloud:24.0.0@sha256:441481f9e245f2b9a62fcbfe9cb10eb136b8fe3b80282726eb2257728781e61f
|
||||
- image: nextcloud:24.0.1@sha256:f832bb0a0c3df2ae66e8156dedc0ca8d79259d5355be8a90cc4342a9655a235a
|
||||
entrypoint: /cron.sh
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Social
|
||||
name: Squeaknode
|
||||
version: 0.3.1
|
||||
version: 0.3.3
|
||||
tagline: A peer-to-peer status feed with Lightning monetization
|
||||
description: >-
|
||||
The Squeaknode app allows you to create, view, buy, and sell squeaks. A
|
||||
|
@ -31,7 +31,7 @@ metadata:
|
|||
defaultPassword: $APP_SEED
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/squeaknode/squeaknode:v0.3.1@sha256:522ade456898712a235047a4b77003a7dc37812cdd8626269cf91aaa069d0a10
|
||||
image: ghcr.io/squeaknode/squeaknode:v0.3.3@sha256:021688519fc112bdec5d3e614719a80192065dae569fb85d8f5cd377ee1f9d65
|
||||
stop_grace_period: 1m
|
||||
port: 12994
|
||||
requiredPorts:
|
||||
|
|
|
@ -22,7 +22,7 @@ metadata:
|
|||
- 3.jpg
|
||||
torOnly: false
|
||||
containers:
|
||||
- image: matrixdotorg/synapse:v1.59.1@sha256:9a23eab1bbc66d466173cff749fe10d9818eec0d5931595edb89254214769d18
|
||||
- image: ghcr.io/runcitadel/synapse:develop@sha256:9baa8cb96ab6b844fb47714c51ec683b8962a3a90de3de3daa6f88fddc5e3bdb
|
||||
entrypoint: bash
|
||||
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
||||
port: 8008
|
||||
|
@ -31,9 +31,9 @@ containers:
|
|||
GID: "1000"
|
||||
SYNAPSE_HTTP_PORT: 8008
|
||||
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
||||
SYNAPSE_REPORT_STATS: yes
|
||||
SYNAPSE_ENABLE_REGISTRATION: yes
|
||||
SYNAPSE_NO_TLS: yes
|
||||
SYNAPSE_REPORT_STATS: "yes"
|
||||
SYNAPSE_ENABLE_REGISTRATION: "yes"
|
||||
SYNAPSE_NO_TLS: "yes"
|
||||
name: server
|
||||
data:
|
||||
- data/synapse:/data
|
||||
|
|
39
apps/tallycoin-connect/app.yml
Normal file
39
apps/tallycoin-connect/app.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
# SPDX-FileCopyrightText: 2021 Aaron Dewes <aaron.dewes@protonmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||
|
||||
version: 3
|
||||
|
||||
metadata:
|
||||
name: Tallycoin Connect
|
||||
version: 1.7.3
|
||||
tagline: Connect Tallycoin with your node
|
||||
description: Receive Tallycoin Lightning payouts directly to your own node.
|
||||
category: Finance
|
||||
developers:
|
||||
djbooth007: https://github.com/djbooth007/tallycoin_connect
|
||||
repo: https://github.com/djbooth007/tallycoin_connect
|
||||
support: https://github.com/djbooth007/tallycoin_connect/issues
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
dependencies:
|
||||
- lnd
|
||||
|
||||
containers:
|
||||
- name: web
|
||||
image: dennisreimann/tallycoin_connect:v1.7.3@sha256:802a53da7591473c1a8d97e145a717781c152657343498f62ef3f53e56c86c67
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
port: 8123
|
||||
data:
|
||||
- data:/data
|
||||
environment:
|
||||
LND_SOCKET: "$LND_IP:$LND_GRPC_PORT"
|
||||
LND_MACAROON_PATH: "/lnd/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon"
|
||||
LND_TLSCERT_PATH: "/lnd/tls.cert"
|
||||
CONFIG_FILE: "/data/tallycoin_api.key"
|
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Networking
|
||||
name: Uptime Kuma
|
||||
version: 1.15.1
|
||||
version: 1.16.0
|
||||
tagline: Self-hosted uptime monitoring tool
|
||||
description: >
|
||||
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
||||
|
@ -43,7 +43,7 @@ metadata:
|
|||
- 3.jpg
|
||||
containers:
|
||||
- name: main
|
||||
image: louislam/uptime-kuma:1.15.1@sha256:70dadade28250f8acf4e74ec6de9b5116e111e2dbc9171aee4826b61f88daa54
|
||||
image: louislam/uptime-kuma:1.16.0@sha256:41d5e9ac4e32c3bb44d2c5924b1ef47d4182701a84266deffbc0630070618015
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
port: 3001
|
||||
|
|
|
@ -5,11 +5,10 @@
|
|||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||
|
||||
version: 3
|
||||
|
||||
metadata:
|
||||
category: Password Managers
|
||||
name: Vaultwarden
|
||||
version: 1.24.0
|
||||
version: 1.25.0
|
||||
tagline: Unofficial Bitwarden® compatible server
|
||||
description: >-
|
||||
Vaultwarden (formerly known as Bitwarden_RS) is an alternative
|
||||
|
@ -34,7 +33,7 @@ metadata:
|
|||
|
||||
|
||||
Please note that Vaultwarden is not associated with the Bitwarden® project nor 8bit Solutions LLC. When using this app, please report any bugs or suggestions to us directly, regardless of whatever clients you are using (mobile, desktop, browser, etc), and do not use Bitwarden®'s official support channels.
|
||||
developers:
|
||||
developers:
|
||||
Daniel García: https://github.com/dani-garcia
|
||||
dependencies: []
|
||||
repo: https://github.com/dani-garcia/vaultwarden
|
||||
|
@ -45,7 +44,7 @@ metadata:
|
|||
- 3.jpg
|
||||
torOnly: true
|
||||
containers:
|
||||
- image: vaultwarden/server:1.24.0@sha256:f485e59b6fff6316e382eb5d1096b46a932d26867b21c54354c1571ce3176789
|
||||
- image: vaultwarden/server:1.25.0@sha256:f3ebede27f1cf5e78373c3c4a429cf1fdd8d6b13528a2b9ca4fb3cb7cc681ba9
|
||||
user: 1000:1000
|
||||
port: 3000
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user