diff --git a/morphos/docker-compose.yml b/morphos/docker-compose.yml new file mode 100644 index 00000000..aecec060 --- /dev/null +++ b/morphos/docker-compose.yml @@ -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 diff --git a/morphos/umbrel-app.yml b/morphos/umbrel-app.yml new file mode 100644 index 00000000..2758a306 --- /dev/null +++ b/morphos/umbrel-app.yml @@ -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: ""