Compare commits

..

3 Commits

Author SHA1 Message Date
Christiaan Westerbeek
2e50553e72 Copy paste filebrowser quantum app van https://github.com/dennysubke/dennys-umbrel-app-store 2026-01-11 10:35:43 +01:00
Christiaan Westerbeek
29c91325b5 Copy-paste onlyoffice app van https://github.com/bigbeartechworld/big-bear-umbrel 2026-01-11 10:35:21 +01:00
Christiaan Westerbeek
78f2017d7f Rename app store id 2026-01-11 10:34:35 +01:00
12 changed files with 110 additions and 46 deletions

View File

@@ -0,0 +1,11 @@
server:
port: 80
sources:
- path: "/storage"
name: "storage"
config:
defaultEnabled: true
createUserDir: false
auth:
methods:
noauth: true

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,15 @@
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: denny-filebrowser-quantum_web_1
APP_PORT: 80
web:
image: ghcr.io/gtsteffaniak/filebrowser:0.7.8-beta@sha256:1a095d6861ad3c138fd77f67505bd8ab02b42e14fe9ff31a5b52aeaca3d215d5
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage:/storage
- ${APP_DATA_DIR}/data/database:/home/filebrowser/database
- ${APP_DATA_DIR}/data/config/config.yaml:/home/filebrowser/config.yaml

View File

@@ -0,0 +1,38 @@
manifestVersion: 1
id: denny-filebrowser-quantum
name: FileBrowser Quantum
tagline: A better filebrowser than Filebrowser
icon: https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/logo.png
category: files & productivity
version: "0.7.8"
port: 8633
description: >-
📂 Filebrowser Quantum is a modern and advanced version of the well known File Browser application written in Go. It offers a fast, clean and user friendly web interface that allows users to manage files and directories directly in their browser. With Filebrowser Quantum, users can upload, download, move, rename, delete and edit files without needing any additional software. Each user can have a personal home directory with custom permissions that control access to files and folders.
What sets Filebrowser Quantum apart is its powerful index based search engine. Unlike traditional file managers that scan directories on demand, this version creates and maintains a search index in the background. This means that search results appear instantly as the user types, even when working with large and complex file structures. This makes managing and finding files much faster and more efficient.
The application also introduces modern authentication features including support for bearer tokens. This allows integration with external authentication services and makes it possible to access the application programmatically using its well designed REST API. The API gives developers and administrators full control over files and directories through automated tools or scripts.
Filebrowser Quantum focuses on performance, security and ease of use. It updates and simplifies the underlying codebase by using current dependencies and removing outdated components. This ensures that the application remains reliable, maintainable and ready for future development. It is an ideal solution for users who want a powerful self hosted file manager with fast search capabilities and flexible access controls.
developer: Graham Steffaniak
website: https://github.com/gtsteffaniak/filebrowser
submitter: dennysubke
submission: https://github.com/getumbrel/umbrel-apps/pull/
repo: https://github.com/gtsteffaniak/filebrowser
support: https://github.com/gtsteffaniak/filebrowser/issues
gallery:
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/1.jpg
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/2.jpg
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/3.jpg
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/4.jpg
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/5.jpg
- https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/6.jpg
releaseNotes: >-
This version 0.7.8-beta of Filebrowser Quantum fixes OIDC login issues and adds more control over OIDC user creation, requiring explicit enabling for automatic user creation and supporting admin group mapping. It also resolves bugs related to file saving in the editor, Ctrl-select on macOS and Windows, and respects non-default base URLs during OIDC login.
dependencies:
path: ""
defaultUsername: ""
defaultPassword: ""

BIN
gwx-onlyoffice/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
gwx-onlyoffice/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
gwx-onlyoffice/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,17 @@
# Configuration for big-bear-onlyoffice setup
version: "3.7"
# Service definitions for the big-bear-onlyoffice application
services:
app_proxy:
environment:
APP_HOST: big-bear-umbrel-onlyoffice_app_1
APP_PORT: "80"
app:
image: onlyoffice/documentserver:9.1.0
volumes:
- ${APP_DATA_DIR}/onlyoffice/logs:/var/log/onlyoffice
- ${APP_DATA_DIR}/onlyoffice/data:/var/www/onlyoffice/Data
- ${APP_DATA_DIR}/onlyoffice/lib:/var/lib/onlyoffice
- ${APP_DATA_DIR}/onlyoffice/rabbitmq:/var/lib/rabbitmq
- ${APP_DATA_DIR}/onlyoffice/redis:/var/lib/redis
- ${APP_DATA_DIR}/onlyoffice/db:/var/lib/postgresql

View File

@@ -0,0 +1,26 @@
manifestVersion: 1
id: big-bear-umbrel-onlyoffice
category: BigBearCasaOS
name: OnlyOffice
version: "9.1.0"
tagline: OnlyOffice
description: >-
Feature-rich web-based office suite with a vast range of collaborative capabilities
releaseNotes: >-
This version includes various improvements and bug fixes.
developer: onlyoffice
website: https://hub.docker.com/r/onlyoffice/documentserver
dependencies: []
repo: https://github.com/bigbeartechworld/big-bear-universal-apps
support: https://github.com/bigbeartechworld/big-bear-universal-apps/issues
port: 10122
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/onlyoffice.png
submitter: BigBearTechWorld
submission: https://github.com/bigbeartechworld/big-bear-universal-apps

View File

@@ -1,14 +0,0 @@
version: "3.7"
services:
app_proxy:
environment:
# The format here is: <app-id>_<docker-service-name>_1
APP_HOST: sparkles-hello-world_server_1
APP_PORT: 3000
server:
image: getumbrel/community-app-store-hello-world:latest
user: "1000:1000"
init: true

View File

@@ -1,30 +0,0 @@
manifestVersion: 1
id: sparkles-hello-world
name: Hello World
tagline: Replace this tagline with your app's tagline
icon: https://svgur.com/i/mvA.svg
category: Development
version: "1.0.0"
port: 4000
description: >-
Add your app's description here.
You can also add newlines!
developer: Umbrel
website: https://umbrel.com
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-hello-world-app
repo: https://github.com/getumbrel/umbrel-hello-world-app
support: https://github.com/getumbrel/umbrel-hello-world-app/issues
gallery:
- https://i.imgur.com/yyVG0Jb.jpeg
- https://i.imgur.com/yyVG0Jb.jpeg
- https://i.imgur.com/yyVG0Jb.jpeg
releaseNotes: >-
Add what's new in the latest version of your app here.
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""

View File

@@ -1,2 +1,2 @@
id: "sparkles" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-"). id: "gwx" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-").
name: "Sparkles" # Choose the name of your app store. It will show up in the UI as "<name> App Store". name: "GWX" # Choose the name of your app store. It will show up in the UI as "<name> App Store".