🇨🇦

  • 6 Posts
  • 895 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle
  • Just this week, I setup Homepage to monitor my server and its various docker containers at a glance, including cpu/ram/network usage and a whole bunch of information pulled from their APIs (such as how many itemes are actively downloading via sonarr+sabnzbd, or how many queries were blocked by pihole today).

    That in turn lead me too Glances, both as various widgets in Homepage as well as a stand alone tool.

    Note: Homepage doesn’t come with authentication. You’ll have to handle that yourself via a reverse proxy or vpn. Glances has an optional login page you can enable, but I haven’t explored that. I access services like these by connecting to my network through OpenVPN.




  • Israel placed explosive material in a batch of Taiwanese-made pagers which were imported into Lebanon and destined for Hezbollah, the New York Times reported, citing American and other officials briefed on the operation.

    (source)

    I highly doubt every one of those pagers made it exclusively into a terrorists hands; but that’s also why I included the second half of that sentence:

    and/or used directly in the vicinity of civilians.

    Regardless, it’s evident many civilians have been harmed by this, and it was easy to predict this was the obvious outcome.







  • Find a problem they are experiencing and introduce them to a solution they can self-host to fix it. Expand from there.

    I began my self-hosting journey 7ish years ago with media piracy and a desire to watch/access my files wherever I was. Learned of Plex, then Emby, Reverse Proxies, Domains, SSL, and on and on…

    Today I’m running 24+ docker containers and some miscellaneous stuff, across 3 systems; that’s always accessible via my domain/vpn.


  • what does not work:

    • i can not ping server.local (- for testing i have to stop the systemd-resolved.service to run the dnsmasq server, or else there are port collisions, but that should not be the problem i guess. I am happy to hear your solution :))
    • i can also not use ssh to log in to server.local, ip address works

    Have you added “server.local” as a DNS record in your dnsmasq container, pointing to your servers LAN IP? Sounds like dnsmasq isn’t resolving that name, which would lead to both of these ‘failures’.




  • Darkassassin07@lemmy.catoSelfhosted@lemmy.worldDNS?
    link
    fedilink
    English
    arrow-up
    11
    ·
    7 days ago

    Why not both?

    My primary DNS is pihole on a rpi dedicated to the task; but I run a second instance of pihole via my main docker stack for redundancy. Should one or the other be unavailable, there’s a second one to pick up the slack.

    I just provide both DNS IPs to LAN clients via DHCP.

    Gravity Sync is a great tool to keep both piholes settings/records/lists in sync.