updates to Graby version that includes my import-fixing patch,
changes the way mailer is configured,
changes something so that the console no longer runs correctly in wallabag-install-start:
Setting up wallabag files in /var/www/ogion.cz/bag ...
In FileLoader.php line 180:
The file "../../src/Wallabag/AnnotationBundle" does not exist (in: "/var/www/ogion.cz/bag/app/config") in /var/www/ogion.cz/bag/app/config/services.yml (which is being imported from "/var/www/ogion.cz/bag/app/config/config.yml").
In FileLocator.php line 71:
The file "../../src/Wallabag/AnnotationBundle" does not exist (in: "/var/www/ogion.cz/bag/app/config").
Instead of trying to continue making it work in a mutable directory, let’s switch to a proper immutable source with concern-specific mutable directories managed by systemd. I included a patch allowing to use systemd environment variables for finding those directories.
This was missed in 9661c7d817753a1957b41b81bb29f6ec4e45d9c6.
The 2.6.4 Wallabag bump:
changes something so that the console no longer runs correctly in
wallabag-install-start
:Instead of trying to continue making it work in a mutable directory, let’s switch to a proper immutable source with concern-specific mutable directories managed by systemd. I included a patch allowing to use systemd environment variables for finding those directories.
This was missed in 9661c7d817753a1957b41b81bb29f6ec4e45d9c6.
I also learned about Symfony’s environment variable processors, which allowed me to drop the extremely hacky interpolation of the secret at activation time. https://symfony.com/doc/current/configuration/env_var_processors.html