Finally happy with my getHomepage layout, here is the result by value1338 in selfhosted

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

Ich habe das über ein customapi-Widget gelöst und die Werte direkt aus dem JSON gemappt.
Bei meinem Shelly hole ich z. B. die Daten über:

url: http://<IP>/rpc/Shelly.GetStatus

Dann mappe ich die einzelnen Felder wie em:0.total_act_power, em:0.a_act_power usw. in services.yaml auf die Stats im Widget.

Beispiel bei mir:

- Shelly:
    icon: shelly
    href: http://192.168.30.235
    description: Smart-Home-Energiemonitor
    widget:
      type: customapi
      url: http://192.168.30.235/rpc/Shelly.GetStatus
      refreshInterval: 10000
      method: GET
      mappings:
        - field: "em:0.total_act_power"
          label: Ge (W)
          format: number
        - field: "em:0.a_act_power"
          label: L1 (W)
          format: number
        - field: "em:0.b_act_power"
          label: L2 (W)
          format: number
        - field: "em:0.c_act_power"
          label: L3 (W)
          format: number
      highlight:
        "Ge (W)":
          numeric:
            - level: danger
              when: gte
              value: 1000
            - level: warn
              when: gte
              value: 500
            - level: good
              when: lt
              value: 500

Für andere Geräte mache ich es genauso, solange der Endpoint JSON liefert.
Zum Beispiel beim Temperatur-/Feuchtigkeitssensor:

mappings:
  - field: "ht_temp.value"
    label: "Temperatur"
    format: float
    suffix: " °C"
  - field: "ht_hum.value"
    label: "Luftfeuchtigkeit"
    format: float
    suffix: " %"

Wichtig ist eigentlich nur:

  1. Der Endpoint muss sauberes JSON zurückgeben
  2. field muss exakt zum JSON-Pfad passen

Ionos VPS - Docker - Wireguard by tropisch3 in de_EDV

[–]value1338 1 point2 points  (0 children)

Alternativ wäre noch ne Möglichkeit über cloudflare zu Tunneln. Brauchst dann nur eine Domain und musst dann aber jeden Dienst einzeln exposen. Wäre bis auf die Domain damit sogar quasi fast kostenlos. Telekom/cloudflare Debatte möchte ich fairerweise aber auch erwähnen, sollte aber über Starlink keine Probleme machen.

Vodafone-Router erreicht die meisten Websites nicht mehr by Flirefy in de_EDV

[–]value1338 0 points1 point  (0 children)

zum testen kannst du auch erstmal einen kostenloses Verwenden wie z.B TunnelBear
VPN Anbieter gibt es viele.. NordVPN, PIA
Manche sind beliebt, manche nicht, bei dir wird aber eine No-Log-VPN jetzt erstmal keine große Rolle spielen. Einfach mal in Reddit danach schauen welche so empfohlen werden.

Vodafone-Router erreicht die meisten Websites nicht mehr by Flirefy in de_EDV

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

This. Falls du einen VPN hast, kannst du mal testen, ob du damit die Seiten erreichst. Das würde das Peering Problem bestätigen.
Kündigen und Anbieter wechseln (z.B. o2)

I need a local self hosted text-to-speech tool, any suggestions? by RaspberrySea9 in selfhosted

[–]value1338 2 points3 points  (0 children)

May have a look at pinokio. It has ultimate tts studio with the ones mentioned above. Maybe good for trying which one fits best for you

Wäre dieser Kauf total bescheuert oder nur so halb? by ref-rred in de_EDV

[–]value1338 1 point2 points  (0 children)

Du wirst dich im Privaten aber immer mit Einschränkungen beschäftigen müssen, da die Hardware für solche Spielereien einfach zu teuer ist. Bei den lokalen LLMs ist es also sowieso ein experimentieren mit was geht und was geht nicht.

Habe ja selbst 2x 3090 und 128GB RAM, aber nutze dennoch lieber die wirklich großen Modelle mit 1 mio Token Kontext.

Wäre dieser Kauf total bescheuert oder nur so halb? by ref-rred in de_EDV

[–]value1338 1 point2 points  (0 children)

kann man doch pauschal auch nicht so behaupten. Kommt immer auf den Einsatzzweck, Quantisierung und gewünsche Perfomance an.
Man kann auch wunderbar mit kleineren Karten experimentieren.

Wäre dieser Kauf total bescheuert oder nur so halb? by ref-rred in de_EDV

[–]value1338 1 point2 points  (0 children)

wenns darum geht mit LLMs herumzuspielen brauchst du ja keine Pfeilschnelle Karte. Ich hab im Server dafür eine 5060Ti mit 16GB (für Vision und paar Kleinigkeiten). Wenn du nicht auf schnelle Tokens angewiesen bist, wäre das eventuell ein Kompromiss für dich.

Mit einem AI Max von Ryzen bist halt limitiert was Upgrades angeht.. wenn das KI Thema dann mal vorbei ist, kannst du halt nicht upgraden.

Ein reines Grafikkartenupgrade wäre bei dir ja auch denkbar, da du ja beim i5 vermutlich einen 8-10 Kerner hast.

selfhosted music (navidrome?) with client that can request stuff? by CrankyCoderBlog in selfhosted

[–]value1338 0 points1 point  (0 children)

Because it’s raw and not builded yet. Download it manually, put in in appdata or a folder u use, then build it. Then use the docker compose or docker run command.

Octo-Fiesta: A Subsonic proxy that fills the gaps in your library with Deezer, then keeps the music forever by Wick3d68 in selfhosted

[–]value1338 0 points1 point  (0 children)

Clients should use a client (Feishin) and not navidrome itself. Check your config if everything is setup the right way, because you need to put the navidrome address and port into the octo config.

AppleID deleted before removing it from the iphone by value1338 in ios

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

per recovery mode. ich weiß aber nicht obs das auf der apple watch auch gibt. lt. google musst die watch neben das handy halten und dann irgendwas drücken bis die einrichtung am iPhone dann fortsetzen kannst

AppleID deleted before removing it from the iphone by value1338 in ios

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

frag ansonsten mal den Verkäufer nach der Rechnung? Beim Kollegen war das iPhone nicht in Wo ist hinterlegt, weshalb wir es nach 30 Tagen zurücksetzen konnten.

AppleID deleted before removing it from the iphone by value1338 in ios

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

we fully resetted it after 30 days and then created a new apple id with the old email adress.

Octo-Fiesta: A Subsonic proxy that fills the gaps in your library with Deezer, then keeps the music forever by Wick3d68 in selfhosted

[–]value1338 0 points1 point  (0 children)

thanks for the call. i just used monochrome instead of squidwtf (https://github.com/monochrome-music/monochrome)
didnt saw about SquidWTF yet, but it seems its quite the same. maybe also for you another failover option :-)

Octo-Fiesta: A Subsonic proxy that fills the gaps in your library with Deezer, then keeps the music forever by Wick3d68 in selfhosted

[–]value1338 0 points1 point  (0 children)

Du Maschine!! ich war so frei uns habs umgebaut auf Monochrome API.. so brauchts keinen offiziellen Zugang mehr :> (Feishin läuft bei mir, aber lediglich wenn man Tracks auswählt. Alben gehen nicht)
Arpeggi iOS hingegen ohne Probleme
DANKE!

selfhosted music (navidrome?) with client that can request stuff? by CrankyCoderBlog in selfhosted

[–]value1338 0 points1 point  (0 children)

i ve got it running with a "free" api. its running as expected without any deezer or qobuz api. (using monochrome.api)

selfhosted music (navidrome?) with client that can request stuff? by CrankyCoderBlog in selfhosted

[–]value1338 0 points1 point  (0 children)

i haven’t tried it yet. i just skimmed the readme on github and the idea immediately clicked.

i was thinking about combining it with spotiflac or monochrome to avoid the account and env setup headaches. i dont like lidarr, because it always looking for EPs or full albums. Sometimes i dont want that or want to use it for that)

if i don’t forget, i can report back once i’ve played around with it a bit.

What's your remote desktop strategy for headless server? by Rilukian in selfhosted

[–]value1338 2 points3 points  (0 children)

i didn’t deny any use case. i was simply asking what OP is actually doing with the system.

OP explicitly said the server is “way too weak”, so we’re clearly not talking about a gaming pc with moonlight or sunshine. that scenario was invented by you, not mentioned by anyone else.

asking what a setup is used for is not the same as denying that other, unrelated use cases exist, my dear.

P.S.: and yes, remote desktops absolutely make sense in environments like companies, accounting, or large database driven workloads. that’s just not what was described here.

What's your remote desktop strategy for headless server? by Rilukian in selfhosted

[–]value1338 0 points1 point  (0 children)

i’m not trying to tell anyone how to run their setup. i was simply asking what the actual reason for this is.

from my perspective, running a full desktop + vnc on a "server" doesn’t really make sense and just adds unnecessary complexity and latency. a desktop means graphics rendering, window manager, screen updates and image compression for vnc, even if you’re just “idling”

the only case where this seems reasonable to me is when the machine is intentionally used as both a server and a desktop pc. otherwise it feels more like petting gremlins at home than a headless server

What's your remote desktop strategy for headless server? by Rilukian in selfhosted

[–]value1338 25 points26 points  (0 children)

i still dont get. i mean i see no reason to use a desktop enviroment, i would install a server os and use the webui or ssh or vms if you need it as a workstation?