Daniel Omar Vergara Pérez
8 months ago
committed by
GitHub
2 changed files with 50 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
version: "3.7" |
||||
|
|
||||
|
services: |
||||
|
app_proxy: |
||||
|
environment: |
||||
|
APP_HOST: morphos_web_1 |
||||
|
APP_PORT: 8080 |
||||
|
|
||||
|
web: |
||||
|
image: ghcr.io/danvergara/morphos-server:0.3.0@sha256:b09a886b6ae1c2c3ab3911d0b3513b1a8c9953e80edeb942d33814700ebadfc7 |
||||
|
restart: on-failure |
||||
|
stop_grace_period: 1m |
@ -0,0 +1,38 @@ |
|||||
|
manifestVersion: 1 |
||||
|
id: morphos |
||||
|
category: files |
||||
|
name: Morphos server |
||||
|
version: "0.3.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. |
||||
|
|
||||
|
|
||||
|
Morphos server aims to solve the problem mentioned above, by providing a self-hosted server to convert files privately. The project provides an user-friendly web UI. |
||||
|
|
||||
|
|
||||
|
Features: |
||||
|
|
||||
|
- Convert images to other image formats |
||||
|
|
||||
|
- Convert PDF to images and vice versa |
||||
|
|
||||
|
- Convert DOCX to PDF and vice versa |
||||
|
|
||||
|
- Convert XLSX to CSV and vice versa |
||||
|
releaseNotes: "" |
||||
|
developer: Dan Vergara |
||||
|
website: https://github.com/danvergara/morphos |
||||
|
submitter: danvergara |
||||
|
submission: https://github.com/getumbrel/umbrel-apps/pull/1020 |
||||
|
dependencies: [] |
||||
|
repo: https://github.com/danvergara/morphos |
||||
|
support: https://github.com/danvergara/morphos/issues |
||||
|
port: 3778 |
||||
|
gallery: |
||||
|
- 1.jpg |
||||
|
- 2.jpg |
||||
|
- 3.jpg |
||||
|
path: "" |
||||
|
defaultUsername: "" |
||||
|
defaultPassword: "" |
Loading…
Reference in new issue