Giter Site home page Giter Site logo

Comments (4)

Der-Henning avatar Der-Henning commented on June 12, 2024 1

The Bug should be fixed in Release 1.19.0.

from tgtg.

Der-Henning avatar Der-Henning commented on June 12, 2024

Hi @web2brain.
I just tried but couldn't reproduce your issue. Can you please provide some more information?
Which version on which OS are you using? Are you running the executable, docker, or something else?
Could you also please provide your configuration? With masked tokens and personal information of course.

from tgtg.

web2brain avatar web2brain commented on June 12, 2024

Hi @Der-Henning,
sorry, I should have been more specific.

I use the alpine docker container on a raspberry pi with the following docker-compose.yml:


 services:
   scanner:
     image: derhenning/tgtg:latest-alpine         ## pre build image from docker hub
     container_name: tgtg
     #image: tgtg-scanner:latest-alpine           ## locally build image
     environment:
     # Configuration via environment variables.
     # For more options and details visit https://github.com/Der-Henning/tgtg/wiki/Configuration

     - [email protected]
     - SLEEP_TIME=60
     - TZ=Europe/Berlin
     - LOCALE=de_DE

     - NTFY=true
     - NTFY_SERVER=https://url.com
     - NTFY_TOPIC=xyz
     - NTFY_USERNAME=abc
     - NTFY_PASSWORD=def

     volumes:
     - tokens:/tokens             ## volume to save TGTG credentials to reuse on next start up and avoid login mail

 volumes:
   tokens:

from tgtg.

web2brain avatar web2brain commented on June 12, 2024

Thanks @Der-Henning

from tgtg.

Related Issues (20)

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.