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 @@ -59,6 +59,7 @@ words:
- cleanuparr
- cloudbeaver
- cloudflared
- cloudreve
- codegate
- collabora
- concourse
Expand Down
3 changes: 3 additions & 0 deletions ix-dev/community/cloudreve/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Cloudreve

[Cloudreve](https://cloudreve.org/) is a self-hosted file management and sharing system, supporting multiple storage providers.
53 changes: 53 additions & 0 deletions ix-dev/community/cloudreve/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
app_version: 4.15.0
capabilities: []
categories:
- storage
changelog_url: https://github.com/cloudreve/Cloudreve/releases
date_added: '2026-04-07'
description: Self-hosted file management and sharing system, supports multiple storage
providers
home: https://cloudreve.org/
host_mounts: []
icon: https://media.sys.truenas.net/apps/cloudreve/icons/icon.svg
keywords:
- file management
- file sharing
lib_version: 2.3.1
lib_version_hash: 561017357f22eafbedca2a97f747325cb83149fe1b5f765a2fbda71ab77d96ed
maintainers:
- email: dev@truenas.com
name: truenas
url: https://www.truenas.com/
name: cloudreve
run_as_context:
- description: Container [cloudreve] 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]
- description: Container [meilisearch] 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]
- description: Container [postgres] runs as non-root user and group.
gid: 999
group_name: Host group is [docker]
uid: 999
user_name: Host user is [netdata]
- description: Container [redis] 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]
- description: Container [tika] 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/cloudreve/Cloudreve
title: Cloudreve
train: community
version: 1.0.0
7 changes: 7 additions & 0 deletions ix-dev/community/cloudreve/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
categories:
- storage
icon_url: https://media.sys.truenas.net/apps/cloudreve/icons/icon.svg
screenshots: []
tags:
- file management
- file sharing
32 changes: 32 additions & 0 deletions ix-dev/community/cloudreve/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
images:
image:
repository: cloudreve/cloudreve
tag: 4.15.0
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
redis_image:
repository: valkey/valkey
tag: 9.0.3
meilisearch_image:
repository: getmeili/meilisearch
tag: "v1.41.0"
tika_image:
repository: apache/tika
tag: "3.3.0.0-full"
postgres_18_image:
repository: postgres
tag: 18.3-trixie
postgres_upgrade_image:
repository: ixsystems/postgres-upgrade
tag: 1.2.4

consts:
cloudreve_container_name: cloudreve
postgres_container_name: postgres
redis_container_name: redis
perms_container_name: permissions
meilisearch_container_name: meilisearch
tika_container_name: tika
db_user: cloudreve
db_name: cloudreve
Loading