0b2c76a813
container: finance: add dependency checks for modules
...
Since modules are included upon build type, if a build doesn't support
a feature then that feature's dependencies will not be available.
This commit will give notice of those missing dependencies.
2024-09-17 20:06:34 -07:00
7c46719ab1
container: finance: lib_fetch: fix Tor plugin (proxychains) check
...
This ensures that curl will only be executed if the Tor plugin
(proxychains) argument is enabled.
2024-09-16 21:10:49 -07:00
29d2921dd8
container: lib_fetch: fix price parsing
...
- Fix check if price API is not set
- Fix check for invalid asset sequence
- Improve log messages
2024-08-21 20:21:28 -07:00
a3b889052b
container: lib_fetch: refactor to use yq
...
Replaces `shyaml` dependency with `yq`.
2024-08-17 23:19:57 -07:00
77a8b21893
container: lib_fetch: implement Tor support
...
- Adds 'tor' option
- Uses `proxychains-ng`
- Expects docker-finance's Tor plugin
2024-08-15 21:31:54 -07:00
5609704b25
bash: lib_fetch: create prices dir if nonexistent
2024-07-30 19:02:26 -07:00
a9d4afd1df
bash: lib_fetch: prices: CLI: allow multiple APIs
...
- Fetch from all available price APIs within a single command
* allows passing multiple CLI APIs to `api` argument
* will now fetch from all available APIs if `api` is not given
* will warn if API config block is missing or die of no APIs are found
- Related refactoring
2024-06-18 18:59:42 -07:00
c8fde5ad64
bash: lib_fetch: refactor 'symbol' as 'asset' or 'ticker'
...
Clarity through specificity.
2024-06-17 23:15:23 -07:00
e9e8b84bd8
bash: lib_fetch: add CLI (prices) aggregator-API support
2024-06-17 21:34:36 -07:00
b621e87df2
docker-finance | modern accounting for the power-user
...
Dedicated to Michael Morgan: a beautiful, beautiful soul.
---
Internal signing keys:
Aaron Fiore (sole author)
- 518A22F85BEFD32BCC99C48603F90C4F35E0213E
- 31ECA5C347A0CC0815EDE730A3EACCFCDA7E685E
- C8187C585CB07A4DA81CC0F37318B50EBE9C0DA8
Internal repositories (rebased from):
Staging:
$ git log -n1 --pretty=format:"%H"
c8e0cd66f6c89fa7b3c62f72fb524a4cc454b7b6
$ git rev-list --max-parents=0 HEAD
ac3863b8c234755855f1aea3a07a853122decdf2
Private:
$ git log -n1 --pretty=format:"%H"
69bb3591eaa2990a9637832bb484690e00c4f926
$ git rev-list --max-parents=0 HEAD
a5c1cc9fb593c4cf09bc0adfef6cb6d2964511ae
2024-03-08 23:42:21 -08:00