App Submission: Rotki (#255)

Co-authored-by: Xosten <11696836+alphat5@users.noreply.github.com>
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Xosten 2022-11-11 12:18:29 +01:00 committed by GitHub
parent ae6467f2bd
commit 48330437cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 0 deletions

0
rotki/data/data/.gitkeep Normal file
View File

0
rotki/data/logs/.gitkeep Normal file
View File

16
rotki/docker-compose.yml Normal file
View File

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

37
rotki/umbrel-app.yml Normal file
View File

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