From d54b97f45770ec6496f5916781954769ac2d19f0 Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Mon, 3 Oct 2022 19:09:56 +0100 Subject: [PATCH] Add `submitter` and `submission` metadata for all apps (#182) Co-authored-by: Mayank Chhabra Co-authored-by: Steven Briscoe --- agora/umbrel-app.yml | 4 +++- bitcoin/umbrel-app.yml | 2 ++ bitfeed/umbrel-app.yml | 4 +++- bleskomat-server/umbrel-app.yml | 4 +++- bluewallet/umbrel-app.yml | 4 +++- btc-rpc-explorer/umbrel-app.yml | 4 +++- btcpay-server/umbrel-app.yml | 2 ++ calibre-web/umbrel-app.yml | 2 ++ code-server/umbrel-app.yml | 4 +++- core-lightning-rtl/umbrel-app.yml | 4 +++- core-lightning/umbrel-app.yml | 2 ++ electrs/umbrel-app.yml | 4 +++- element/umbrel-app.yml | 4 +++- elements/umbrel-app.yml | 4 +++- esphome/umbrel-app.yml | 2 ++ file-browser/umbrel-app.yml | 4 +++- gitea/umbrel-app.yml | 4 +++- helipad/umbrel-app.yml | 4 +++- home-assistant/umbrel-app.yml | 2 ++ invidious/umbrel-app.yml | 4 +++- ipfs-podcasting/umbrel-app.yml | 2 ++ itchysats/umbrel-app.yml | 2 ++ jam/umbrel-app.yml | 4 +++- jellyfin/umbrel-app.yml | 4 +++- kollider/umbrel-app.yml | 2 ++ krystal-bull/umbrel-app.yml | 2 ++ libreddit/umbrel-app.yml | 2 ++ lidarr/umbrel-app.yml | 4 +++- lightning-shell/umbrel-app.yml | 4 +++- lightning-terminal/umbrel-app.yml | 4 +++- lightning/umbrel-app.yml | 2 ++ ln-visualizer/umbrel-app.yml | 2 ++ lnbits/umbrel-app.yml | 2 ++ lndboss/umbrel-app.yml | 4 +++- lndg/umbrel-app.yml | 2 ++ lnmarkets/umbrel-app.yml | 4 +++- mempool/umbrel-app.yml | 4 +++- nextcloud/umbrel-app.yml | 2 ++ nitter/umbrel-app.yml | 4 +++- node-red-standalone/umbrel-app.yml | 4 +++- node-red/umbrel-app.yml | 4 +++- oak-node/umbrel-app.yml | 2 ++ photoprism/umbrel-app.yml | 4 +++- pi-hole/umbrel-app.yml | 4 +++- plex/umbrel-app.yml | 4 +++- prowlarr/umbrel-app.yml | 4 +++- radarr/umbrel-app.yml | 4 +++- ride-the-lightning/umbrel-app.yml | 4 +++- robosats/umbrel-app.yml | 2 ++ samourai-server/umbrel-app.yml | 2 ++ satsale/umbrel-app.yml | 4 +++- simple-torrent/umbrel-app.yml | 2 ++ snowflake/umbrel-app.yml | 4 +++- sonarr/umbrel-app.yml | 4 +++- sparkkiosk/umbrel-app.yml | 2 ++ specter-desktop/umbrel-app.yml | 2 ++ sphinx-relay/umbrel-app.yml | 4 +++- squeaknode/umbrel-app.yml | 2 ++ squeakroad/umbrel-app.yml | 2 ++ suredbits-wallet/umbrel-app.yml | 2 ++ synapse/umbrel-app.yml | 4 +++- syncthing/umbrel-app.yml | 4 +++- tailscale/umbrel-app.yml | 2 ++ tallycoin-connect/umbrel-app.yml | 4 +++- thunderhub/umbrel-app.yml | 2 ++ transmission/umbrel-app.yml | 4 +++- uptime-kuma/umbrel-app.yml | 2 ++ urbit-bitcoin-connector/umbrel-app.yml | 4 +++- urbit/umbrel-app.yml | 2 ++ usocial/umbrel-app.yml | 4 +++- vaultwarden/umbrel-app.yml | 2 ++ whoogle-search/umbrel-app.yml | 3 ++- woofbot/umbrel-app.yml | 2 ++ 73 files changed, 187 insertions(+), 42 deletions(-) diff --git a/agora/umbrel-app.yml b/agora/umbrel-app.yml index 1cbec70cb5..82780ca4e0 100644 --- a/agora/umbrel-app.yml +++ b/agora/umbrel-app.yml @@ -24,4 +24,6 @@ gallery: path: /admin/ deterministicPassword: true defaultUsername: umbrel -torOnly: false \ No newline at end of file +torOnly: false +submitter: Jonathan Zernik +submission: https://github.com/getumbrel/umbrel/pull/1282 \ No newline at end of file diff --git a/bitcoin/umbrel-app.yml b/bitcoin/umbrel-app.yml index 944a61bd51..258bd4d262 100644 --- a/bitcoin/umbrel-app.yml +++ b/bitcoin/umbrel-app.yml @@ -59,3 +59,5 @@ releaseNotes: >- - Full details here: https://bitcoincore.org/en/releases/23.0/ - Bugfix: Use specific Tor port for peers from Tor network +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392 \ No newline at end of file diff --git a/bitfeed/umbrel-app.yml b/bitfeed/umbrel-app.yml index 1762c7b0bc..9c595fe5ed 100644 --- a/bitfeed/umbrel-app.yml +++ b/bitfeed/umbrel-app.yml @@ -26,4 +26,6 @@ gallery: - 3.jpg path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Mononaut +submission: https://github.com/getumbrel/umbrel/pull/1202 \ No newline at end of file diff --git a/bleskomat-server/umbrel-app.yml b/bleskomat-server/umbrel-app.yml index b0e1f3371a..f5150177f3 100644 --- a/bleskomat-server/umbrel-app.yml +++ b/bleskomat-server/umbrel-app.yml @@ -22,4 +22,6 @@ gallery: - 3.jpg path: "" deterministicPassword: true -torOnly: false \ No newline at end of file +torOnly: false +submitter: Charles Hill +submission: https://github.com/getumbrel/umbrel/pull/1175 \ No newline at end of file diff --git a/bluewallet/umbrel-app.yml b/bluewallet/umbrel-app.yml index 3a513826cc..52722bf0cf 100644 --- a/bluewallet/umbrel-app.yml +++ b/bluewallet/umbrel-app.yml @@ -24,4 +24,6 @@ gallery: - 3.jpg path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Aaron Dewes +submission: https://github.com/getumbrel/umbrel/pull/566 \ No newline at end of file diff --git a/btc-rpc-explorer/umbrel-app.yml b/btc-rpc-explorer/umbrel-app.yml index 7d0f7b5fd7..0d9ab14f74 100644 --- a/btc-rpc-explorer/umbrel-app.yml +++ b/btc-rpc-explorer/umbrel-app.yml @@ -29,4 +29,6 @@ gallery: - 3.jpg path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/334 \ No newline at end of file diff --git a/btcpay-server/umbrel-app.yml b/btcpay-server/umbrel-app.yml index db5e2db330..ba77a2a956 100644 --- a/btcpay-server/umbrel-app.yml +++ b/btcpay-server/umbrel-app.yml @@ -47,3 +47,5 @@ releaseNotes: >- More details: https://twitter.com/BtcpayServer/status/1545444707169636353 Other included updates (1.6.1-1.6.3): Minor improvements and bug fixes and ability to add a discount in the point of sale keypad! +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/353 \ No newline at end of file diff --git a/calibre-web/umbrel-app.yml b/calibre-web/umbrel-app.yml index eb6e4e0a81..bbb4526560 100644 --- a/calibre-web/umbrel-app.yml +++ b/calibre-web/umbrel-app.yml @@ -31,3 +31,5 @@ path: "" defaultUsername: "admin" defaultPassword: "admin123" torOnly: false +submitter: Xosten +submission: https://github.com/getumbrel/umbrel-apps/pull/74 \ No newline at end of file diff --git a/code-server/umbrel-app.yml b/code-server/umbrel-app.yml index 95e286b40d..0aaa9d026b 100644 --- a/code-server/umbrel-app.yml +++ b/code-server/umbrel-app.yml @@ -25,4 +25,6 @@ gallery: path: "" defaultUsername: "" deterministicPassword: true -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/14f8b3aec8cb99ef0940ba0cd9df25b7126a95cc \ No newline at end of file diff --git a/core-lightning-rtl/umbrel-app.yml b/core-lightning-rtl/umbrel-app.yml index c474209c24..4ab3515eab 100644 --- a/core-lightning-rtl/umbrel-app.yml +++ b/core-lightning-rtl/umbrel-app.yml @@ -42,4 +42,6 @@ gallery: - 2.jpg - 3.jpg path: "" -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/pull/7 \ No newline at end of file diff --git a/core-lightning/umbrel-app.yml b/core-lightning/umbrel-app.yml index 6ea5f0ea89..48e3058e44 100644 --- a/core-lightning/umbrel-app.yml +++ b/core-lightning/umbrel-app.yml @@ -35,3 +35,5 @@ gallery: - 4.jpg path: "" defaultPassword: "" +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/pull/7 \ No newline at end of file diff --git a/electrs/umbrel-app.yml b/electrs/umbrel-app.yml index c47a855440..f252b57dbd 100644 --- a/electrs/umbrel-app.yml +++ b/electrs/umbrel-app.yml @@ -28,4 +28,6 @@ gallery: - 3.jpg - 4.jpg path: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/242 \ No newline at end of file diff --git a/element/umbrel-app.yml b/element/umbrel-app.yml index 6e6fe84904..62544ae004 100644 --- a/element/umbrel-app.yml +++ b/element/umbrel-app.yml @@ -36,4 +36,6 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/bb10e17a6256db19767af7eaeb93e665ac275b24 \ No newline at end of file diff --git a/elements/umbrel-app.yml b/elements/umbrel-app.yml index d7ba9e6641..f532d9f40e 100644 --- a/elements/umbrel-app.yml +++ b/elements/umbrel-app.yml @@ -21,4 +21,6 @@ gallery: - 3.jpg path: '' deterministicPassword: false -torOnly: false \ No newline at end of file +torOnly: false +submitter: Marco Argentieri +submission: https://github.com/getumbrel/umbrel/pull/1319 \ No newline at end of file diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index b6b50ab190..b300b19219 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -20,3 +20,5 @@ path: "" defaultUsername: "" defaultPassword: "" torOnly: false +submitter: ShonP40 +submission: https://github.com/getumbrel/umbrel-apps/pull/43 \ No newline at end of file diff --git a/file-browser/umbrel-app.yml b/file-browser/umbrel-app.yml index 1e7415dc22..e03320cafe 100644 --- a/file-browser/umbrel-app.yml +++ b/file-browser/umbrel-app.yml @@ -21,4 +21,6 @@ gallery: - 3.jpg path: "/files/" deterministicPassword: false -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/pull/169 \ No newline at end of file diff --git a/gitea/umbrel-app.yml b/gitea/umbrel-app.yml index 43716131b1..dfc792ed0f 100644 --- a/gitea/umbrel-app.yml +++ b/gitea/umbrel-app.yml @@ -41,4 +41,6 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150 \ No newline at end of file diff --git a/helipad/umbrel-app.yml b/helipad/umbrel-app.yml index c4afa5f4f4..d7834e2ed2 100644 --- a/helipad/umbrel-app.yml +++ b/helipad/umbrel-app.yml @@ -18,4 +18,6 @@ gallery: - 2.jpg - 3.jpg path: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Podcastindex.org +submission: https://github.com/getumbrel/umbrel/pull/1174 \ No newline at end of file diff --git a/home-assistant/umbrel-app.yml b/home-assistant/umbrel-app.yml index 7fa03ca277..7961fedd51 100644 --- a/home-assistant/umbrel-app.yml +++ b/home-assistant/umbrel-app.yml @@ -34,3 +34,5 @@ defaultPassword: "" torOnly: false releaseNotes: >- Full changelog (for 2022.9) can found at: https://www.home-assistant.io/changelogs/core-2022.9 +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 \ No newline at end of file diff --git a/invidious/umbrel-app.yml b/invidious/umbrel-app.yml index eb01d05b25..5200a5142e 100644 --- a/invidious/umbrel-app.yml +++ b/invidious/umbrel-app.yml @@ -46,4 +46,6 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -torOnly: false \ No newline at end of file +torOnly: false +submitter: Jasper +submission: https://github.com/getumbrel/umbrel-apps/pull/129 \ No newline at end of file diff --git a/ipfs-podcasting/umbrel-app.yml b/ipfs-podcasting/umbrel-app.yml index 18337be600..6680131909 100644 --- a/ipfs-podcasting/umbrel-app.yml +++ b/ipfs-podcasting/umbrel-app.yml @@ -22,3 +22,5 @@ gallery: - 3.jpg path: '' defaultPassword: '' +submitter: IPFSPodcasting.net +submission: https://github.com/getumbrel/umbrel/pull/1356 \ No newline at end of file diff --git a/itchysats/umbrel-app.yml b/itchysats/umbrel-app.yml index 018e62b720..d7530bc169 100644 --- a/itchysats/umbrel-app.yml +++ b/itchysats/umbrel-app.yml @@ -64,3 +64,5 @@ releaseNotes: >- With 0.7.0 we replaced basic authentication with cookie-based authentication. Deterministic password is the same as before (see Umbrel app store). Full changelog can be found here: https://github.com/itchysats/itchysats/releases/tag/0.7.0 +submitter: ItchySats +submission: https://github.com/getumbrel/umbrel/pull/1149 \ No newline at end of file diff --git a/jam/umbrel-app.yml b/jam/umbrel-app.yml index 784393a615..229503eb98 100644 --- a/jam/umbrel-app.yml +++ b/jam/umbrel-app.yml @@ -40,4 +40,6 @@ gallery: path: "" defaultUsername: umbrel defaultPassword: "" -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: JoinMarket WebUI Organisation +submission: https://github.com/getumbrel/umbrel/pull/1216 \ No newline at end of file diff --git a/jellyfin/umbrel-app.yml b/jellyfin/umbrel-app.yml index b66925b244..0719f76c3c 100644 --- a/jellyfin/umbrel-app.yml +++ b/jellyfin/umbrel-app.yml @@ -33,4 +33,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/kollider/umbrel-app.yml b/kollider/umbrel-app.yml index c21e21bbab..8337a418f8 100644 --- a/kollider/umbrel-app.yml +++ b/kollider/umbrel-app.yml @@ -30,3 +30,5 @@ gallery: path: "" deterministicPassword: true torOnly: false +submitter: Kollider +submission: https://github.com/getumbrel/umbrel/pull/1221 \ No newline at end of file diff --git a/krystal-bull/umbrel-app.yml b/krystal-bull/umbrel-app.yml index 7e44aca551..d54d37d50e 100644 --- a/krystal-bull/umbrel-app.yml +++ b/krystal-bull/umbrel-app.yml @@ -33,3 +33,5 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" +submitter: SuredBits +submission: https://github.com/getumbrel/umbrel/pull/984 \ No newline at end of file diff --git a/libreddit/umbrel-app.yml b/libreddit/umbrel-app.yml index 7cda3dff67..7dff3e8d4e 100644 --- a/libreddit/umbrel-app.yml +++ b/libreddit/umbrel-app.yml @@ -31,3 +31,5 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" +submitter: Jasper +submission: https://github.com/getumbrel/umbrel-apps/pull/126 \ No newline at end of file diff --git a/lidarr/umbrel-app.yml b/lidarr/umbrel-app.yml index 366208023f..747f62fef5 100644 --- a/lidarr/umbrel-app.yml +++ b/lidarr/umbrel-app.yml @@ -28,4 +28,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/lightning-shell/umbrel-app.yml b/lightning-shell/umbrel-app.yml index fd53e45508..82a783a759 100644 --- a/lightning-shell/umbrel-app.yml +++ b/lightning-shell/umbrel-app.yml @@ -35,4 +35,6 @@ gallery: - 3.jpg path: "" defaultUsername: umbrel -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: Ioan Bizău +submission: https://github.com/getumbrel/umbrel/pull/1146 \ No newline at end of file diff --git a/lightning-terminal/umbrel-app.yml b/lightning-terminal/umbrel-app.yml index d9461447de..270c0bd78f 100644 --- a/lightning-terminal/umbrel-app.yml +++ b/lightning-terminal/umbrel-app.yml @@ -54,4 +54,6 @@ releaseNotes: >- This release of Lightning Terminal (LiT) includes updates to the - versions of the packaged subsystems including LND, Loop and Pool. \ No newline at end of file + versions of the packaged subsystems including LND, Loop and Pool. +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/348 \ No newline at end of file diff --git a/lightning/umbrel-app.yml b/lightning/umbrel-app.yml index cddb54c7e0..e5037460a5 100644 --- a/lightning/umbrel-app.yml +++ b/lightning/umbrel-app.yml @@ -52,3 +52,5 @@ gallery: - 5.jpg path: "" defaultPassword: "" +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/b0ba869953d024595bac84b8987de34aee561392 \ No newline at end of file diff --git a/ln-visualizer/umbrel-app.yml b/ln-visualizer/umbrel-app.yml index b4a59491b9..1b89d37fa3 100644 --- a/ln-visualizer/umbrel-app.yml +++ b/ln-visualizer/umbrel-app.yml @@ -33,3 +33,5 @@ gallery: path: "" deterministicPassword: false torOnly: false +submitter: Max Kotlan +submission: https://github.com/getumbrel/umbrel-apps/pull/19 \ No newline at end of file diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 20cdb8ba72..44a5ca6ae9 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -35,3 +35,5 @@ releaseNotes: >- - Updated Onchain Wallet extension: connect our new open-source hardware wallet over serial! More info on https://lnbits.github.io/hardware-wallet/installer/. - More improvements to some extensions and bug fixes. +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/372 \ No newline at end of file diff --git a/lndboss/umbrel-app.yml b/lndboss/umbrel-app.yml index db5bb182c2..b217f288cd 100644 --- a/lndboss/umbrel-app.yml +++ b/lndboss/umbrel-app.yml @@ -67,4 +67,6 @@ releaseNotes: > Added support for graph summary for bos graph command. - 1.17.0 (2022-08-08) - Added support for bos graph command \ No newline at end of file + Added support for bos graph command +submitter: Nitesh Balusu +submission: https://github.com/getumbrel/umbrel-apps/pull/65 \ No newline at end of file diff --git a/lndg/umbrel-app.yml b/lndg/umbrel-app.yml index 1f56e36b78..7c00cf3179 100644 --- a/lndg/umbrel-app.yml +++ b/lndg/umbrel-app.yml @@ -25,3 +25,5 @@ releaseNotes: >- Address an issue with unknown channels and calculating close fees Fixes an issue in the peer reconnection timer if the connect request results in an error +submitter: cryptosharks131 +submission: https://github.com/getumbrel/umbrel/pull/1189 \ No newline at end of file diff --git a/lnmarkets/umbrel-app.yml b/lnmarkets/umbrel-app.yml index f2ec33170e..38cd6afead 100644 --- a/lnmarkets/umbrel-app.yml +++ b/lnmarkets/umbrel-app.yml @@ -28,4 +28,6 @@ gallery: - 2.jpg - 3.jpg path: "" -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: LN Markets +submission: https://github.com/getumbrel/umbrel/pull/879 \ No newline at end of file diff --git a/mempool/umbrel-app.yml b/mempool/umbrel-app.yml index 4bb3d5c33b..fb61540c62 100644 --- a/mempool/umbrel-app.yml +++ b/mempool/umbrel-app.yml @@ -47,4 +47,6 @@ gallery: - 3.jpg path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Bastien Guillaumat +submission: https://github.com/getumbrel/umbrel/pull/470 \ No newline at end of file diff --git a/nextcloud/umbrel-app.yml b/nextcloud/umbrel-app.yml index b8d60f7fcf..a07d010602 100644 --- a/nextcloud/umbrel-app.yml +++ b/nextcloud/umbrel-app.yml @@ -40,3 +40,5 @@ path: "" defaultUsername: umbrel deterministicPassword: true torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/dcaae95daa8ee3d7e8044d55d13887d8ff353030 \ No newline at end of file diff --git a/nitter/umbrel-app.yml b/nitter/umbrel-app.yml index f192c4b6af..db5abbbd1f 100644 --- a/nitter/umbrel-app.yml +++ b/nitter/umbrel-app.yml @@ -49,4 +49,6 @@ gallery: - 3.jpg path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Jasper +submission: https://github.com/getumbrel/umbrel-apps/pull/128 \ No newline at end of file diff --git a/node-red-standalone/umbrel-app.yml b/node-red-standalone/umbrel-app.yml index 54b43a7cd3..cdf2ddba7d 100644 --- a/node-red-standalone/umbrel-app.yml +++ b/node-red-standalone/umbrel-app.yml @@ -29,4 +29,6 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/pull/38 \ No newline at end of file diff --git a/node-red/umbrel-app.yml b/node-red/umbrel-app.yml index 55aef4c9a2..6e73644719 100644 --- a/node-red/umbrel-app.yml +++ b/node-red/umbrel-app.yml @@ -35,4 +35,6 @@ gallery: path: "" defaultUsername: umbrel defaultPassword: moneyprintergobrrr -torOnly: false \ No newline at end of file +torOnly: false +submitter: Oren Zomer +submission: https://github.com/getumbrel/umbrel/pull/958 \ No newline at end of file diff --git a/oak-node/umbrel-app.yml b/oak-node/umbrel-app.yml index 0ee62340f7..9ac2a4bdc9 100644 --- a/oak-node/umbrel-app.yml +++ b/oak-node/umbrel-app.yml @@ -27,3 +27,5 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" +submitter: ok300 +submission: https://github.com/getumbrel/umbrel-apps/pull/60 \ No newline at end of file diff --git a/photoprism/umbrel-app.yml b/photoprism/umbrel-app.yml index b8f4311b76..3239916356 100644 --- a/photoprism/umbrel-app.yml +++ b/photoprism/umbrel-app.yml @@ -40,4 +40,6 @@ gallery: path: "" defaultUsername: "" deterministicPassword: true -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/bf4c6f127f1fcf4dbe8eea55729502dfb34278e9 \ No newline at end of file diff --git a/pi-hole/umbrel-app.yml b/pi-hole/umbrel-app.yml index 81498bf457..3ca346ff52 100644 --- a/pi-hole/umbrel-app.yml +++ b/pi-hole/umbrel-app.yml @@ -31,4 +31,6 @@ defaultUsername: "" deterministicPassword: true torOnly: false releaseNotes: >- - - Various internal improvements \ No newline at end of file + - Various internal improvements +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794 \ No newline at end of file diff --git a/plex/umbrel-app.yml b/plex/umbrel-app.yml index 8015f345cf..91499d6ae1 100644 --- a/plex/umbrel-app.yml +++ b/plex/umbrel-app.yml @@ -24,4 +24,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/prowlarr/umbrel-app.yml b/prowlarr/umbrel-app.yml index 12d6648492..7900795587 100644 --- a/prowlarr/umbrel-app.yml +++ b/prowlarr/umbrel-app.yml @@ -21,4 +21,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/radarr/umbrel-app.yml b/radarr/umbrel-app.yml index 102c675ecd..88bdd7cff2 100644 --- a/radarr/umbrel-app.yml +++ b/radarr/umbrel-app.yml @@ -22,4 +22,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/ride-the-lightning/umbrel-app.yml b/ride-the-lightning/umbrel-app.yml index 1a0399914d..4ba1c71c9c 100644 --- a/ride-the-lightning/umbrel-app.yml +++ b/ride-the-lightning/umbrel-app.yml @@ -51,4 +51,6 @@ releaseNotes: >- - Other bug fixes path: "" defaultUsername: "" -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/336 \ No newline at end of file diff --git a/robosats/umbrel-app.yml b/robosats/umbrel-app.yml index 1d8425381f..72d76108f2 100644 --- a/robosats/umbrel-app.yml +++ b/robosats/umbrel-app.yml @@ -50,3 +50,5 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" +submitter: RoboSats +submission: https://github.com/getumbrel/umbrel-apps/pull/122 \ No newline at end of file diff --git a/samourai-server/umbrel-app.yml b/samourai-server/umbrel-app.yml index 08e5741e10..e7a2d7c7b6 100644 --- a/samourai-server/umbrel-app.yml +++ b/samourai-server/umbrel-app.yml @@ -33,3 +33,5 @@ defaultUsername: "" defaultPassword: "" releaseNotes: >- Change web UI port from 3005 to 3021 +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/461 \ No newline at end of file diff --git a/satsale/umbrel-app.yml b/satsale/umbrel-app.yml index 48da67df5c..6609665b65 100644 --- a/satsale/umbrel-app.yml +++ b/satsale/umbrel-app.yml @@ -32,4 +32,6 @@ gallery: - 2.jpg - 3.jpg path: /admin -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: Nick Farrow +submission: https://github.com/getumbrel/umbrel/pull/1102 \ No newline at end of file diff --git a/simple-torrent/umbrel-app.yml b/simple-torrent/umbrel-app.yml index 5806c3be54..a897199d48 100644 --- a/simple-torrent/umbrel-app.yml +++ b/simple-torrent/umbrel-app.yml @@ -42,3 +42,5 @@ path: "" defaultUsername: "" defaultPassword: "" torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/b12c581ae14255c2087fc8e2f0e7014a351a363b \ No newline at end of file diff --git a/snowflake/umbrel-app.yml b/snowflake/umbrel-app.yml index 8eca7167a3..6ad4670dad 100644 --- a/snowflake/umbrel-app.yml +++ b/snowflake/umbrel-app.yml @@ -23,4 +23,6 @@ gallery: - 3.jpg path: "" deterministicPassword: false -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/1284 \ No newline at end of file diff --git a/sonarr/umbrel-app.yml b/sonarr/umbrel-app.yml index 2ebdc08448..1bf556fba5 100644 --- a/sonarr/umbrel-app.yml +++ b/sonarr/umbrel-app.yml @@ -22,4 +22,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/sparkkiosk/umbrel-app.yml b/sparkkiosk/umbrel-app.yml index 52fc417c5d..a31e608add 100644 --- a/sparkkiosk/umbrel-app.yml +++ b/sparkkiosk/umbrel-app.yml @@ -25,3 +25,5 @@ gallery: path: "" deterministicPassword: true torOnly: false +submitter: Jens Gertsen +submission: https://github.com/getumbrel/umbrel/pull/1312 \ No newline at end of file diff --git a/specter-desktop/umbrel-app.yml b/specter-desktop/umbrel-app.yml index 5ed6025048..90eed4b218 100644 --- a/specter-desktop/umbrel-app.yml +++ b/specter-desktop/umbrel-app.yml @@ -71,3 +71,5 @@ releaseNotes: >- - Bugfix: during loading: KeyError: 'blocks' #1859 (relativisticelectron) - And many other bugfixes... +submitter: k9ert +submission: https://github.com/getumbrel/umbrel/pull/339 \ No newline at end of file diff --git a/sphinx-relay/umbrel-app.yml b/sphinx-relay/umbrel-app.yml index 38b40af6c1..9dd9798861 100644 --- a/sphinx-relay/umbrel-app.yml +++ b/sphinx-relay/umbrel-app.yml @@ -28,4 +28,6 @@ gallery: - 3.jpg path: /connect defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Stakwork +submission: https://github.com/getumbrel/umbrel/pull/341 \ No newline at end of file diff --git a/squeaknode/umbrel-app.yml b/squeaknode/umbrel-app.yml index fe2a4894e8..36ac7eca47 100644 --- a/squeaknode/umbrel-app.yml +++ b/squeaknode/umbrel-app.yml @@ -26,3 +26,5 @@ gallery: path: "" defaultUsername: umbrel deterministicPassword: true +submitter: Jonathan Zernik +submission: https://github.com/getumbrel/umbrel/pull/385 \ No newline at end of file diff --git a/squeakroad/umbrel-app.yml b/squeakroad/umbrel-app.yml index a3e1759732..86d9624460 100644 --- a/squeakroad/umbrel-app.yml +++ b/squeakroad/umbrel-app.yml @@ -31,3 +31,5 @@ deterministicPassword: true releaseNotes: >- - Show better error message on failed user signup validation. - Don't fetch font assets from remote CDN. +submitter: Jonathan Zernik +submission: https://github.com/getumbrel/umbrel-apps/pull/70 \ No newline at end of file diff --git a/suredbits-wallet/umbrel-app.yml b/suredbits-wallet/umbrel-app.yml index 0c7f637709..cc67816d5f 100644 --- a/suredbits-wallet/umbrel-app.yml +++ b/suredbits-wallet/umbrel-app.yml @@ -34,3 +34,5 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" +submitter: Suredbits +submission: https://github.com/getumbrel/umbrel/pull/1147 \ No newline at end of file diff --git a/synapse/umbrel-app.yml b/synapse/umbrel-app.yml index 07e50a02e9..d13d007f3b 100644 --- a/synapse/umbrel-app.yml +++ b/synapse/umbrel-app.yml @@ -32,4 +32,6 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" -torOnly: false \ No newline at end of file +torOnly: false +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/c9f0975e766e79d4bd6adf4255cd081f54d654cb \ No newline at end of file diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index 298454064d..2904a4eaf9 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -24,4 +24,6 @@ gallery: - 2.jpg - 3.jpg path: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" +submitter: Sam Cymbaluk +submission: https://github.com/getumbrel/umbrel/pull/1092 \ No newline at end of file diff --git a/tailscale/umbrel-app.yml b/tailscale/umbrel-app.yml index 8e0abeccb1..c9d5498ad1 100644 --- a/tailscale/umbrel-app.yml +++ b/tailscale/umbrel-app.yml @@ -31,3 +31,5 @@ releaseNotes: > - Fix IPv6-mapped-IPv4 addresses in STUN responses - Better container detection +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/pull/1248 \ No newline at end of file diff --git a/tallycoin-connect/umbrel-app.yml b/tallycoin-connect/umbrel-app.yml index 3a23a7c986..df593eab7a 100644 --- a/tallycoin-connect/umbrel-app.yml +++ b/tallycoin-connect/umbrel-app.yml @@ -20,4 +20,6 @@ gallery: - 2.jpg - 3.jpg path: "" -deterministicPassword: true \ No newline at end of file +deterministicPassword: true +submitter: d11n +submission: https://github.com/getumbrel/umbrel/pull/1052 \ No newline at end of file diff --git a/thunderhub/umbrel-app.yml b/thunderhub/umbrel-app.yml index da53760894..fa252bb295 100644 --- a/thunderhub/umbrel-app.yml +++ b/thunderhub/umbrel-app.yml @@ -33,3 +33,5 @@ releaseNotes: >- - Minor bugfixes - Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.16 +submitter: Anthony Potdevin +submission: https://github.com/getumbrel/umbrel/pull/343 \ No newline at end of file diff --git a/transmission/umbrel-app.yml b/transmission/umbrel-app.yml index 0603649a14..562a2e2622 100644 --- a/transmission/umbrel-app.yml +++ b/transmission/umbrel-app.yml @@ -30,4 +30,6 @@ defaultUsername: "" defaultPassword: "" torOnly: false permissions: - - STORAGE_DOWNLOADS \ No newline at end of file + - STORAGE_DOWNLOADS +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file diff --git a/uptime-kuma/umbrel-app.yml b/uptime-kuma/umbrel-app.yml index 6e029125bd..5202bccaf4 100644 --- a/uptime-kuma/umbrel-app.yml +++ b/uptime-kuma/umbrel-app.yml @@ -66,3 +66,5 @@ releaseNotes: > - Fix Lunasea do not send general message - Fix cloudflared cannot be stopped in No Auth mode +submitter: Philipp Haussleiter +submission: https://github.com/getumbrel/umbrel/pull/1148 \ No newline at end of file diff --git a/urbit-bitcoin-connector/umbrel-app.yml b/urbit-bitcoin-connector/umbrel-app.yml index 40952b981e..cf4cabcd8c 100644 --- a/urbit-bitcoin-connector/umbrel-app.yml +++ b/urbit-bitcoin-connector/umbrel-app.yml @@ -33,4 +33,6 @@ gallery: - 3.jpg path: "" deterministicPassword: false -torOnly: false \ No newline at end of file +torOnly: false +submitter: ~sitful-hatred +submission: https://github.com/getumbrel/umbrel/pull/1243 \ No newline at end of file diff --git a/urbit/umbrel-app.yml b/urbit/umbrel-app.yml index af98eb3e40..2426101512 100644 --- a/urbit/umbrel-app.yml +++ b/urbit/umbrel-app.yml @@ -32,3 +32,5 @@ path: /launch defaultUsername: umbrel deterministicPassword: true torOnly: false +submitter: mopfel-winrux +submission: https://github.com/getumbrel/umbrel/pull/1246 \ No newline at end of file diff --git a/usocial/umbrel-app.yml b/usocial/umbrel-app.yml index 745dbafa3f..aa453bba60 100644 --- a/usocial/umbrel-app.yml +++ b/usocial/umbrel-app.yml @@ -33,4 +33,6 @@ gallery: - 3.jpg path: "" deterministicPassword: true -torOnly: false \ No newline at end of file +torOnly: false +submitter: Ioan Bizău +submission: https://github.com/getumbrel/umbrel/pull/1247 \ No newline at end of file diff --git a/vaultwarden/umbrel-app.yml b/vaultwarden/umbrel-app.yml index f85f3ad88c..a73843ac81 100644 --- a/vaultwarden/umbrel-app.yml +++ b/vaultwarden/umbrel-app.yml @@ -41,3 +41,5 @@ path: "" defaultUsername: "" defaultPassword: "" torOnly: true +submitter: Umbrel +submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5 \ No newline at end of file diff --git a/whoogle-search/umbrel-app.yml b/whoogle-search/umbrel-app.yml index 2fc5f0cee4..2632033c7d 100644 --- a/whoogle-search/umbrel-app.yml +++ b/whoogle-search/umbrel-app.yml @@ -67,4 +67,5 @@ gallery: path: "" defaultUsername: "" defaultPassword: "" - +submitter: Jasper +submission: https://github.com/getumbrel/umbrel-apps/pull/117 \ No newline at end of file diff --git a/woofbot/umbrel-app.yml b/woofbot/umbrel-app.yml index 341681bf1b..5e52431526 100644 --- a/woofbot/umbrel-app.yml +++ b/woofbot/umbrel-app.yml @@ -25,3 +25,5 @@ releaseNotes: >- - Bugfix: Handling transaction ids that are not yet in the mempool - UX: Removing short commands. When commands are called without parameters the user is asked to fill them in a reply message. +submitter: WoofBotApp +submission: https://github.com/getumbrel/umbrel-apps/pull/28 \ No newline at end of file