fix key for acl migration (#548)

* fix key for acl migration

* update apps
This commit is contained in:
Stavros Kois
2024-09-28 18:32:46 +03:00
committed by GitHub
parent b5daa29bd8
commit 9c3d798063
230 changed files with 225 additions and 225 deletions

View File

@@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/actualbudget/actual-server
title: Actual Budget
train: community
version: 1.1.8
version: 1.1.9

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -40,4 +40,4 @@ sources:
- https://hub.docker.com/r/adguard/adguardhome
title: AdGuard Home
train: community
version: 1.0.16
version: 1.0.17

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://github.com/advplyr/audiobookshelf
title: Audiobookshelf
train: community
version: 1.2.9
version: 1.2.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/autobrr/autobrr
title: Autobrr
train: community
version: 1.1.9
version: 1.1.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/morpheus65535/bazarr
title: Bazarr
train: community
version: 1.0.17
version: 1.0.18

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -35,4 +35,4 @@ sources:
- https://docs.briefkastenhq.com/
title: Briefkasten
train: community
version: 1.0.16
version: 1.0.17

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -49,4 +49,4 @@ sources:
- https://code.castopod.org/adaures/castopod
title: Castopod
train: community
version: 1.0.3
version: 1.0.4

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ sources:
- https://www.chia.net/
title: Chia
train: community
version: 1.0.12
version: 1.0.13

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -38,4 +38,4 @@ sources:
- https://www.clamav.net/
title: ClamAV
train: community
version: 1.1.7
version: 1.1.8

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ sources:
- https://hub.docker.com/r/cloudflare/cloudflared
title: Cloudflared
train: community
version: 1.1.9
version: 1.1.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -29,4 +29,4 @@ sources:
- https://github.com/lissy93/dashy
title: Dashy
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ sources:
- https://hub.docker.com/r/qmcgaw/ddns-updater
title: DDNS Updater
train: community
version: 1.0.21
version: 1.0.22

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -38,4 +38,4 @@ sources:
- https://deluge-torrent.org/
title: Deluge
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/distribution/distribution
title: Distribution
train: community
version: 1.0.16
version: 1.0.17

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -48,4 +48,4 @@ sources:
- https://github.com/louislam/dockge
title: Dockge
train: community
version: 1.0.14
version: 1.0.15

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -32,4 +32,4 @@ sources:
- https://github.com/jgraph/drawio
title: Draw.io
train: community
version: 1.1.7
version: 1.1.8

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/filebrowser/filebrowser
title: File Browser
train: community
version: 1.1.7
version: 1.1.8

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -57,4 +57,4 @@ sources:
- https://github.com/firefly-iii/firefly-iii
title: Firefly III
train: community
version: 1.2.11
version: 1.2.12

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -34,4 +34,4 @@ sources:
- https://github.com/pawelmalak/flame
title: Flame
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -41,4 +41,4 @@ sources:
- https://hub.docker.com/r/freshrss/freshrss
title: FreshRSS
train: community
version: 1.1.9
version: 1.1.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -40,4 +40,4 @@ sources:
- https://github.com/blakeblackshear/frigate
title: Frigate
train: community
version: 1.0.6
version: 1.0.7

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ sources:
- https://fscrawler.readthedocs.io/
title: FSCrawler
train: community
version: 1.0.14
version: 1.0.15

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://docs.gitea.io/en-us/install-with-docker-rootless
title: Gitea
train: community
version: 1.0.8
version: 1.0.9

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -34,4 +34,4 @@ sources:
- https://github.com/grafana
title: Grafana
train: community
version: 1.1.7
version: 1.1.8

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -47,4 +47,4 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake
title: Handbrake
train: community
version: 2.0.7
version: 2.0.8

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/ajnart/homarr
title: Homarr
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://github.com/benphelps/homepage
title: Homepage
train: community
version: 1.0.18
version: 1.0.19

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ tags:
- homepage
title: Homer
train: community
version: 2.0.6
version: 2.0.7

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -45,4 +45,4 @@ sources:
- https://github.com/immich-app/immich
title: Immich
train: community
version: 1.6.10
version: 1.6.11

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -38,4 +38,4 @@ sources:
- https://quay.io/repository/invidious
title: Invidious
train: community
version: 1.0.5
version: 1.0.6

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://ipfs.tech/
title: IPFS
train: community
version: 1.0.16
version: 1.0.17

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -35,4 +35,4 @@ sources:
- https://jellyfin.org/
title: Jellyfin
train: community
version: 1.0.22
version: 1.0.23

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -29,4 +29,4 @@ sources:
- https://hub.docker.com/r/fallenbagel/jellyseerr
title: Jellyseerr
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://www.jenkins.io/
title: Jenkins
train: community
version: 1.0.9
version: 1.0.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -36,4 +36,4 @@ sources:
- https://hub.docker.com/r/joplin/server/
title: Joplin
train: community
version: 1.1.7
version: 1.1.8

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/Casvt/Kapowarr
title: Kapowarr
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -44,4 +44,4 @@ sources:
- https://www.kavitareader.com
title: Kavita
train: community
version: 1.0.15
version: 1.0.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://hub.docker.com/r/gotson/komga
title: Komga
train: community
version: 1.1.9
version: 1.1.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -31,4 +31,4 @@ sources:
- https://github.com/Lidarr/Lidarr
title: Lidarr
train: community
version: 1.1.6
version: 1.1.7

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/sissbruecker/linkding/
title: Linkding
train: community
version: 1.0.12
version: 1.0.13

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -36,4 +36,4 @@ sources:
- https://github.com/knadh/listmonk
title: Listmonk
train: community
version: 1.0.6
version: 1.0.7

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -28,4 +28,4 @@ sources:
- https://github.com/logseq/logseq
title: Logseq
train: community
version: 1.0.14
version: 1.0.15

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -33,4 +33,4 @@ sources:
- https://docs.mealie.io/
title: Mealie
train: community
version: 1.2.6
version: 1.2.7

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/alexta69/metube
title: MeTube
train: community
version: 1.1.9
version: 1.1.10

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -38,4 +38,4 @@ sources:
- https://github.com/itzg/docker-minecraft-server
title: Minecraft
train: community
version: 1.11.10
version: 1.11.11

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -39,4 +39,4 @@ sources:
- https://github.com/hexparrot/mineos-node
title: MineOS
train: community
version: 1.0.14
version: 1.0.15

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -27,4 +27,4 @@ sources:
- https://www.mumble.info/
title: Mumble
train: community
version: 1.1.6
version: 1.1.7

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -42,4 +42,4 @@ sources:
- https://hub.docker.com/r/n8nio/n8n
title: n8n
train: community
version: 1.3.15
version: 1.3.16

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

View File

@@ -32,4 +32,4 @@ sources:
- https://github.com/navidrome/navidrome/
title: Navidrome
train: community
version: 1.0.19
version: 1.0.20

View File

@@ -150,6 +150,6 @@ def migrate_acl_entries(acl_entries: dict) -> dict:
return {
"entries": entries,
"options": {"force": acl_entries.get("force", False)},
"options": {"force": acl_entries.get("options", {}).get("force", False)},
"path": acl_entries["path"],
}

Some files were not shown because too many files have changed in this diff Show More