diff --git a/README.Docker.md b/README.Docker.md index 740c013..0383e95 100644 --- a/README.Docker.md +++ b/README.Docker.md @@ -8,20 +8,18 @@ Docker-comple.yaml example: version: '3' services: actual_server: - container_name: tinkactual - image: docker.io/rodriguestiago0/tinkactual + container_name: myedenredactual + image: docker.io/rodriguestiago0/myedenredactual ports: - '5006:5006' environment: - PUID=1003 - PGID=100 - TZ=Europe/Lisbon - - TINK_CLIENT_ID= - - TINK_CLIENT_SECRET= - - TINK_USER_ID= - - TINK_ACTOR_ID= - - TINK_ACCOUNT_MAP= #comma separated vlue (Both TINK_ACCOUNT_MAP and ACTUAL_ACCOUNT_MAP need to have the same size) - - ACTUAL_ACCOUNT_MAP= #comma separated vlue + - EDENRED_USERNAME= + - EDENRED_PASSWORD= + - EDENRED_ACCOUNT_MAP=comma separated vlue (Both EDENRED_ACCOUNT_MAP and ACTUAL_ACCOUNT_MAP need to have the same size) + - ACTUAL_ACCOUNT_MAP=#comma separated vlue - ACTUAL_SERVER_URL= - ACTUAL_SERVER_PASSWORD= - ACTUAL_SYNC_ID= @@ -30,16 +28,14 @@ services: ``` ``` -docker run -d --name tinkactual \ - - e 'TINK_CLIENT_ID=' \ - - e 'TINK_CLIENT_SECRET=' \ - - e 'TINK_USER_ID=' \ - - e 'TINK_ACTOR_ID=' \ - - e 'TINK_ACCOUNT_MAP=' \ +docker run -d --name myedenredactual \ + - e 'EDENRED_USERNAME=' \ + - e 'EDENRED_PASSWORD=' \ + - e 'EDENRED_ACCOUNT_MAP=' \ - e 'ACTUAL_ACCOUNT_MAP=' \ - e 'ACTUAL_SERVER_URL= ' \ - e 'ACTUAL_SERVER_PASSWORD=' \ - e 'ACTUAL_SYNC_ID=' \ - e CRON_EXPRESSION= # default value is "0 */4 * '* *"' \ - --restart=on-failure rodriguestiago0/tinkactual:latest + --restart=on-failure rodriguestiago0/myedenredactual:latest ``` \ No newline at end of file diff --git a/README.md b/README.md index fc78150..118d0b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tinkactual +# My Edenred - actual ## Setup @@ -24,11 +24,10 @@ You need to manually create the accounts inside Actual, and then map them to the Commands & Options ls List currently syncing accounts import Sync bank accounts to Actual Budget - config Print the location of actualplaid the config file - --version Print the version of actualplaid being used + config Print the location of the config file Options for all commands --user, -u Specify the user to load configs for Examples - $ myedenredactual import --account="My Checking" --since="2020-05-28" + $ myedenredactual import ```