Update morphos to v0.6.0 (#1509)

This commit is contained in:
Daniel Omar Vergara Pérez 2024-09-23 17:57:49 -06:00 committed by GitHub
parent 4e4c3e63a5
commit a8b80176f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View File

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

View File

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