Skip to content

Instantly share code, notes, and snippets.

View shimizu-izumi's full-sized avatar

Izumi shimizu-izumi

View GitHub Profile
@mjbalcueva
mjbalcueva / password-input.tsx
Last active October 16, 2025 21:03
shadcn ui custom password input
'use client'
import * as React from 'react'
import { EyeIcon, EyeOffIcon } from 'lucide-react'
import { Button } from '@/components/ui/button'
import { Input, type InputProps } from '@/components/ui/input'
import { cn } from '@/lib/utils'
const PasswordInput = React.forwardRef<HTMLInputElement, InputProps>(({ className, ...props }, ref) => {
@ubergesundheit
ubergesundheit / readme.md
Last active December 2, 2025 04:40
systemd traefik.service

systemd Service Unit for Traefik

Adapted from caddy systemd Service Unit

The provided file should work with systemd version 219 or later. It might work with earlier versions. The easiest way to check your systemd version is to run systemctl --version.

Instructions

We will assume the following: