wallabag / docker

Official docker-composer for wallabag.
572 stars 150 forks source link

Empty images volume mount and download local images setting #408

Closed adrinux closed 3 months ago

adrinux commented 3 months ago

Migrating my Wallabag instance to a new server I noticed the images mount:

    volumes:
      - /opt/wallabag/images:/var/www/wallabag/web/assets/images

was empty.

Reading around I see there is an option in the Wallabag conf download images locally which is off by default.

I can't find any setting to enable this in the Wallabag UI.

I can exec into my running container and change the setting in wallabag.conf but that doesn't feel right.

Am I missing something? Or does the image volume mount make little sense without an ability to also enable local image downloading using an env var in the docker compose?

j0k3r commented 3 months ago

It's not in config file, it's in the UI internal settings: https://doc.wallabag.org/en/admin/internal_settings.html#download-images-locally

adrinux commented 3 months ago

I think the problem is I'm not an admin user and the internal settings UI is only visible to an admin. I created the one and only account for myself via the API and didn't use the --super-admin flag.

Clearly not a problem with the wallabag/docker though. Apologies for the noise.