Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NU
Posts
31
Comments
429
Joined
2 yr. ago

  • Here's my podman-compose.yml file (you can use this as you docker-compose file as well):

     
        
    version: "3"
    
    services:
      languagetool:
        image: erikvl87/languagetool:latest
        container_name: languagetool
        ports:
            - 8010:8010  # Using default port from the image
        environment:
            - langtool_languageModel=/ngrams  # OPTIONAL: Using ngrams data
            - Java_Xms=512m  # OPTIONAL: Setting a minimal Java heap size of 512 mib
            - Java_Xmx=1g  # OPTIONAL: Setting a maximum Java heap size of 1 Gib
        volumes:
            - path/to/ngrams:/ngrams
        restart: always
    
      

    Just download the ngrams from this link and change the path in the file. You can use this with a Firefox or Thunderbird addon. Go to the advanced settings in the addon preferences and add http(s)://YOUR_IP_OR_DOMAIN/v2 in the other server option.

    References:

  • They will ask you for a phone number and VoIP numbers won't work. Instagram even asks you se send them a picture of you while holding a code written on a paper in your hand. Pretty sure FB will confirm your identity before you can start using their services.

    Just stay away from Meta, if you can.

  • I have only seen people saying this, but have never come across such a website that does not work properly on Firefox.

    I have only seen the issue that Jitsi does not support e2ee on Firefox.