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 June 18, 2025 16:05
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 May 19, 2025 18:11
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: