What’s an NPA?
- 1 Post
- 75 Comments
Fenzik@lemmy.mltohomelab@lemmy.ml•How to allow containerized Heimdall see Pi-HoleEnglish2·2 years agoNot for PiHole but I was testing this recently with traefik. This has a bunch of traefik stuff in there (I’m on mobile so it’s too hard to edit it) but hopefully you see how the networks work
# Testing macvlan setup for traefik # Will only work on linux because of macvlan network version: '3' services: traefik-whoami: image: traefik/whoami container_name: traefik_whoami networks: - bridge_network labels: - "traefik.enable=true" - "traefik.http.routers.whoami.rule=Host(`whoami.test`)" - "traefik.http.routers.whoami.entrypoints=http" traefik-reverse-proxy: image: traefik:v2.10 container_name: traefik_reverse_proxy command: - "--api.insecure=true" # Enable the API dashboard (insecure for testing) - "--providers.docker=true" # Enable Docker provider - "--providers.docker.exposedbydefault=false" # Disable exposing all containers by default - "--entrypoints.http.address=:80" # HTTP entrypoint - "--entrypoints.http.forwardedheaders.insecure=true" # Insecure forwarding (for testing) - "--providers.docker.network=bridge_network" # Use bridge network for traefik discovery ports: - "1180:80" # Expose HTTP entrypoint - "12345:8080" # Expose Traefik dashboard networks: bridge_network: {} macvlan_network: ipv4_address: 192.168.1.69 volumes: # TODO: Use docker.sock proxy instead of mounting directly # https://github.com/Tecnativa/docker-socket-proxy - /var/run/docker.sock:/var/run/docker.sock:ro labels: - "traefik.enable=true" - "traefik.http.routers.reverse-proxy.rule=Host(`traefik.test`)" - "traefik.http.routers.reverse-proxy.entrypoints=http" networks: bridge_network: driver: bridge macvlan_network: driver: macvlan driver_opts: parent: eth0 ipam: config: - subnet: 192.168.1.0/24 gateway: 192.168.1.1 ip_range: 192.168.1.69/32 # Must be outside router's DHCP range
Fenzik@lemmy.mltohomelab@lemmy.ml•How to allow containerized Heimdall see Pi-HoleEnglish1·2 years agoWhy not? You can just connect the PiHole container to both networks and inter-container communication should work as usual. I haven’t tried this with PiHole specifically but I’ve done it with other services in the past
Fenzik@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•[Looking For] VPN + Torrent Client in Docker ComposeEnglish1·2 years agoSure, the docs are pretty minimal though: https://wiki.servarr.com/prowlarr/settings (just click on Proxy)
Basically you can configure a proxy (from your VPN provider for example) for each indexer (or font add a tag to apply it to all of them), and queries to indexers will run through there. This avoids Sonarr making calls to TVDB or whatever through the VPN and getting blocked.
Fenzik@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•[Looking For] VPN + Torrent Client in Docker ComposeEnglish3·2 years agoTrash guides say you shouldn’t run the *arr’s through a VPN because you’re likely to get blocked by metadata servers. I only run my download client through the VPN + also use gluetun’s HTTP proxy for Prowlarr’s indexers
Fenzik@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•[Looking For] VPN + Torrent Client in Docker ComposeEnglish13·2 years agoUse gluetun, look up how to configure for your provider. Run a 2nd container for your torrent client, using
network_mode: “service:gluetun”
to run all your traffic though the vpn. Note that if you’re forwarding ports from your client to e.g. access the web UI, you’ll need to forward them from the gluetun container instead.
Fenzik@lemmy.mlto Announcements@lemmy.ml•Upcoming AMA with Lemmy's creators: Monday, 7 Aug, 1500 CESTEnglish6·2 years agoWhat do you mean “when”? You can create a community on an existing instance right now, or you can run your own instance if you want! Just check out the docs.
Fenzik@lemmy.mlto Asklemmy@lemmy.ml•What's the "Joe Shmoe" of different cultures? Or the "John/Jane Smith"?English22·2 years agoIn the Netherlands there’s “Jan Modaal”, modaal (modal) referring the most commonly occurring value in or peak of a distribution. This name is used often when representing the experience of the most average Dutchman.
It’s especially often used in financial discussions and journalism, like “owning a house is getting further out of reach for Jan Modaal.”
Fenzik@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Anyone know what's going on with ShadowBG?English3·2 years agoYou still have to have indexers, so you need to deal with them indirectly, but the UI is sooo much nicer. Sonarr/Radarr are pretty easy too. If you know your way around docker you can get it up and running pretty quick.
Fenzik@lemmy.mlto World News@lemmy.ml•China's real youth unemployment rate could actually be close to 50% - more than double the official rateEnglish2·2 years agoPeople shouldn’t have the lowest social status just because they don’t work, that’s the thing. We should take care of everyone’s basic needs and let people work on things they are passionate about, instead of simply treating with poverty those that don’t participate.
Fenzik@lemmy.mlto World News@lemmy.ml•China's real youth unemployment rate could actually be close to 50% - more than double the official rateEnglish341·2 years agoUnemployment generally only measures the percentage of people who are seeking work but unable to find it. Those who don’t work because they are otherwise taken care of aren’t usually counted. That’s actually the source of the discrepancy in the article so the headline is bs imo.
I’m all for reducing our working hours as a population though. More productivity should equal less work, not more GDP
Fenzik@lemmy.mlto Technology@beehaw.org•[Fortune] Over just a few months, ChatGPT went from correctly answering a simple math problem 98% of the time to just 2%, study finds8·2 years agoYou uh… you might have chosen the wrong field if you hate displacing labour
Fenzik@lemmy.mlto Open Source@lemmy.ml•I made a program for parsing wallpapers from wallhavenEnglish1·2 years agoTIL wallhaven, what a neat find. This could make a solid cron job for grabbing a new wallpaper every day
This was a lovely exchange comrades
An the issue is only inside the network? I’d complain to IT about that, yeah. Maybe they are overriding the DNS record with their own DNS server or something.
Can you set your own DNS servers on your client devices? Does cloudflare or quad9 resolve it?
Do you have a static IP? If not, have you tried some kind of dynamic DNS like DuckDNS?
A tale as old as tech
Fenzik@lemmy.mlto Memmy - An iOS client for Lemmy@lemmy.ml•Is there a way of listing all communities in an instance?English1·2 years agoEach instance supports its own api afaik, so yes. But if the user searches for an instance, then you have the host, so assuming the endpoint is public the app should be able to hit it.
Based