From 48330437ccdcc8e7a44ed5253ce6504d5b789c74 Mon Sep 17 00:00:00 2001 From: Xosten <11696836+Xosten@users.noreply.github.com> Date: Fri, 11 Nov 2022 12:18:29 +0100 Subject: [PATCH] App Submission: Rotki (#255) Co-authored-by: Xosten <11696836+alphat5@users.noreply.github.com> Co-authored-by: Steven Briscoe --- rotki/data/data/.gitkeep | 0 rotki/data/logs/.gitkeep | 0 rotki/docker-compose.yml | 16 ++++++++++++++++ rotki/umbrel-app.yml | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 rotki/data/data/.gitkeep create mode 100644 rotki/data/logs/.gitkeep create mode 100644 rotki/docker-compose.yml create mode 100644 rotki/umbrel-app.yml diff --git a/rotki/data/data/.gitkeep b/rotki/data/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/rotki/data/logs/.gitkeep b/rotki/data/logs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/rotki/docker-compose.yml b/rotki/docker-compose.yml new file mode 100644 index 0000000..d897081 --- /dev/null +++ b/rotki/docker-compose.yml @@ -0,0 +1,16 @@ +version: '3.7' + +services: + app_proxy: + environment: + APP_HOST: rotki_web_1 + APP_PORT: 80 + + web: + image: rotki/rotki:v1.26.1@sha256:14ac75dc4acdedd762bc13e6d62c9a46d3ef9f9e395fb24fc4086b5cb2eca733 + restart: on-failure + stop_grace_period: 1m + init: true + volumes: + - ${APP_DATA_DIR}/data/data:/data + - ${APP_DATA_DIR}/data/logs:/logs diff --git a/rotki/umbrel-app.yml b/rotki/umbrel-app.yml new file mode 100644 index 0000000..07d16c2 --- /dev/null +++ b/rotki/umbrel-app.yml @@ -0,0 +1,37 @@ +manifestVersion: 1 +id: rotki +category: Finance +name: rotki +version: "1.26.1" +tagline: Portfolio tracking, analytics, accounting and tax reporting +description: >- + rotki is an open source portfolio tracking, analytics, accounting and tax reporting tool that protects your privacy. + + + The mission of rotki is to bring transparency into the crypto and financial sectors through the use of open source. + + + Most importantly unlike virtually every other competing service which consists of closed source SaaS onto which you are forced to hand over all your financial data, with rotki your data is stored encrypted locally in your computer. + + + It enables you to take ownership of your financial data! + + + ⚠️ IMPORTANT ⚠️ Rotki is meant to be accessed locally. Hosting it on a publicly accessible machine should be avoided at all cost, unless you know what you're doing! +developer: Rotki +website: https://rotki.com +dependencies: [] +repo: https://github.com/rotki/rotki +support: https://github.com/rotki/rotki/issues +port: 8084 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg + - 4.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +torOnly: false +submitter: Xosten +submission: https://github.com/getumbrel/umbrel-apps/pull/255