Giter Club home page Giter Club logo

email-to-paperless's People

Contributors

dependabot[bot] avatar skyleiger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

email-to-paperless's Issues

The Compose file './docker-compose.yml' is invalid

Hi @Skyleiger

I’m getting the following error, any ideas ?

The Compose file './docker-compose.yml' is invalid because: services.email-to-paperless.environment contains {"DB_URL": "jdbc:mariadb://database:3306/email-to-paperless"}, which is an invalid type, it should be a string services.database.environment contains {"MYSQL_DATABASE": "email-to-paperless"}, which is an invalid type, it should be a string

Here is my compose file.

version: "3.9"
services:
  email-to-paperless:
    image: ghcr.io/skyleiger/email-to-paperless:latest
    restart: always
    volumes:
      - /share/Container/email-to-paperless_logs:/email-to-paperless/logs
    networks:
      - database_network
    environment:
      - DB_URL: jdbc:mariadb://database:3306/email-to-paperless
      - DB_NAME: email-to-paperless
      - DB_USER: email-to-paperless
      - DB_PASSWORD: Tester3456
      - IMAP_URL: imap-mail.outlook.com
      - IMAP_USERNAME: [email protected]
      - IMAP_PASSWORD: outlookpassword!
      - PAPERLESS_URL: 192.168.1.234:8777
      - PAPERLESS_TOKEN: cd5d3b9d0f870c3b565tdd450c2cab57d802f37593d
      - IMAP_INCLUDED_FOLDERS: " Travel Tips"
      - PAPERLESS_TAGS: 
      - EMAIL_UPDATE_INTERVAL: 240
      - EMAIL_STORING_STRATEGY: FOLDER
      - EMAIL_STORING_FOLDER: /usr/share/paperless/consume
    #env_file:
    #  - .env
  database:
    image: mariadb:latest
    restart: always
    volumes:
      - email-to-paperless_db:/var/lib/mysql
    networks:
      - database_network
    environment:
      - MYSQL_DATABASE: email-to-paperless
      - MYSQL_USER: email-to-paperless
      - MYSQL_ROOT_PASSWORD: tester2
      - MYSQL_PASSWORD: tester2
volumes:
  email-to-paperless_logs:
  email-to-paperless_db:
networks:
	database_network:

Set up guide, and supported IMAP providers

Hi,

Many thanks for posting this…

I’ve just started to invest time in setting up Paperless-ngx (via Docker) and this looks to be a key piece of that set up, however I’m not entirely sure I understand the setup or the IMAP providers that it can support, and if I have more than one how is that best facilitated.

Starting with the set up, my Paperless instance, uses postgresql, does that matter in this i situation, as you’re using mariadb and I’m not familiar with that at all? Also, is a dB needed ? I Only ask as I already have a ``consume` folder set up on a mapped drive to ingest content, therefore I was wondering if there a facility to write / map pdf/attachment output from your Docker directly to that same consume folder ?

As for the IMAP providers, Ive seen some reports of the likes of MS (Outlook) and Google (GMail) moving away from IMAP, have you tested it with many of those players, of is this more for a locally hosted set up ?

Sorry for all the questions..

[FEATURE REQUEST] - IMAP Folder option

HI @Skyleiger

Hope all is well,

I wanted to ask if it was possible to have an option to just target the folder(s) you want to scan, rather than have to list out everything you don’t ? I have so many folders I need to exclude :-))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.