Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguestiago0 committed Jul 9, 2024
1 parent 070d196 commit f911082
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
26 changes: 11 additions & 15 deletions README.Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -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
```
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tinkactual
# My Edenred - actual

## Setup

Expand All @@ -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
```

0 comments on commit f911082

Please sign in to comment.