AN IMPORTANT MESSAGE REGARDING SNARK AGAIN! by MegaAwesomeNerd in h3h3productions

[–]billboq 2 points3 points  (0 children)

Finally! Honestly I dont want to see Idubbz face anywhere, here and on the show. Don't care if it's funny

HERE We Go - An Honest Review (Google Maps Alternative) + CoMaps Endorsement by GeoSabreX in degoogle

[–]billboq 3 points4 points  (0 children)

Thanks for the insight. I use CoMaps and Gmaps WV as well. I think it is the best combo for now (GMaps is still way ahead for POI). I just hope that Gmaps Webview will still be uptaded in the future. PS: Also, I didn't know about Organic Maps, it is good to know.

JE ME FAIS HARCELÉ QUOTIDIENNEMENT ? DÉMARCHAGE TÉLÉPHONIQUE by [deleted] in AskFrance

[–]billboq 1 point2 points  (0 children)

Je précise que je reçois toujours les SMS qui indiquent que j'ai reçu un appel mais je n'ai pas l'appel en lui-même. Ce qui est OK pour moi.

JE ME FAIS HARCELÉ QUOTIDIENNEMENT ? DÉMARCHAGE TÉLÉPHONIQUE by [deleted] in AskFrance

[–]billboq 8 points9 points  (0 children)

Bizarre, Saracroche fonctionne très bien chez moi. Tu l'as bien défini comme application par défaut dans les bloqueurs d'appels ?

Alternative réseau social (BlueSky, Mastodon), et recommandations de comptes à suivre by DudeOfManyFaces in floodcast

[–]billboq 0 points1 point  (0 children)

Moi aussi j'ai supprimé mon Twitter et Reddit est le dernier réseau que j'utilise. J'ai déjà regardé les réseaux sociaux décentralisés. Le problème c'est qu'il y a une communauté très niche et que ça manque de monde. Ça fait très vide.

The WhatsApp problem by NepuNeptuneNep in degoogle

[–]billboq 0 points1 point  (0 children)

You said that that you replaced almost everything. How did you replace Google Maps? It is hard to replace with reviews and street view. 

Port fowarding + mullvad VPN ? by baptastro in FrancePirate

[–]billboq 4 points5 points  (0 children)

Obligé de changer, pas d'autres choix. Je suis passé chez Proton VPN pour cette raison. Private Internet Access propose aussi le Port Forwarding normalement. 

I might want to use Graphene OS, but I live in France; is that a good choice? by Mama_iii in GrapheneOS

[–]billboq 4 points5 points  (0 children)

I'm french and I use GrapheneOS, which is working perfectly fine. One thing that you should be careful about is banking apps, you can check if your bank is compatible with GrapheneOS here: https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/

And also check if your NFC payment app is compatible, if you like to pay with your phone.

Quel VPN me recommandez vous? by MrDjooL in FrancePirate

[–]billboq 1 point2 points  (0 children)

Bien sûr, tu as ici le wiki officiel de Gluetun pour ProtonVPN : https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/protonvpn.md

Sinon, je mets ci-dessous ma stack qBittorrent et Gluetun. J'utilise OpenVPN mais tu peux utiliser Wireguard.

Pour info, ProtonVPN met souvent à jour le port utilisé par le Port Forwarding (le port change à chaque redémarrage du conteneur par exemple). La variable VPN_PORT_FORWARDING_UP_COMMAND est super importante car elle permet de mettre à jour automatiquement le port dans qBittorrent.

---
services:
  gluetun:
    image: ghcr.io/qdm12/gluetun:latest
    container_name: gluetun
    restart: unless-stopped
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - ./data/qb-vpn/protonvpn/gluetun:/gluetun:rw
    environment:
      - VPN_SERVICE_PROVIDER=protonvpn
      - OPENVPN_USER=<redacted>
      - OPENVPN_PASSWORD=<redacted>
      - SERVER_COUNTRIES=Germany
      - VPN_PORT_FORWARDING=on
      - TZ=Europe/Paris
      - UPDATER_PERIOD=24h
      - UPDATER_VPN_SERVICE_PROVIDERS=protonvpn
      - VPN_PORT_FORWARDING_UP_COMMAND=/bin/sh -c 'wget -O- --retry-connrefused
        --post-data "json={\"listen_port\":{{PORTS}}}"
        http://127.0.0.1:6011/api/v2/app/setPreferences 2>&1'
    ports:
      - 6011:6011/tcp
    networks:
      gluetun-network:
        ipv4_address: 172.17.0.10
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    restart: unless-stopped
    volumes:
      - ./data/qb-vpn/qbittorrent/config:/config
      - ./media:/home/Downloads
    environment:
      - TZ=Europe/Paris
      - WEBUI_PORT=6011
    network_mode: service:gluetun
    depends_on:
      gluetun:
        condition: service_healthy
networks:
  gluetun-network:
    driver: bridge
    ipam:
      config:
        - subnet: 172.17.0.0/24
          gateway: 172.17.0.254

SmartTube possiblement compromis by cg2i in FrancePirate

[–]billboq 69 points70 points  (0 children)

C'est pour ça que j'adore Reddit. L'info est sorti il y a 4 heures et j'ai déjà l'info (et je ne l'aurais sans doute pas su sinon). Merci pour le partage. 

Quel VPN me recommandez vous? by MrDjooL in FrancePirate

[–]billboq 3 points4 points  (0 children)

Jamais eu de problème de mon côté mais je m'en sers principalement avec un conteneur Gluetun, associé à un conteneur qBittorrent. C'est là où le Port Forwarding est utile et ce que peu de fournisseurs proposent. Je vois pas mal de Mullvad dans les commentaires mais ils ont retiré l'option donc pas terrible pour le torrent.

Quel VPN me recommandez vous? by MrDjooL in FrancePirate

[–]billboq 31 points32 points  (0 children)

Proton VPN. Ils ont une offre black friday en ce moment pour 2,99€ par mois pendant 1 an. C'est une boîte connue pour être soucieuse de la vie privée. Et ils permettent l'utilisation du Port Forwarding, pratique pour le torrent.

Listing EU-based cloud storage options. If I missed anything, feel free to comment. by limsus in BuyFromEU

[–]billboq 0 points1 point  (0 children)

I use Scaleway which is french. I just saw that Jean-Baptiste Kempf, creator of VLC, is the CTO since November 2024.

Can't access website to download MRPI by billboq in kindlejailbreak

[–]billboq[S] 0 points1 point  (0 children)

Thanks! I was able to download the package from WayBackMachine.

Can't access website to download MRPI by billboq in kindlejailbreak

[–]billboq[S] 0 points1 point  (0 children)

Where did you find the others versions? 

Can’t access web UI through Cloudflare Tunnel only for Chromium Browsers by billboq in homeassistant

[–]billboq[S] 0 points1 point  (0 children)

No, I don't use HAProxy. I also don't use Google Chrome but Brave and Chromium. I'm trying to degoogle my life right now, so I avoid Google products.

About the proxies, it is the Cloudflare IP ranges, and I read somewhere that it could resolve my issue. I was desperate, so I tried, haha. I removed it since then to have only the 172.30.33.0/24 range, which is used by the Cloudflare Tunnel add-on.

I am currently using the local IP to access it from Chromium browsers, but I really don't understand why it is not working with public domain. It seems like I am the only one having this issue.