From a97c858235df3fee4d8d71399fd0e3280f20d738 Mon Sep 17 00:00:00 2001 From: Tiago Rodrigues Date: Thu, 11 Jul 2024 11:27:58 +0100 Subject: [PATCH] .\.dockerignore --- README.Docker.md | 2 -- README.md | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.Docker.md b/README.Docker.md index 0383e95..6033045 100644 --- a/README.Docker.md +++ b/README.Docker.md @@ -10,8 +10,6 @@ services: actual_server: container_name: myedenredactual image: docker.io/rodriguestiago0/myedenredactual - ports: - - '5006:5006' environment: - PUID=1003 - PGID=100 diff --git a/README.md b/README.md index f2db101..512a5df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # My Edenred - actual +This project will help you import transaction from your My Edenred prepaid card into actual budget app. + +You need to provide your username and password and specified what the cadence you want to import transactions. + +**Note**: Pending transaction are being imported as cleared. If the transaction is deleted after you need to delete manally from the actual budget. + + ## Setup - Clone this repo!