• 2 Posts
  • 66 Comments
Joined 2 years ago
cake
Cake day: September 25th, 2023

help-circle


  • Do you have a specific use case for two containers that you want to talk to each other?

    Sure, for example once a Jitsi Meet meeting ends (more than 1 person in a room in, everybody gone), save the chat log to CopyParty e.g. WebDAV push to /meetingname_date.txt would be enough to be useful. It’s something we tend to do manually on a regular basis.

    road map of what you are trying to accomplish before hand, and run it by the dev teams.

    Yes no rush and I can code so I would be able to test before suggesting anything.

    As I’m thinking about it, I wonder if your solution might be automation?

    I don’t touch AI but I do think conventions, e.g. not “just” an API but SWAGGER, specific filesystem on mountpoints, etc could facilitate this.



  • Thanks, that’s indeed exactly the kind of thing I’m looking for “The authentication glue you need.” but even more generalized than that, e.g. just “the glue you need.” not solely for authentication.

    Edit: to clarify and coming back after leaving few other comments, the 1 thing authentik has is that it is a cross-service need, namely nearly all services do need authentication AND, probably consequence of that, there are conventions and standards already in place, e.g. SAML, OAuth2/OIDC, LDAP, Auth0. So that makes everything much easier.






  • Well I do have Home Assistant, been running it for years, but HA is solely for … well home assisting (or IoT). HA as integrations but let’s say I want to use HA with … any of my other services, e.g. CopyParty to maybe store logs and makes them available or PeerTube to have videos from my camera, I can look at HA integrations, or CopyParty… issues maybe, or PeerTube npm registry.

    My point being that HA is a good example with integrations but it’s just one example. If I do take this example seriously though, is there a mechanism beside manual search in the list of integration that would list integrations with my services directly?



  • Technically speaking hand tracking can be done with just computer vision, no dedicated tracking (like Leap Motion) required even though it’s typical better. So yes, it could be done but there is not promise of it so it’d be a risky bet.

    VR proper content like Half-life: Alyx, here my comment is about producing content, not using the existing Steam catalogue. I love Alyx, I need more. If I get another headsets (I have several) but nothing amazing to put on it, “just” the usual then I’m not as excited.

    I did stream, actually Alyx in 2020 (half a decade ago!) via Alvr https://twitter-archive.benetou.fr/utopiah/status/1243659207783649281/ so… that’s definitely feasible, definitely not new. It’s a good principle and if it helps keep the device price low, in fact VERY low, then it’s great. If it’s still relatively expensive then it won’t feel great to buy a device in 2026 with specs comparable to something that was out few years priors even if in practice it might be “good enough” standalone with some specific games. The Steam Deck didn’t really have that problem because there was no real alternatives. Here I’d argue it’s a bit different with Quest, Pico, Lynx but also higher ends like Vision Pro (which you can stream Steam games to, as I did also last year) or the newer Samsung Galaxy XR.

    Regarding updates… yes, in theory, in practice I best most of use don’t have accessories for our Index “Frunk”. AFAICT also most people didn’t upgrade their Deck but rather bought the newer model. They do hint at quite a few upgrades or modules in the video though. Love to see how repairable it will be and no doubt it should be way better than most alternatives!








  • Different networks entirely. AFAICT no IP is hardcoded, only domain names which are the same.

    But… please feel free to check the URL, it seems to work.

    My hypothesis is that the player in the browser, maybe due to WebWorks, had cached the IP of the content. So I was getting the UI/API from the new IP but the content itself (namely video files) from the old IP which might have created some CORS/CSP issues and that the player itself blocked it. (updating the post on the forum with that idea in case others get in a similar situation)


  • Is the docker container spinning up and running, or failing and exiting?

    Running and healthy

    Run docker ps, it’ll tell you how long your containers have been running or if they exited.

    Indeed and they don’t exit.

    If everything is running then it’s most likely network, and I’d need to know how it is you used to access it on the old server (web address? Ip?)

    It it accessible via the domain name so networking, as least for UI and API, is working fine. Reverse proxy does let traffic go through.

    If it’s not running then you get to dig through error logs to get to the next step 🤓

    I checked error logs of all containers and seems fine. The only error I see are client side.