Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| faebd043b9 | |||
| 80235a06f9 | |||
| 648254aaa1 | |||
| 91a4f59ebc | |||
| e74a4b6e87 | |||
| b7adfa98e5 | |||
| 40b3a7b4c9 |
23
CHANGELOG.md
23
CHANGELOG.md
@@ -2,6 +2,29 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [2.0.4](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.3...v2.0.4) (2024-01-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove hardcoded address. ([80235a0](https://git.laurivan.com/Dev/ansible-role-firefly/commit/80235a06f90c90aa15ff0fc968223751a9e24dcc))
|
||||
|
||||
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.2...v2.0.3) (2024-01-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Update images if needed. ([91a4f59](https://git.laurivan.com/Dev/ansible-role-firefly/commit/91a4f59ebc36aa675c093a227075457ed063ee29))
|
||||
|
||||
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.1...v2.0.2) (2024-01-29)
|
||||
|
||||
### [2.0.1](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.0...v2.0.1) (2023-05-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove temp credential. ([40b3a7b](https://git.laurivan.com/Dev/ansible-role-firefly/commit/40b3a7b4c9089bbffbd0c9acf4b54826002169ce))
|
||||
|
||||
## [2.0.0](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v1.1.2...v2.0.0) (2023-05-15)
|
||||
|
||||
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
community.docker.docker_compose:
|
||||
project_src: "{{ firefly_config_path | expanduser | realpath }}"
|
||||
build: false
|
||||
pull: true
|
||||
tags:
|
||||
- firefly_install
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
env_file: "{{ firefly_config_path | expanduser }}/env.firefly.conf"
|
||||
networks:
|
||||
firefly_iii:
|
||||
ipv4_address: 177.0.0.10
|
||||
# ipv4_address: 177.0.0.10
|
||||
ports:
|
||||
- "{{ firefly_http_port_app }}:8080"
|
||||
depends_on:
|
||||
|
||||
@@ -40,7 +40,6 @@ VANITY_URL={{ firefly_app_url }}
|
||||
# This variable can be set from a file if you append it with _FILE
|
||||
#
|
||||
FIREFLY_III_ACCESS_TOKEN=
|
||||
#FIREFLY_III_ACCESS_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI5IiwianRpIjoiYmNjM2RhYmE4YmJlNmQwOGExOWZmYzhhOGE2OTk3OTE1MTM4OGE4ZDFiMDk4NDgxNzM3YmQwZWQ2NjRmYWU0MjliYWNiNjA5NmMwMWJkNWIiLCJpYXQiOjE2ODM5Mjk2NjMuOTIwNDg2LCJuYmYiOjE2ODM5Mjk2NjMuOTIwNDg4LCJleHAiOjE3MTU1NTIwNjMuODQ5NTI3LCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.kdzrVScXwFwTTKbxPcQdMt_1M8ZrfWo38in0z-GLTUJXqIS8emIhoCdnuPIDeNd_nOTtH11A9Q0U-aA_jPBIu3If-R3qjtxbPgA08VccXBgB-bq1SLO8LF8ZHE3oXn9zrG7_wis99plgGLQYR6cmB4SPkshTwleTmlbI6r8H7pxkX_C6rn7izv1l57l-WA69ct-KxQySuzsMVEiZGqr85NRYr3W1_74At20BD-G0V7IaiIjGCfUC9elAjbGdts2d5KQOI86YD_OaX0X3g2DQRvP9i4_o3xSrE9taUfVoMCBm3yWMF2xIh32n1xDYl6M9wmbjGRF2iho9-JCMfi8izLVRD8I4Q-K0IBYPgfB2Xuo8ZeeMQ9qhc2numWGm8I5Slf-lW63At9Nm8L89xoy57fQcOoEg-DnwvL6v3i4wuGoiEMJwSXwje0akpcv6cXxRWDjzY9ErYfeHNnDFdgpflLFgJcO9lmJo0T_QUL0vt_uytDG1Tke7ue6cVPxOlhhDTCxMSG6FSLSx-4kopFevNVg3uOL7YhuKf1SJZBhcAQDjilvpwkWFhIyj69Ofn-2dgyUKAO_5m8QQ8EgcYuAhqz1RIuMmpe94XxzZys8WyX85DNDlU5Blq_QPcNyVQwDyGoklDJcjv3pK3ygE9CPvKAX1eLXMRpiVYaCtllabFGY
|
||||
|
||||
#
|
||||
# You can also use a public client ID. This is available in Firefly III 5.4.0-alpha.3 and higher.
|
||||
|
||||
Reference in New Issue
Block a user