Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ words:
- iconik
- igdb
- immich
- immichframe
- infraprovider
- initdb
- inkl
Expand Down
3 changes: 3 additions & 0 deletions ix-dev/community/immich-frame/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Immich Frame

[Immich Frame](https://immichframe.dev/) - An awesome way to display your photos as a digital photo frame
31 changes: 31 additions & 0 deletions ix-dev/community/immich-frame/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
app_version: v1.0.33.0
capabilities: []
categories:
- media
changelog_url: https://github.com/immichFrame/ImmichFrame/releases
date_added: '2026-05-08'
description: An awesome way to display your photos as a digital photo frame
home: https://immichframe.dev/
host_mounts: []
icon: https://media.sys.truenas.net/apps/immich-frame/icons/icon.svg
keywords:
- media
lib_version: 2.3.5
lib_version_hash: c0d042e3de6350fae9aee546d3c79bc0accf1f2011da89cc1ebff29421aa7fc9
maintainers:
- email: dev@truenas.com
name: truenas
url: https://www.truenas.com/
name: immich-frame
run_as_context:
- description: Container [frame] can run as any non-root user and group.
gid: 568
group_name: Host group is [apps]
uid: 568
user_name: Host user is [apps]
screenshots: []
sources:
- https://github.com/immichFrame/ImmichFrame
title: Immich Frame
train: community
version: 1.0.1
6 changes: 6 additions & 0 deletions ix-dev/community/immich-frame/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
categories:
- media
icon_url: https://media.sys.truenas.net/apps/immich-frame/icons/icon.svg
screenshots: []
tags:
- media
11 changes: 11 additions & 0 deletions ix-dev/community/immich-frame/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
images:
image:
repository: ghcr.io/immichframe/immichframe
tag: v1.0.33.0
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2

consts:
frame_container_name: frame
perms_container_name: permissions
Loading