mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update morphos to v0.6.0 (#1509)
This commit is contained in:
parent
4e4c3e63a5
commit
a8b80176f7
@ -7,6 +7,6 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/danvergara/morphos-server:0.3.0@sha256:b09a886b6ae1c2c3ab3911d0b3513b1a8c9953e80edeb942d33814700ebadfc7
|
image: ghcr.io/danvergara/morphos-server:0.6.0@sha256:3d6f64ef386cbb6a7c5d55526e1a69da2d3661a1996d757897e92bf4369088f5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: morphos
|
id: morphos
|
||||||
category: files
|
category: files
|
||||||
name: Morphos server
|
name: Morphos server
|
||||||
version: "0.3.0"
|
version: "0.6.0"
|
||||||
tagline: Self-hosted file converter
|
tagline: Self-hosted file converter
|
||||||
description: >-
|
description: >-
|
||||||
Today we are forced to rely on third party services to convert files to other formats. This is a serious threat to our privacy, if we use such services to convert files with highly sensitive personal data. It can be used against us, sooner or later.
|
Today we are forced to rely on third party services to convert files to other formats. This is a serious threat to our privacy, if we use such services to convert files with highly sensitive personal data. It can be used against us, sooner or later.
|
||||||
@ -20,7 +20,16 @@ description: >-
|
|||||||
- Convert DOCX to PDF and vice versa
|
- Convert DOCX to PDF and vice versa
|
||||||
|
|
||||||
- Convert XLSX to CSV and vice versa
|
- Convert XLSX to CSV and vice versa
|
||||||
releaseNotes: ""
|
releaseNotes: >-
|
||||||
|
New features:
|
||||||
|
- Add dark mode
|
||||||
|
- Add ffmpeg to handle images
|
||||||
|
- Add support for ebooks
|
||||||
|
- Add an API so other systems can interact with morphos
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Fix zip files preview
|
||||||
|
- Add non-root user to the dockerfile
|
||||||
developer: Dan Vergara
|
developer: Dan Vergara
|
||||||
website: https://github.com/danvergara/morphos
|
website: https://github.com/danvergara/morphos
|
||||||
submitter: danvergara
|
submitter: danvergara
|
||||||
|
Loading…
Reference in New Issue
Block a user