Browse Source

Update morphos to v0.6.0 (#1509)

main
Daniel Omar Vergara Pérez 3 months ago
committed by GitHub
parent
commit
a8b80176f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      morphos/docker-compose.yml
  2. 13
      morphos/umbrel-app.yml

2
morphos/docker-compose.yml

@ -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

13
morphos/umbrel-app.yml

@ -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…
Cancel
Save