Created
July 14, 2016 09:04
-
-
Save wosc/3de3715248fc22b7e42da865ab815802 to your computer and use it in GitHub Desktop.
Enable basic auth for wallbag export by adding these configuration statements (files are in app/config/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backup: | |
path: "/backup/{category}.{format}" | |
defaults: | |
_controller: WallabagCoreBundle:Export:downloadEntries | |
requirements: | |
category: all|unread|starred|archive | |
format: epub|mobi|pdf|json|xml|txt|csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firewalls: | |
backup: | |
pattern: ^/backup/.* | |
stateless: true | |
http_basic: | |
realm: "Wallabag" | |
provider: fos_userbundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment