Compare commits

...

2 Commits

Author SHA1 Message Date
Christiaan Westerbeek
d4a5bd3d51 Rename to my 2026-01-11 10:53:55 +01:00
Christiaan Westerbeek
6456d8546c Fix id 2026-01-11 10:53:19 +01:00
10 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
version: '3.7' version: "3.7"
services: services:
app_proxy: app_proxy:
environment: environment:
APP_HOST: denny-filebrowser-quantum_web_1 APP_HOST: my-filebrowser-quantum_web_1
APP_PORT: 80 APP_PORT: 80
web: web:
@@ -12,4 +12,4 @@ services:
volumes: volumes:
- ${UMBREL_ROOT}/data/storage:/storage - ${UMBREL_ROOT}/data/storage:/storage
- ${APP_DATA_DIR}/data/database:/home/filebrowser/database - ${APP_DATA_DIR}/data/database:/home/filebrowser/database
- ${APP_DATA_DIR}/data/config/config.yaml:/home/filebrowser/config.yaml - ${APP_DATA_DIR}/data/config/config.yaml:/home/filebrowser/config.yaml

View File

@@ -1,5 +1,5 @@
manifestVersion: 1 manifestVersion: 1
id: denny-filebrowser-quantum id: my-filebrowser-quantum
name: FileBrowser Quantum name: FileBrowser Quantum
tagline: A better filebrowser than Filebrowser tagline: A better filebrowser than Filebrowser
icon: https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/logo.png icon: https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-filebrowser-quantum/logo.png

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -4,7 +4,7 @@ version: "3.7"
services: services:
app_proxy: app_proxy:
environment: environment:
APP_HOST: big-bear-umbrel-onlyoffice_app_1 APP_HOST: my-onlyoffice_app_1
APP_PORT: "80" APP_PORT: "80"
app: app:
image: onlyoffice/documentserver:9.1.0 image: onlyoffice/documentserver:9.1.0

View File

@@ -1,11 +1,11 @@
manifestVersion: 1 manifestVersion: 1
id: big-bear-umbrel-onlyoffice id: my-onlyoffice
category: BigBearCasaOS category: MyApps
name: OnlyOffice name: OnlyOffice
version: "9.1.0" version: "9.1.0"
tagline: OnlyOffice tagline: OnlyOffice
description: >- description: >-
Feature-rich web-based office suite with a vast range of collaborative capabilities Feature-rich web-based office suite with a vast range of collaborative capabilities
releaseNotes: >- releaseNotes: >-
This version includes various improvements and bug fixes. This version includes various improvements and bug fixes.
developer: onlyoffice developer: onlyoffice

View File

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