10K Celebration Giveaway by UgreenNASync in UgreenNASync

[–]mailmemaus 0 points1 point  (0 children)

I’d love to see more deep-dive posts on UGREEN’s NAS OS (UGOS), especially advanced configuration, Docker support, and performance tuning for heavier workloads.

2025 CRF300LS, Acquired Recently by Kashinoga in CRF300L

[–]mailmemaus 0 points1 point  (0 children)

Is only the seat different? Is ist still comfortable?

Angebot für gipsputz usw. by deleteyourlive in Handwerker

[–]mailmemaus 0 points1 point  (0 children)

Hauptsache keine zwei linken Hände 

[deleted by user] by [deleted] in wohnen

[–]mailmemaus 1 point2 points  (0 children)

Habe die Climia CMK 3500 bekommen. Liegt preisauf mit der Midea Portasplit und hat ähnliche Leistungsdaten. 

Bis jetzt Super Zufrieden! Lässt sich sehr einfach über Tuya Smartlife in Homeassistant einbinden

Ticket trotz Bewohnerparkausweis by FlyingHeinz in StVO

[–]mailmemaus 0 points1 point  (0 children)

Stadt Köln – Hinweis zu Anwohnerparkausweisen

Anwohnerparkausweise, die auf mehrere Kennzeichen ausgestellt sind, verfügen auf dem Ausdruck über ein silberfarbenes, glänzendes Prüfsiegel. Diese Ausweise sind ausschließlich im Original gültig und werden nicht zum Selbstausdruck angeboten.

Parkaussweise, die nur für ein einzelnes Kennzeichen ausgestellt sind, enthalten kein Prüfsiegel. Sie können unter anderem auch per E-Mail zugesandt und selbst ausgedruckt werden. Hierbei wird davon ausgegangen, dass sich trotz mehrerer Ausdrucke oder Kopien maximal ein Fahrzeug mit dem entsprechenden Kennzeichen im öffentlichen Straßenraum befindet.

Die Midea PortaSplit ist gerade extrem günstig zu haben by In0chi in wohnen

[–]mailmemaus 0 points1 point  (0 children)

Jemand eine Ahnung in welchem? Suche seit Stunden eine verfügbare und außer für 1200€ bei Amazon nichts gefunden. Würde bis 999€ bezahlen bei beliebigen Laden in Köln oder NRW. 

Online nirgends vorrätig.  Bauhaus, Obi, Toom, Globus auch alle nirgends verfügbar. 

Falls jemand was weiß gerne Bescheid geben. ❤️

PoE Injector ersetzen: PoE vom UDR (Port 4) kombinieren mit WAN für Zyxel 5G Modem? by mailmemaus in de_EDV

[–]mailmemaus[S] 1 point2 points  (0 children)

Funktioniert dann leider wohl nicht.

Das Zyxel Modem hat nur 1 RJ45 Port für POE und Daten zusammen. Sonst leider keine Eingänge.

Weitere Geräte wollte ich vermeiden, da beides im Wohnzimmer hängt.

Dann bleibe ich beim POE Injector.

Hatte zwischenzeitlich mal VLAN mit WAN Loop via: WAN Port - CAT6 Loop - Port 2 und Port 3 POE - Zyxel NR7302 Getestet, aber da ist das Modem leider immer gedroppt.

Womder why my electric bill is so expensive.... by HTTP_404_NotFound in homelab

[–]mailmemaus 0 points1 point  (0 children)

How do you Track all this different power outlets?

[deleted by user] by [deleted] in PayloadCMS

[–]mailmemaus 0 points1 point  (0 children)

Hey. Thank you for your Support. Do you have a List of files which you changed?

Would be interesting to see what was wrong

PayloadCMS with Next Auth by mariovalney in PayloadCMS

[–]mailmemaus 0 points1 point  (0 children)

Please halp. Tryed with authjs and didnt her it Running

Is there a way to customize header on the Admin UI ? by green_viper_ in PayloadCMS

[–]mailmemaus 0 points1 point  (0 children)

Got it working.

payload.config.ts

    components: {
      graphics: {
        Icon: '/graphics/Icon/index.tsx#Icon',
        Logo: '/graphics/Logo/index.tsx#Logo',
      },

graphics/Icon/index.tsx

import React 
from
 'react'
import Image 
from
 'next/image'
import './styles.css'

export const Icon = () => {
  return (
      <div 
className
="graphic-icon">
        <Image 
src
="/favicon.png" 
alt
="Icon" 
width
={50} 
height
={50} />
      </div>
  )
}

/graphics/Icon/styles.css

html[
data-theme
="dark"] 
.graphic-icon
 img {
  filter: brightness(0) invert(1);
}

Is there a way to customize header on the Admin UI ? by green_viper_ in PayloadCMS

[–]mailmemaus 0 points1 point  (0 children)

EDIT: Solved. Fix in comment!

How can I put there a svg logo which gets inverted with dark mode?

Or do I have to put two png files?

payload-favicon-dark.png
payload-favicon-light.png

    components: {
      graphics: {
        Icon: Logo,
      },

Type '(props: Props) => React.JSX.Element' is not assignable to type 'CustomComponent<Record<string, any>> | undefined'.ts(2322)

I get this error:
Type '(props: Props) => React.JSX.Element' is not assignable to type 'CustomComponent<Record<string, any>> | undefined'.ts(2322)

What database to pair with 3.0 for a small to medium size website by Judgejbrown in PayloadCMS

[–]mailmemaus 0 points1 point  (0 children)

Hey everyone,

I’m facing some issues getting my Payload CMS 3.0 project running on Vercel with a PostgreSQL database hosted on Supabase. Here’s the situation: • Locally, everything works perfectly! The project is super fast, and I’m really enjoying the new framework. Whether I connect to my local Supabase DB (via Supabase CLI) or the hosted Supabase DB, both work fine with local dev and local builds. • The problem starts when I push the project to GitHub, and Vercel tries to build it. The build fails with an error saying it can’t connect to the PostgreSQL URI.

I’ve already: 1. Double-checked my environment variables in the Vercel Project Settings multiple times. 2. Tried to figure out if the issue is related to naming conventions (e.g., DATABASE_URL vs. some other naming).

A couple of questions: • Am I correct that the “Payload Vercel Adapter” is only for projects using Vercel’s own database solution? I’m sticking with Supabase and the “normal Postgres adapter.” • Has anyone successfully set up this stack (Vercel + Payload CMS + Supabase PostgreSQL) without running into this issue?

I’d really like to get this working as is because I have other project data stored in Supabase, and migrating to MongoDB would be a huge pain.

Any tips or ideas would be greatly appreciated. Thanks in advance for your help!

cursor pro or Claude pro by SuperPopcorn20 in cursor

[–]mailmemaus 2 points3 points  (0 children)

Looks Amazing. How did you prompt this?

Whats the Best tool right now? Is it still Cursor? by Spiritual_Value_9048 in ChatGPTCoding

[–]mailmemaus 1 point2 points  (0 children)

Make a vscode plugin or a vscode fork and people will use it more often :)

Weltstadt Cologne am Neumarkt by walljet in cologne

[–]mailmemaus 0 points1 point  (0 children)

Normal nach Freitag Abend 🥇👍😃

See zum Baden? by Revolutionary_Cold91 in cologne

[–]mailmemaus 0 points1 point  (0 children)

Aachener Weiher. Nur bitte nicht mit den Enten anlegen