mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
fix key for acl migration (#548)
* fix key for acl migration * update apps
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/advplyr/audiobookshelf
|
||||
title: Audiobookshelf
|
||||
train: community
|
||||
version: 1.2.9
|
||||
version: 1.2.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
title: Autobrr
|
||||
train: community
|
||||
version: 1.1.9
|
||||
version: 1.1.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/morpheus65535/bazarr
|
||||
title: Bazarr
|
||||
train: community
|
||||
version: 1.0.17
|
||||
version: 1.0.18
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://docs.briefkastenhq.com/
|
||||
title: Briefkasten
|
||||
train: community
|
||||
version: 1.0.16
|
||||
version: 1.0.17
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@ sources:
|
||||
- https://code.castopod.org/adaures/castopod
|
||||
title: Castopod
|
||||
train: community
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://www.chia.net/
|
||||
title: Chia
|
||||
train: community
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ sources:
|
||||
- https://www.clamav.net/
|
||||
title: ClamAV
|
||||
train: community
|
||||
version: 1.1.7
|
||||
version: 1.1.8
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://hub.docker.com/r/cloudflare/cloudflared
|
||||
title: Cloudflared
|
||||
train: community
|
||||
version: 1.1.9
|
||||
version: 1.1.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/lissy93/dashy
|
||||
title: Dashy
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ sources:
|
||||
- https://deluge-torrent.org/
|
||||
title: Deluge
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/distribution/distribution
|
||||
title: Distribution
|
||||
train: community
|
||||
version: 1.0.16
|
||||
version: 1.0.17
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -48,4 +48,4 @@ sources:
|
||||
- https://github.com/louislam/dockge
|
||||
title: Dockge
|
||||
train: community
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/jgraph/drawio
|
||||
title: Draw.io
|
||||
train: community
|
||||
version: 1.1.7
|
||||
version: 1.1.8
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/pawelmalak/flame
|
||||
title: Flame
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ sources:
|
||||
- https://hub.docker.com/r/freshrss/freshrss
|
||||
title: FreshRSS
|
||||
train: community
|
||||
version: 1.1.9
|
||||
version: 1.1.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/blakeblackshear/frigate
|
||||
title: Frigate
|
||||
train: community
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://fscrawler.readthedocs.io/
|
||||
title: FSCrawler
|
||||
train: community
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/grafana
|
||||
title: Grafana
|
||||
train: community
|
||||
version: 1.1.7
|
||||
version: 1.1.8
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -47,4 +47,4 @@ sources:
|
||||
- https://hub.docker.com/r/jlesage/handbrake
|
||||
title: Handbrake
|
||||
train: community
|
||||
version: 2.0.7
|
||||
version: 2.0.8
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/ajnart/homarr
|
||||
title: Homarr
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/benphelps/homepage
|
||||
title: Homepage
|
||||
train: community
|
||||
version: 1.0.18
|
||||
version: 1.0.19
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ tags:
|
||||
- homepage
|
||||
title: Homer
|
||||
train: community
|
||||
version: 2.0.6
|
||||
version: 2.0.7
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -45,4 +45,4 @@ sources:
|
||||
- https://github.com/immich-app/immich
|
||||
title: Immich
|
||||
train: community
|
||||
version: 1.6.10
|
||||
version: 1.6.11
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ sources:
|
||||
- https://quay.io/repository/invidious
|
||||
title: Invidious
|
||||
train: community
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://ipfs.tech/
|
||||
title: IPFS
|
||||
train: community
|
||||
version: 1.0.16
|
||||
version: 1.0.17
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://jellyfin.org/
|
||||
title: Jellyfin
|
||||
train: community
|
||||
version: 1.0.22
|
||||
version: 1.0.23
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
||||
title: Jellyseerr
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://www.jenkins.io/
|
||||
title: Jenkins
|
||||
train: community
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://hub.docker.com/r/joplin/server/
|
||||
title: Joplin
|
||||
train: community
|
||||
version: 1.1.7
|
||||
version: 1.1.8
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/Casvt/Kapowarr
|
||||
title: Kapowarr
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -44,4 +44,4 @@ sources:
|
||||
- https://www.kavitareader.com
|
||||
title: Kavita
|
||||
train: community
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://hub.docker.com/r/gotson/komga
|
||||
title: Komga
|
||||
train: community
|
||||
version: 1.1.9
|
||||
version: 1.1.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/Lidarr/Lidarr
|
||||
title: Lidarr
|
||||
train: community
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://hub.docker.com/r/sissbruecker/linkding/
|
||||
title: Linkding
|
||||
train: community
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/knadh/listmonk
|
||||
title: Listmonk
|
||||
train: community
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/logseq/logseq
|
||||
title: Logseq
|
||||
train: community
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://docs.mealie.io/
|
||||
title: Mealie
|
||||
train: community
|
||||
version: 1.2.6
|
||||
version: 1.2.7
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/alexta69/metube
|
||||
title: MeTube
|
||||
train: community
|
||||
version: 1.1.9
|
||||
version: 1.1.10
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -38,4 +38,4 @@ sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
title: Minecraft
|
||||
train: community
|
||||
version: 1.11.10
|
||||
version: 1.11.11
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/hexparrot/mineos-node
|
||||
title: MineOS
|
||||
train: community
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://www.mumble.info/
|
||||
title: Mumble
|
||||
train: community
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ sources:
|
||||
- https://hub.docker.com/r/n8nio/n8n
|
||||
title: n8n
|
||||
train: community
|
||||
version: 1.3.15
|
||||
version: 1.3.16
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/navidrome/navidrome/
|
||||
title: Navidrome
|
||||
train: community
|
||||
version: 1.0.19
|
||||
version: 1.0.20
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user