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/)TH
thejoker8814 @lemmy.world
Posts 1
Comments 32
Serial Killers Have Rapidly Declined Since The 1980s
  • I’m curious, you got anything light reading you can recommend to ease into the topic, please pm me. I’d appreciate, if it wasn’t another post which basically recites the content of another post, and so on - far too much out there these days)

  • XPipe status update: SSH tunnel and config support, many new features, and lots of bug fixes
  • Don’t get me wrong, just needed to verify that it might be a tool to evaluate.

    I had a first try yesterday, but something with my existing SSH .config didn’t work, when I tried to add some “connections”. Is there a logical reason, why Xpipe forces a connection to be established, before adding it in the “search connections” - for me they fail, because I exclusively use key-based SSH auth, but I load my keys on the fly from KeePassXC when I need them, not before.

    Nice to see a modern and snappy Java application for a change.

  • Self-hosted email rest API
  • Also more like a service, than a self-hosted software.

    smtp2go.com - I use it for smtp sending, but they also provide an API (which seems to be REST). 1000 emails per month are free - just slide the email volume down to 1k and you can sign-up for free.

    They also have setup SFP and DKIM and reputable IPs for sending, which all helps to get e-mails delivered reliable. If you also add DMARC to your sending domain, you won't end up in any spam-folder.

    Small bonus, easy to use link tracking and unsubscribe links can be inserted.

  • XPipe status update: SSH tunnel and config support, many new features, and lots of bug fixes
  • @[email protected] First of all - thanks for sharing it! 😍 Just a quick question, after I took a first glance - it is just a management tool application which abstracts the use of CLI management tools like ssh, ssh-keygen, podman, etc... and consolidates it into a single UI, right? - So it is not just "another" service to host, correct?

  • Best router for home use?
  • I cannot recommend any consumer router brand, at least not with stock firmware, because any of them don’t have guaranteed update policy. Further, some of the stock firmware contains insecure protocols, like telnet (yes, still), outdated ciphers (SSL, TLS 1.0), and some feature you want is always missing. Further they often lack innovative features like WireGuard in updates, mostly bug fixes and security patches.

    That’s why I would urge you to consider using one of the router/ gateway distributions listed below.

    Depending on your requirements, I can recommend the following router OS:

    • OpenSense (router without WiFi)
    • OpenWRT (router with WiFi)

    If you have an old laptop or pc to spare, you could at least give those two a try.

    Someone already mentioned it, OpenSense runs only on x86 / PC Hardware (and MiPS). OpenWRT can be flashed onto a lot of consumer routers as well as be installed on traditional x86 / PC hardware.

    OpenWRT has a hardware table on their website for supported models. Some of them come cheap if you buy them used and are pretty decent.

    If you like more flexibility, I can recommend building your own router. Used thin clients, Iike for example Fujitsu Futro S920. Thin clients are basically low-powered PCs, which are often cheap on the used market and provide a variety of hardware interfaces. Most use Intel NICs, some have secondary NIC, can hold SATA disks, provide interfaces for WiFi (pice, miniPCIe, m.2) or extension cards, have high efficient power supplies and are in majority are passive cooled. Or get some SBC/ Low-Powered board with the interfaces you need. It doesn’t need to be new hardware.

  • Best router for home use?
  • Please don’t host a router on a Hypervisor VM. That does not benefit security. First of all a router is an integral part of the (home) network, therefore it should not be dependent on anything, like a hypervisor. You want to be able to replace or update your server/ hypervisor independently from each other, for example in 5 hrs your router might be still rocking all data, but you would want to upgrade your home server / hypervisor. Furthermore all those OpenWRT, PFsense, OpenSense kernel/ OS hardening is more effective on the hardware itself, especially all RAM/ Memory based security measures. Also if you truly want to be more secure, you use dedicated hardware for multiple reasons, performance is dedicated to only routing/ firewall processing (no other service/ VM can block or slow down packet processing), reducing the attack surface (less software, less attack surface), easier to update.

  • Starting with selfhosting - advice / help needed
  • Many given good advice on hardware, and there are plenty other threads with a lot of good recommendations.

    Regarding OS, I would recommend to ease into it, and try some before committing. Just try a few services, how stable it is and if the configuration complexity meets your personal learning expectations. (Self hosting is only fun, as long as you can get everything up and running. If you need 36hrs of troubleshooting for every 2nd problem, that awe for elf hosting melts pretty fast.)

    I started myself with OMV 0.x, and since then it’s gotten pretty decent. But I switched to plain Debian and CLI tool. After learning enough using OMV as my starting point. I also tried FreeNAS in the beginning, but that wasn’t for me.

    And I recently discovered CasaOS, wich is pretty neat and has a lot of benefits, but I haven’t tested it yet.

  • acab rule
  • All Cops are beautiful 🤩 is much better than that fake.

    It immediately reminds me of a great punk song with the same name by Existent (german punk band). I wouldn’t be too surprised, if someone within recruiting department of the federal police was inspired by it.

  • Vodafone Finds Brits Keep Mobile Phones for 4 Years Instead of 2
  • Very interesting, do you have any source or references that springs to your mind? I have emergency SOS enabled, but it never happened to me that it has been falsely triggered. And I can’t imagine many scenarios were it would be.

  • SMTP Relay for monitoring - custom domain
  • My bad, I meant SPF record.

    I have some issue with just that, all emails will end up in a spam filter (if your mail provider is thorough). Also your IP might end up on a public spam/ block list. To much to go wrong, in case some alerts need to reach me.

    Plus I use a strict DMARC, so at least a correct SPF is needed.

    I’m using postfix on my machines, all services send to it and it just to relays via a SMTP service. So only one point to configure.

    I was specifically looking for the last part, a SMTP relay service.

  • SMTP Relay for monitoring - custom domain
  • I thought about self-hosting, but first of all I got a dynamic IP. Further I want a solution which has roughly 98% availability and 99,99% reliability, because this service tells me if everything burns/ goes awry. That's not the service I'd like to "toy" with. And hosting any kind of mail service with 98% availability and 99,99% reliability, automatic DKIM roll-over etc. is a tough nut. Even VPS cost's seem higher than just Amazon SES.

  • SMTP Relay for monitoring - custom domain
  • Sure - but that would be another thing to self-host - because I have at least 5 machines which need to send, and I have a dynamic IP address - so it would involve updating the MX records via DNS API for at least 5 sub domains.

    To be honest, I'm a KISS kind of guy - not everything technical possible or imaginable is worthwhile. Especially if it's such a crucial part like alert monitoring. I want it done simple, secure, without caveats and keeping the complexity on the lowest level possible.

  • SMTP Relay for monitoring - custom domain

    Hi there,

    what SMTP relay's / services do you use or can recommend for sending monitoring alerts.

    I'm running a few services, but mostly all my custom scripts, and tasks are configured to sent an e-mail if something goes "off-script". Before I used my gmail account - but I'm in the middle of migrating away, and my requirements have evolved.

    I've searched but I haven't found anything good. Services like Mailgun, Mailtrap etc. are nice - but their bundle's are a bit much for my taste.

    The service/ relay should meet the following requirements.

    • bring your own domain (use your own domain/ or sub-domains as sender address)
    • must have DKIM (anything else is not a serious service!)
    • support SMTP via TLS
    • support multiple SMTP clients, with each different credentials/ secrets
    • Allow custom header/ envelope changes

    At the moment I'm looking at Amazon SES, because I don't expect a lot of messages (I had 3 alerts in the last 1,5 yrs).

    19
    Request: file-sharing service
  • Many people underestimate it, my goto for a fast an reliable file share service, which does just that, is production ready, has great client software and uses just few resources.

    Seafile

  • What does everyone think about passkeys?
  • Biometric authentication methods are in general not very secure. Besides the fact there are a whole lot of procedures to fake/ spoof the biometric data. Once breached - you can not change your biometrics that easy. Keys and passwords can easily be replaced.

    Further, if you use biometric auth for a lot of services you open your self to a single point of attack - that is pretty similar using the same password for many services. And we don’t do that!

  • What are the hardware requirements for hosting a Lemmy instance for a single account?
  • True, but for playing around with lemmy and doing some test's it's ideal - and it's free! In case you are serious about hosting a lemmy instance, there should be at least some sort of backup/ disaster recovery strategy in place.