pjonline

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by pjonline

  1. THANK YOU. Yes my backups were in the docker. Just fixed it by putting it in a subdirectory in my appdata share
  2. Hmm. I have used the Crafty container for a bit and I realised that Crafty is using up 14GB of my Docker image! I had to expand my Docker image size to accomodate it. This seems highly unusual for what should be a very lightweight container. I only have one (1.17) server running from it and not many plugins. What is the issue with this and how can I solve it?
  3. I need some help with my Wallabag container. I installed it and everything is working fine, but I need to make some changes to the site configs in Wallabag. I want to add the Paywalls for more sites that I use. This is supported in Wallabag, see https://doc.wallabag.org/en/developer/paywall.html for a guide. These files are to be accessed at vendor/j0k3r/graby-site-config/ I could access the folder through the docker container console at /var/www/wallabag/vendor/j0k3r/graby-site-config I could see all the files inside and I know what I need to add and edit. The problem is that this isn't mapped to anything in the container. I tried mapping this folder to a container and the end result was that the folder I tried to access on my end was empty. I couldn't access it through Krusader too. How could I get to this folder and add in the files I need? Thanks so much for the help