mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00: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
|
||||
|
||||
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
|
||||
stop_grace_period: 1m
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: morphos
|
||||
category: files
|
||||
name: Morphos server
|
||||
version: "0.3.0"
|
||||
version: "0.6.0"
|
||||
tagline: Self-hosted file converter
|
||||
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.
|
||||
|
@ -20,7 +20,16 @@ description: >-
|
|||
- Convert DOCX to PDF 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
|
||||
website: https://github.com/danvergara/morphos
|
||||
submitter: danvergara
|
||||
|
|
Loading…
Reference in New Issue
Block a user