This command will extract the compiled-in file video.yml even if that is already overlayed via fylr.yml. Because the command does not even specify the configuration file (would be done with -c /fylr/config/fylr.yml), it will not be read and thus a resources: setting there will not be seen.
Prepare replacement
Find timeoutSec: 3600 in the extracted file video.yml and and change it to 7200.
In the SOURCE column, overlay is now shown, instead of embed.
Please not that in this case, the configuration file has to be specified with -c /fylr/config/fylr.yml, because this is the path in the fylr container. Otherwise fylr will start with defaults and thus ignore your resources: setting in fylr.yml. And -c has to be specified after the resources command.
To extract the overlayed file:
(... with this example command, the file contents is shown as output, due to --copy=-, and not saved anywhere)
Example 2: web filesystem
Let us assume that the file robots.txt needs to be changed:
To list all resources, let fylr give you a list of each overlay-able filesystem. Currently (fylr v6.9.3), there are two such filesystems. For a recommended Linux installation, the commands to list both, would be: