Is it possible to use TYPO3 as asset management for other TYPO3 installations (FAL)?

87 Views Asked by At

Is it possible to use a a file_storage of a remote TYPO3 installation in a local installation?

I would like to override some configs in a local environment to use the productions file storage via https. That way snychronizing my local installation would become much faster and i would not need to rsync fileadmin for all projects (which would save some of my valuable ssd disk space)

Additionally i could simply use TYPO3 as asset manegement for different TYPO3 instances.

Has anybody every accomplished something like that?

It would be even better, if the solution is able to host the processed files too, i think using TYPO3 itself as asset management would be a perfect solution to centralize assets in a TYPO3 based website/system.

1

There are 1 best solutions below

0
On

You could try to use https://github.com/dkd/typo3-ext-cmis-service on the TYPO3 instance that shall expose its FAL, and use https://github.com/dkd/typo3-ext-cmis-fal to mount that exposed repository in the other TYPO3 instance.

I've not tested that :)