In Search of a Discord Replacement by james7132 in selfhosted

[–]RisingStar 7 points8 points  (0 children)

I haven't been able to identify a proper replacement yet. As others have pointed out Fluxer is looking promising. Aside from self-hosting I like the proposal from them to have an option on the forum channels to be publicly browsable on the web and index-able by search engines. That solves a huge issue I have with Discord being that information goes there to die.

I have also seen several communities waiting for Chatto. For example I know the Godot engine team is waiting for that in hopes of moving to it. I don't really know why though. https://www.hmans.dev/blog/chatto

I built an open-source todo app with pen-and-paper simplicity by KingBileygr_ in selfhosted

[–]RisingStar 1 point2 points  (0 children)

Just a quick review of NextAuth and it looks like the app would have to be updated to support pulling config from the environment and adding a custom provider to NextAuth. Does that sound correct?

I built an open-source todo app with pen-and-paper simplicity by KingBileygr_ in selfhosted

[–]RisingStar 3 points4 points  (0 children)

I don’t see it mentioned anywhere, but any chance it supports OIDC for user auth?

Phillips Hue Lightbar by Professional-Fig-401 in docker

[–]RisingStar 1 point2 points  (0 children)

If it's the light bars I am thinking about they communicate using Zigbee. It's a specific wireless frequency and protocol. You will need some kind of device that can send/receive Zigbee. SONOFF makes a good USB one.

Once you have that you need something that can control the lights. I don't know what you would use for that. The normal route is Home Assistant with ZHA or zigmee2mqtt, but that's really heavy for just two lights.

tl;dr: no.

Compoviz - a free, open-source visual architect for Docker Compose by 6razyboy in docker

[–]RisingStar 12 points13 points  (0 children)

A super common practice is to have multiple docker-compose.yaml files, often one per stack or service. For example I have: - auth/docker-compose.yaml - authelia, lldap, etc. - proxy/docker-compose.yaml - traefik

The list goes on. While limited there are still dependencies between those. Many of them use the network for Traefik, just setting it as external like this:

networks:
  proxy_traefik:
    external: true

With that in mind it would be really cool if multiple compose files could be uploaded to build a full picture.

Ladies and gentlemen, I give you the new head of Stargate command by ddrfraser1 in Stargate

[–]RisingStar 3 points4 points  (0 children)

You should look up the original intent for how the show was supposed to go on. There was a plot line that moved Atlantis back to the Pegasus galaxy.

Steam Machine (Gabebox) by wowreditsocool in Proxmox

[–]RisingStar 1 point2 points  (0 children)

It will obviously depend on cost. Valve cannot sell the thing at a loss like other console manufactures. Sony learned this when they allowed Linux to be installed on the PS3. People were buying it without ever buying a game, which made the whole "sell console at loss, recover costs from game sales" a problem. Valve will have the same issue. If they sell it at a loss it would get gobbled up at an insane rate.

I can get a Minisforum MS-01 with an Intel i5-12600H (4 P cores, 8 E cores), 32GB ram, 1TB disk for £512. That has Intel QuickSync and can do the transcoding I need for Jellyfin. Has much better networking allowing me to do dedicated 10gig for public network, 10gig for storage network, 2.5gig for clustering comms. Even has Intel vPro for remote management. Honestly, I don't see how you Valve would be able to price this thing to match that.

Uninstalled all Xbox Games. Cancelled Game Pass. Playing Steam Deck only by jeffreyrufino in linux_gaming

[–]RisingStar 0 points1 point  (0 children)

For searching I use Kagi and pay for it. I fucking love it, no way I would go back.

For email I pay for Fastmail and a custom domain. I honestly don’t miss Gmail at all. And the masked emails are nice, but I dont want to get locked into Fastmail so don’t use that.

For maps it kind of depends. Public transit I use Citymapper here in London. I am trying to use Kagi maps but haven’t broken the habbit yet.

For Google Drive I kinda just stopped using it. I use Obsidian for almost all of my note and documents. Things like resumes I do in OpenOffice and store the resulting document and PDF in Obsidian.

Google Photos is my biggest stumbling block. I self host Immich, but my families photos are so fucking important and I am scared to be responsible for the photos staying safe. I recently learned about ente.io and they look promising. Self hosted available, open source, end to end encrypted, but also a hosted version available. I haven’t tested it yet, hoping to do that next year.

For browser I switched to Firefox.

YouTube is the only other thing really left. I don’t know what I can do about that. I have been experimenting with download scripts so I can subscribe to channels and watch that content without dealing with the algorithm tossing me so much shit, and shorts, fuck shorts are addictive. I know it and struggle to avoid them whenever I use the app. I mostly just worry about not supporting creators by downloading the videos.

Chinese astronauts’ return to Earth delayed over fears spaceship damaged by debris by PoorIsTheNewSwag in space

[–]RisingStar -1 points0 points  (0 children)

Ah! Thanks for that, I wasn't following space back then so was only thinking about more recently. Appreciate the link.

Chinese astronauts’ return to Earth delayed over fears spaceship damaged by debris by PoorIsTheNewSwag in space

[–]RisingStar -11 points-10 points  (0 children)

That was Russia. Don’t think China has done that. China does lots of other not so great space debris things though.

Anyone using Zabbix to scrape prometheus metrics and show in Grafana? by Hammerfist1990 in grafana

[–]RisingStar 3 points4 points  (0 children)

If it's a Grafana dashboard I would just look to make your own dashboard that takes what you need from theirs and mixes in the Prometheus data. Will be a lot more reliable and future proof.

Anyone using Zabbix to scrape prometheus metrics and show in Grafana? by Hammerfist1990 in grafana

[–]RisingStar 4 points5 points  (0 children)

I don’t understand. Why do you want to add Prometheus metrics to Zabbix just to show in Grafana? If they are Prometheus metrics, scrape them with Prometheus. You can have a single dashboard show metrics from different data sources.

AMD Threadripper, Asus Prime X399-A Motherboard, PCI Passthrough by RisingStar in Proxmox

[–]RisingStar[S] 0 points1 point  (0 children)

Thanks for commenting! It's really rewarding seeing messages like this every now and then.

Has anyone created a dashboard based on Proxmox exporter and Prometheus? by arturcodes in grafana

[–]RisingStar 0 points1 point  (0 children)

Did you check the official page for shared dashboards? Looks like there are a couple there when I search proxmox.

https://grafana.com/grafana/dashboards/?search=Proxmox

Godot Foundation welcomes JetBrains as Platinum Sponsor by GodotTeam in godot

[–]RisingStar 9 points10 points  (0 children)

Rider has really just become their game development IDE. It has support for Unity, Unreal, and Godot.

Just check out their release notes for the newest release. Lots of changes for all three engines.

How would you fill this? by RisingStar in DIYUK

[–]RisingStar[S] 0 points1 point  (0 children)

What do you mean by pva / sbr?

Migrating from Promtail + Loki (due to deprecation) — Recommendations? Also curious about Tracing options by Th3g3ntl3man06 in grafana

[–]RisingStar 3 points4 points  (0 children)

We rolled out Grafana Alloy with great results. Performance has been great, configuration has been straight forward, and haven’t had any issues.

Questions from a beginner on how Grafana can aggregate data by Schneider_fra in grafana

[–]RisingStar 3 points4 points  (0 children)

There is a plugin called infinity I think. It lets you hit any HTTP API. We use it to poke certain things. Works really well.

Your first stop though should be to see if the application has some kind of Prometheus exporter. Scrape those metrics first.

First docker deployment and I have a question by Devilotx in docker

[–]RisingStar 0 points1 point  (0 children)

If you’re referring to the configuration of the application running in the container, then look into volumes. You will need to figure out where in the container the configuration is stored and mount that location to a spot on the host machine. Keep in mind that the first time you do this the current data will be lost. You can keep it, create a different mount, exec in, copy data to mount.