• 3 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • I don’t know what the fuck is going on. The client app connects to all 4 servers it needs a connection to. I can create a user on the server and all clients can login using it, I just can’t get notes to sync.

    Official docs here

    I found this tutorial1 and this tutorial2

    Tutorial2 makes this one port change to the official docker compose file but otherwise is seemingly the same as tutorial1:

      notesnook-s3:
        image: minio/minio:RELEASE.2024-07-29T22-14-52Z
        ports:
          - 9009:9000
          - 9090:9090
    

    With that change, and setting the port of the domain to 9090, I can access minio in the browser. But I don’t know if that’s necessary or not. I’m stumped.



  • There’s a bunch of different ways you could do it depending on where you got the video from. You could set up smb/samba on your server, connect to it via a VPN, and upload the video through a file app on your phone. You could also set up the “arr” stack of software which lets you basically navigate to a website on your phone and when you click download, your server gets a message to download the file.








  • If it were only me using the apps, I’d be using a VPN. Over the years, I’ve used OpenVPN, Wireguard, and now Tailscale. In my experience, they work like 99% of the time. That last 1% though is weird connection issues; usually when switching between WiFi and cellular (or vice versa) but sometimes it’s my server or ISP and I have to turn the VPN off and back on to troubleshoot. During those rare times, my partner will either turn off the VPN and forget to turn it back on or they will forget about the VPN completely and not be able to use their phone. Ideally, I’d like to set something up that doesn’t require any potential troubleshooting on their part so I can avoid hearing “why can’t we just use Google photos?” or “what’s wrong with Google home?” 😓



  • Most definitely does not need a public URL for Assist in HA. Not sure where you read that.

    You’re probably right. At one point, I had a subscription to homeassistant cloud a few years back to use a google nest speaker at the time. I was just going off that I guess. I’ll do some testing and will probably put it back behind tailscale. thanks for the heads up

    It sounds like you need a VPN to your internal services if you’re concerned about security.

    I’m more so concerned that I set something up incorrectly and would like to be made aware of it in the event someone else noticed






  • I hope it’s alright that I add to this a little.

    What draws me to podcasts are the topics that are talked about but what gets me to stay is the host(s). I heard in your first episode that you do masonry and landscaping. I’d love to hear more about who you are and how you ended up selfhosting. How did a masonry worker find themselves this deep in tech? Thats super interesting. (Please don’t take that the wrong way, I work in construction yet here I am)

    The 3 episodes you have could totally be split up into multiple episodes if you slow down and thoroughly talk about each topic and how they related to your situation.

    You tend to give some hypothetical problems that your listeners might be trying to solve with a few solutions but I want to know what problems you had, how you solved it, and how you might have iterated on that solution and made it better. And in the next episode, what did you tackle next? I want to hear your journey episodically 🙂

    Anyway, I’m subscribed. Good luck


  • i guess you were able to install the os ok? are you using proxmox or regular servers?

    I was. It was learning the Nix way of doing things that was just taking more time than i had anticipated. I’ll get around to it eventually though

    I tried out proxmox years ago but besides the web interface, I didn’t understand why I should use it over Debian or Ubuntu. At the moment, I’m just using Ubuntu and docker containers. In previous setups, I was using KVMs too.

    Correct me if I’m wrong, but don’t you have to reboot every time you change your Nix config? That was what was painful. Once it’s set up the way you want, it seemed great but getting to that point for a beginner was what put me off.

    I would be interested to see the config though