Compare commits
2 Commits
2e50553e72
...
d4a5bd3d51
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4a5bd3d51 | ||
|
|
6456d8546c |
@@ -1,9 +1,9 @@
|
||||
version: '3.7'
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: denny-filebrowser-quantum_web_1
|
||||
APP_HOST: my-filebrowser-quantum_web_1
|
||||
APP_PORT: 80
|
||||
|
||||
web:
|
||||
@@ -1,5 +1,5 @@
|
||||
manifestVersion: 1
|
||||
id: denny-filebrowser-quantum
|
||||
id: my-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
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -4,7 +4,7 @@ version: "3.7"
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: big-bear-umbrel-onlyoffice_app_1
|
||||
APP_HOST: my-onlyoffice_app_1
|
||||
APP_PORT: "80"
|
||||
app:
|
||||
image: onlyoffice/documentserver:9.1.0
|
||||
@@ -1,6 +1,6 @@
|
||||
manifestVersion: 1
|
||||
id: big-bear-umbrel-onlyoffice
|
||||
category: BigBearCasaOS
|
||||
id: my-onlyoffice
|
||||
category: MyApps
|
||||
name: OnlyOffice
|
||||
version: "9.1.0"
|
||||
tagline: OnlyOffice
|
||||
@@ -1,2 +1,2 @@
|
||||
id: "gwx" # 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".
|
||||
id: "my" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-").
|
||||
name: "My" # Choose the name of your app store. It will show up in the UI as "<name> App Store".
|
||||
|
||||
Reference in New Issue
Block a user