• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle











  • Silly as it is, many ISPs hand out dynamic IPv6 prefixes that may change once in a while. Or “dynamic” prefixes that never seem to change (but are not guaranteed never to change).

    The reason is of course that they like being able to charge extra for static IPv4 addresses, and they see no reason to get rid of that revenue source for IPv6.



  • Perhyte@lemmy.worldtoSelfhosted@lemmy.worldCaddy > Traefik > NPM
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 years ago

    I use docker-compose, and basically just end all my docker-compose.yaml files with

    networks:
      default:
        external:
          name: proxynet
    

    This redefines the default network to a pre-existing proxynet network. All services that do not specify a network configuration automatically get added to that network. Because this refers to the same network in each file, it is shared even with services defined in other yaml files (which is not the default).

    The proxynet network was created manually using docker network create proxynet.


  • Hard for a “layperson”, maybe. But IMHO for someone interested in self-hosting this probably should not be a hard problem to solve, or at least a decent “warmup exercise” to see if you’d like it.

    I say this because you don’t even need to write the script yourself, there are plenty of preexisting applications that can be configured to notify you of updates to an RSS feed.

    I’m sure I could whip that up in changedetection.io or Node-RED pretty quickly, for example.

    I don’t use a dedicated RSS feed reader app, but I’d also be somewhat surprised if there isn’t one that supports some form of push notifications.