Breaking changes

This commit is contained in:
AaronDewes 2022-04-09 20:00:56 +00:00
parent a55e2e4589
commit d2a3573081
34 changed files with 165 additions and 88 deletions

View File

@ -31,12 +31,12 @@ properties:
description: description:
description: A longer description of the app description: A longer description of the app
type: string type: string
developer: developers:
description: The awesome people behind the app description: The awesome people behind the app
type: string type: object
website: patternProperties:
description: Displayed version for the app "^.*$":
type: string type: string
dependencies: dependencies:
description: >- description: >-
The services the app depends on. The services the app depends on.
@ -49,7 +49,7 @@ properties:
type: string type: string
repo: repo:
description: The development repository for your app description: The development repository for your app
type: string type: [string, object]
support: support:
description: A link to the app support wiki/chat/... description: A link to the app support wiki/chat/...
type: string type: string
@ -75,15 +75,14 @@ properties:
type: type:
- string - string
- array - array
description: The container(s) the developer system should automatically update. description: The container(s) the automatic update system should automatically update.
required: required:
- name - name
- version - version
- category - category
- tagline - tagline
- description - description
- developer - developers
- website
- repo - repo
- support - support
- gallery - gallery
@ -186,6 +185,11 @@ properties:
restart: restart:
type: string type: string
description: When the container should restart. Can be 'always' or 'on-failure'. description: When the container should restart. Can be 'always' or 'on-failure'.
requires:
description: Dependencies this container requires, it is ignored without it.
type: array
items:
type: string
network_mode: network_mode:
type: string type: string
additionalProperties: false additionalProperties: false

View File

@ -65,6 +65,12 @@
"repo": "https://github.com/lightninglabs/lightning-terminal", "repo": "https://github.com/lightninglabs/lightning-terminal",
"version": "0.6.5-alpha" "version": "0.6.5-alpha"
}, },
{
"id": "lnbits",
"name": "LNbits",
"repo": "https://github.com/lnbits/lnbits",
"version": "baf55af"
},
{ {
"id": "lndg", "id": "lndg",
"name": "LNDg", "name": "LNDg",

View File

@ -65,6 +65,12 @@
"repo": "https://github.com/lightninglabs/lightning-terminal", "repo": "https://github.com/lightninglabs/lightning-terminal",
"version": "0.6.5-alpha" "version": "0.6.5-alpha"
}, },
{
"id": "lnbits",
"name": "LNbits",
"repo": "https://github.com/lnbits/lnbits",
"version": "baf55af"
},
{ {
"id": "lndg", "id": "lndg",
"name": "LNDg", "name": "LNDg",

View File

@ -15,8 +15,8 @@ metadata:
transactions drop into your node's mempool, before being packaged into newly transactions drop into your node's mempool, before being packaged into newly
mined blocks. Monitor Bitcoin network activity, explore the composition of mined blocks. Monitor Bitcoin network activity, explore the composition of
the latest block, or simply enjoy a soothing Bitcoin screensaver. the latest block, or simply enjoy a soothing Bitcoin screensaver.
developer: Mononaut developers:
website: https://monospace.live Mononaut: https://monospace.live
dependencies: dependencies:
- bitcoind - bitcoind
repo: https://github.com/bitfeed-project/bitfeed repo: https://github.com/bitfeed-project/bitfeed

View File

@ -18,8 +18,8 @@ metadata:
You can pair multiple BlueWallet accounts, so your friends and family can pair You can pair multiple BlueWallet accounts, so your friends and family can pair
their BlueWallet with your Citadel for a trust-minimized setup. their BlueWallet with your Citadel for a trust-minimized setup.
developer: BlueWallet developers:
website: https://lndhub.io BlueWallet: https://lndhub.io
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/BlueWallet/LndHub repo: https://github.com/BlueWallet/LndHub

View File

@ -19,8 +19,8 @@ metadata:
This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer. This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer.
Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node. Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node.
developer: Dan Janosik developers:
website: https://explorer.btc21.org Dan Janosik: https://explorer.btc21.org
dependencies: dependencies:
- electrum - electrum
- bitcoind - bitcoind

View File

@ -18,8 +18,8 @@ metadata:
This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer. This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer.
Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node. Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node.
developer: Dan Janosik developers:
website: https://explorer.btc21.org Dan Janosik: https://explorer.btc21.org
dependencies: dependencies:
- electrum - electrum
- bitcoind - bitcoind

View File

@ -17,8 +17,8 @@ metadata:
other tools (like Electrum servers) to achieve a full-featured explorer. other tools (like Electrum servers) to achieve a full-featured explorer.
Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node. Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the functional capabilities of your own node.
developer: Dan Janosik developers:
website: https://explorer.btc21.org Dan Janosik: https://explorer.btc21.org
dependencies: dependencies:
- electrum - electrum
- bitcoind - bitcoind

View File

@ -14,8 +14,8 @@ metadata:
payment processor. payment processor.
description: "BTCPay Server is a free and open-source Bitcoin payment processor description: "BTCPay Server is a free and open-source Bitcoin payment processor
which allows you to accept bitcoin without fees or intermediaries. " which allows you to accept bitcoin without fees or intermediaries. "
developer: BTCPay Server Foundation developers:
website: https://btcpayserver.org BTCPay Server Foundation: https://btcpayserver.org
dependencies: dependencies:
- lnd - lnd
- bitcoind - bitcoind

View File

@ -12,8 +12,8 @@ metadata:
version: 4.2.0 version: 4.2.0
tagline: Run VS Code on your Citadel tagline: Run VS Code on your Citadel
description: This app doesn't have a description yet. description: This app doesn't have a description yet.
developer: Coder developers:
website: https://coder.com Coder: https://coder.com
dependencies: [] dependencies: []
repo: https://github.com/cdr/code-server repo: https://github.com/cdr/code-server
support: https://github.com/cdr/code-server/discussions support: https://github.com/cdr/code-server/discussions

View File

@ -16,8 +16,8 @@ metadata:
bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and
privacy for all. The app provides sensible defaults and is easy to use for privacy for all. The app provides sensible defaults and is easy to use for
beginners while still providing the features advanced users expect. beginners while still providing the features advanced users expect.
developer: JAM developers developers:
website: https://github.com/joinmarket-webui/joinmarket-webui JAM developers: https://github.com/joinmarket-webui/joinmarket-webui
dependencies: dependencies:
- bitcoind - bitcoind
repo: https://github.com/joinmarket-webui/joinmarket-webui repo: https://github.com/joinmarket-webui/joinmarket-webui

View File

@ -26,8 +26,8 @@ metadata:
WARNING: This version of Krystal Bull is an early alpha release for testing. WARNING: This version of Krystal Bull is an early alpha release for testing.
It's not secure, please don't use it for anything serious. It's not secure, please don't use it for anything serious.
developer: SuredBits developers:
website: https://suredbits.com/ SuredBits: https://suredbits.com/
dependencies: [] dependencies: []
repo: https://github.com/bitcoin-s/krystal-bull repo: https://github.com/bitcoin-s/krystal-bull
support: https://join.slack.com/t/suredbits/shared_invite/zt-eavycu0x-WQL7XOakzQo8tAy7jHHZUw support: https://join.slack.com/t/suredbits/shared_invite/zt-eavycu0x-WQL7XOakzQo8tAy7jHHZUw

View File

@ -14,8 +14,8 @@ metadata:
description: |- description: |-
This app allows you to access a lot of terminal apps directly on the web. This app allows you to access a lot of terminal apps directly on the web.
The default username for this app is "citadel". The default username for this app is "citadel".
developer: Ioan Bizău developers:
website: https://lightningshell.app Ioan Bizău: https://lightningshell.app
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/ibz/lightning-shell repo: https://github.com/ibz/lightning-shell

View File

@ -24,8 +24,8 @@ metadata:
- Access a preview release of the Pool UI - Access a preview release of the Pool UI
- Use Pool to earn sats by opening channels to those needing inbound liquidity - Use Pool to earn sats by opening channels to those needing inbound liquidity
developer: Lightning Labs developers:
website: https://lightning.engineering Lightning Labs: https://lightning.engineering
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/lightninglabs/lightning-terminal repo: https://github.com/lightninglabs/lightning-terminal

70
apps/lnbits/app.yml Normal file
View File

@ -0,0 +1,70 @@
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
# SPDX-License-Identifier: AGPL-3.0-only
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Lightning Node Management
name: LNbits
version: baf55af
tagline: Multi-user wallet management system
description: >-
Description coming soon.
developers:
LNbits: https://github.com/lnbits/lnbits
dependencies:
- - lnd
- c-lightning
repo: https://github.com/lnbits/lnbits
support: https://t.me/lnbits
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
defaultPassword: $APP_SEED
containers:
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
user: 1000:1000
init: true
port: 5000
environment:
LNBITS_DATA_FOLDER: /data
LNBITS_BACKEND_WALLET_CLASS: LndRestWallet
LND_REST_ENDPOINT: https://$LND_IP:$LND_REST_PORT/
LND_REST_CERT: /lnd/tls.cert
LND_REST_MACAROON: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/admin.macaroon
LNBITS_SITE_TITLE: LNbits on Citadel
LNBITS_DEFAULT_WALLET_NAME: LNbits wallet
LNBITS_DISABLED_EXTENSIONS: amilk
LNBITS_ADMIN_LOGIN_KEY: $APP_SEED
LNBITS_ADMIN_EXTENSIONS: ngrok
name: main-lnd
data:
- data:/data
restart: on-failure
requires:
- lnd
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
user: 1000:1000
init: true
port: 5000
environment:
LNBITS_DATA_FOLDER: /data
LNBITS_BACKEND_WALLET_CLASS: CLightningWallet
CLIGHTNING_RPC: /c-lightning/bitcoin/lightning-rpc
LNBITS_SITE_TITLE: LNbits (c-lightning)
LNBITS_DEFAULT_WALLET_NAME: LNbits wallet
LNBITS_DISABLED_EXTENSIONS: amilk
LNBITS_ADMIN_LOGIN_KEY: $APP_SEED
LNBITS_ADMIN_EXTENSIONS: ngrok
name: main-c-lightning
data:
- data:/data
requires:
- c-lightning
restart: on-failure

View File

@ -15,8 +15,8 @@ metadata:
description: LNDg is your command center for running a profitable and efficient description: LNDg is your command center for running a profitable and efficient
routing node. From quickly viewing your node's health, automated routing node. From quickly viewing your node's health, automated
rebalancing, selecting new potential peers and much more. rebalancing, selecting new potential peers and much more.
developer: cryptosharks131 developers:
website: https://github.com/cryptosharks131 cryptosharks131: https://github.com/cryptosharks131
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/cryptosharks131/lndg repo: https://github.com/cryptosharks131/lndg

View File

@ -2,9 +2,9 @@
# #
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
# yaml-language-server: $schema=../../app-standard-v1.json # yaml-language-server: $schema=../../app-standard-v3.yml
version: 1 version: 3
metadata: metadata:
category: Finance category: Finance
@ -27,8 +27,8 @@ metadata:
Thank you for your support and let's keep building the future of finance together! Thank you for your support and let's keep building the future of finance together!
developer: LN Markets developers:
website: https://lnmarkets.com LN Markets: https://lnmarkets.com
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/ln-markets/umbrel repo: https://github.com/ln-markets/umbrel
@ -58,5 +58,3 @@ containers:
LND_REST_PORT: $LND_REST_PORT LND_REST_PORT: $LND_REST_PORT
BITCOIN_NETWORK: $BITCOIN_NETWORK BITCOIN_NETWORK: $BITCOIN_NETWORK
permissions:
- "lnd"

View File

@ -2,9 +2,9 @@
# #
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
# yaml-language-server: $schema=../../app-standard-v1.json # yaml-language-server: $schema=../../app-standard-v3.yml
version: 1 version: 3
metadata: metadata:
category: Wallets category: Wallets
@ -23,8 +23,8 @@ metadata:
If you contact the Citadel team, you can also get a shorter and easier to use @ln.runcitadel.space address. To receive one, contact If you contact the Citadel team, you can also get a shorter and easier to use @ln.runcitadel.space address. To receive one, contact
us on forum.runcitadel.space with your prefered address and also, share the onion URL of the LnMe app (not of your node, the app will have a differen one) us on forum.runcitadel.space with your prefered address and also, share the onion URL of the LnMe app (not of your node, the app will have a differen one)
or DM us on Twitter (https://twitter.com/runcitadel) or DM us on Twitter (https://twitter.com/runcitadel)
developer: Michael Bumann developers:
website: https://ln.michaelbumann.com/ Michael Bumann: https://ln.michaelbumann.com/
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/bumi/lnme repo: https://github.com/bumi/lnme
@ -37,8 +37,6 @@ containers:
image: ghcr.io/bumi/lnme:master@sha256:e131a8584d2b6d1dd01723164cebad0fa2a47b4e30fe0c6fdac83ffb386de518 image: ghcr.io/bumi/lnme:master@sha256:e131a8584d2b6d1dd01723164cebad0fa2a47b4e30fe0c6fdac83ffb386de518
port: 1323 port: 1323
user: 1000:1000 user: 1000:1000
permissions:
- lnd
environment: environment:
LNME_LND_ADDRESS: $LND_IP:$LND_GRPC_PORT LNME_LND_ADDRESS: $LND_IP:$LND_GRPC_PORT
LNME_LND_CERT_PATH: /lnd/tls.cert LNME_LND_CERT_PATH: /lnd/tls.cert

View File

@ -2,9 +2,10 @@
# #
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
# yaml-language-server: $schema=../../app-standard-v1.json # yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
version: 1
metadata: metadata:
category: Explorers category: Explorers
name: Mempool name: Mempool
@ -40,8 +41,8 @@ metadata:
- Multiple languages support - Multiple languages support
- JSON APIs - JSON APIs
developer: mempool.space developers:
website: https://mempool.space/about mempool.space: https://mempool.space/about
dependencies: dependencies:
- electrum - electrum
- bitcoind - bitcoind
@ -83,9 +84,6 @@ containers:
MEMPOOL_CLEAR_PROTECTION_MINUTES: "20" MEMPOOL_CLEAR_PROTECTION_MINUTES: "20"
data: data:
- data:/backend/cache - data:/backend/cache
permissions:
- electrum
- bitcoind
- name: mariadb - name: mariadb
image: mariadb:10.7.1@sha256:a469ba5edc9267eb3f32f5a6773376677274b09d36bbe742b448fc4c787e6b37 image: mariadb:10.7.1@sha256:a469ba5edc9267eb3f32f5a6773376677274b09d36bbe742b448fc4c787e6b37
user: 1000:1000 user: 1000:1000

View File

@ -11,8 +11,8 @@ metadata:
version: 23.0.3 version: 23.0.3
tagline: Your personal cloud tagline: Your personal cloud
description: No description yet. description: No description yet.
developer: Nextcloud GmbH developers:
website: https://nextcloud.com Nextcloud GmbH: https://nextcloud.com
dependencies: [] dependencies: []
repo: https://github.com/nextcloud/server repo: https://github.com/nextcloud/server
support: https://help.nextcloud.com/categories support: https://help.nextcloud.com/categories

View File

@ -2,9 +2,10 @@
# #
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
# yaml-language-server: $schema=../../app-standard-v1.json # yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
version: 1
metadata: metadata:
category: Automation category: Automation
name: Node-RED name: Node-RED
@ -22,8 +23,8 @@ metadata:
Warning: Node-RED on Citadel is able to connect directly to Bitcoin Core, LND and Electrum, due to this you should be careful when installing third-party Node-RED nodes. Warning: Node-RED on Citadel is able to connect directly to Bitcoin Core, LND and Electrum, due to this you should be careful when installing third-party Node-RED nodes.
developer: OpenJS Foundation developers:
website: https://nodered.org OpenJS Foundation: https://nodered.org
dependencies: dependencies:
- bitcoind - bitcoind
- electrum - electrum
@ -54,7 +55,3 @@ containers:
LND_GRPC_PORT: $LND_GRPC_PORT LND_GRPC_PORT: $LND_GRPC_PORT
ELECTRUM_IP: $ELECTRUM_IP ELECTRUM_IP: $ELECTRUM_IP
ELECTRUM_PORT: $ELECTRUM_PORT ELECTRUM_PORT: $ELECTRUM_PORT
permissions:
- lnd
- bitcoind
- electrum

View File

@ -11,8 +11,8 @@ metadata:
version: 0.12.2 version: 0.12.2
tagline: Manage lightning node operations better tagline: Manage lightning node operations better
description: Haven't written a desription yet for this, sorry. description: Haven't written a desription yet for this, sorry.
developer: Shahana and Suheb developers:
website: ridethelightning.info Shahana and Suheb: ridethelightning.info
dependencies: dependencies:
- lnd - lnd
- bitcoind - bitcoind

View File

@ -17,8 +17,8 @@ metadata:
By running the Snowflake app on Citadel, you can help people who By running the Snowflake app on Citadel, you can help people who
live in countries which censor Tor. live in countries which censor Tor.
developer: The Tor project developers:
website: https://torproject.org/ The Tor project: https://torproject.org/
repo: https://github.com/runcitadel/docker-snowflake repo: https://github.com/runcitadel/docker-snowflake
support: https://t.me/runcitadel support: https://t.me/runcitadel
dependencies: [] dependencies: []

View File

@ -36,8 +36,8 @@ metadata:
Specter Desktop also supports using the Bitcoin Core on your Citadel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up. Specter Desktop also supports using the Bitcoin Core on your Citadel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up.
developer: Crypto Advance developers:
website: https://specter.solutions Crypto Advance: https://specter.solutions
dependencies: dependencies:
- bitcoind - bitcoind
repo: https://github.com/cryptoadvance/specter-desktop repo: https://github.com/cryptoadvance/specter-desktop

View File

@ -22,8 +22,8 @@ metadata:
You can join tribes at https://tribes.sphinx.chat. If you join a podcast tribe, you can listen to the podcast in Sphinx and stream donations to the host. You can join tribes at https://tribes.sphinx.chat. If you join a podcast tribe, you can listen to the podcast in Sphinx and stream donations to the host.
developer: Stakwork developers:
website: https://sphinx.chat Stakwork: https://sphinx.chat
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/stakwork/sphinx-relay repo: https://github.com/stakwork/sphinx-relay

View File

@ -15,8 +15,8 @@ metadata:
Spigot is an easy-to-use Minecraft server you can host on your Citadel. Spigot is an easy-to-use Minecraft server you can host on your Citadel.
This app also features an easy-to-use admin panel for your server. This app also features an easy-to-use admin panel for your server.
developer: Spigot developers developers:
website: https://www.spigotmc.org/ Spigot developers: https://www.spigotmc.org/
repo: https://github.com/SpigotMC repo: https://github.com/SpigotMC
support: https://www.spigotmc.org/ support: https://www.spigotmc.org/
gallery: gallery:

View File

@ -17,8 +17,8 @@ metadata:
The Squeaknode timeline is ordered by the height of the block hash embedded in each squeak. Each squeak is signed with a digital signature of the private key of the author. Squeaks can be downloaded from any peer to any peer, but they remain locked until the downloader makes a Lightning payment to decrypt the content. The Squeaknode timeline is ordered by the height of the block hash embedded in each squeak. Each squeak is signed with a digital signature of the private key of the author. Squeaks can be downloaded from any peer to any peer, but they remain locked until the downloader makes a Lightning payment to decrypt the content.
developer: Jonathan Zernik developers:
website: https://github.com/yzernik Jonathan Zernik: https://github.com/yzernik
dependencies: dependencies:
- bitcoind - bitcoind
- lnd - lnd

View File

@ -14,8 +14,8 @@ metadata:
description: "This app allows you to manage your synapse server. It currently description: "This app allows you to manage your synapse server. It currently
requires some manual work inside Synapse's Docker container, so it's not requires some manual work inside Synapse's Docker container, so it's not
usable for most users yet. " usable for most users yet. "
developer: Awesome Technologies developers:
website: https://awesome-technologies.de/https://awesome-technologies.de/ Awesome Technologies: https://awesome-technologies.de/https://awesome-technologies.de/
dependencies: [] dependencies: []
repo: https://github.com/Awesome-Technologies/synapse-admin repo: https://github.com/Awesome-Technologies/synapse-admin
support: https://github.com/Awesome-Technologies/synapse-admin support: https://github.com/Awesome-Technologies/synapse-admin

View File

@ -12,8 +12,8 @@ metadata:
version: 1.56.0 version: 1.56.0
tagline: Matrix homeserver tagline: Matrix homeserver
description: Description is coming soon. description: Description is coming soon.
developer: Matrix developers:
website: https://matrix.org Matrix: https://matrix.org
dependencies: [] dependencies: []
repo: https://github.com/matrix-org/synapse repo: https://github.com/matrix-org/synapse
support: https://matrix.to/#/#synapse:matrix.org support: https://matrix.to/#/#synapse:matrix.org

View File

@ -12,8 +12,8 @@ metadata:
version: 23.0.2 version: 23.0.2
tagline: A VPN to access your Citadel from anywhere tagline: A VPN to access your Citadel from anywhere
description: No description yet. description: No description yet.
developer: Tailscale Inc. developers:
website: https://tailscale.com Tailscale Inc.: https://tailscale.com
dependencies: [] dependencies: []
repo: https://github.com/tailscale/tailscale repo: https://github.com/tailscale/tailscale
support: https://github.com/tailscale/tailscale/issues support: https://github.com/tailscale/tailscale/issues

View File

@ -20,8 +20,8 @@ metadata:
Managing and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool. Managing and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool.
developer: Anthony Potdevin developers:
website: https://apotdevin.com Anthony Potdevin: https://apotdevin.com
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/apotdevin/thunderhub repo: https://github.com/apotdevin/thunderhub

View File

@ -33,8 +33,8 @@ metadata:
- Ping Chart - Ping Chart
- Certificate Info - Certificate Info
developer: Louis Lam developers:
website: 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
support: https://github.com/louislam/uptime-kuma/issues support: https://github.com/louislam/uptime-kuma/issues

View File

@ -14,8 +14,8 @@ metadata:
tagline: Read. Listen. Pay back. tagline: Read. Listen. Pay back.
description: The minimalist self-hosted feed reader and podcast client for your description: 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 developers:
website: http://usocial.me Ioan Bizău: http://usocial.me
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/ibz/usocial repo: https://github.com/ibz/usocial

View File

@ -34,8 +34,8 @@ 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. 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.
developer: Daniel García developers:
website: https://github.com/dani-garcia Daniel García: https://github.com/dani-garcia
dependencies: [] dependencies: []
repo: https://github.com/dani-garcia/vaultwarden repo: https://github.com/dani-garcia/vaultwarden
support: https://vaultwarden.discourse.group/ support: https://vaultwarden.discourse.group/