Topic: Configuring Frontaccounting from the command line

I would like to configure FrontAccounting exclusively from the command line, including adding modules and themes. Once configured, all files in FrontAccounting should be read-only.

I'm currently using FrontAccounting 2.3.24.

The immediate question is: how can I download extensions and themes without going through the FrontAccounting interface?

The background is that I am trying to create a Docker container with FrontAccounting already preconfigured. In Docker, you prepare the files in advance, put them all into its place, and the files are basically immutable from there (there are ways around that, but they defeat the purpose of using Docker in the first place).

Re: Configuring Frontaccounting from the command line

The extensions are in my unofficial github repo.

The company folder will have to be writeable anyway.