~/.config/weboob/backends
This INI file contains configuration on what modules are enabled, and their configuration/credentials if needed. For example:
[lutim]
_module = lutim
[my_ing]
_module = ing
login = 123456
password = `pass show weboob/my_ing`
birthday = 01-01-1970
[partner_ing]
_module = ing
login = 789789
password =
birthday = 01-01-1970
A module may be present multiple times in this file, with different configuration. Each instance of a module (each INI section) is called a backend (hence the backends
file name).
~/.config/weboob/sources.list
This file contains a list of places where weboob will look for modules and module updates, one URL per line.
For and end-user, it typically only contains:
https://updates.weboob.org/%(version)s/main/
For a weboob developer working on modules on their local machine, it may contain something like:
file:///home/user/dev/weboob/modules