Skip to content

Instantly share code, notes, and snippets.

@BirknerAlex
BirknerAlex / FontAwesome.ts
Last active October 22, 2025 14:06
Payload CMS Font Awesome Select Field
import { Field } from 'payload';
export const FontAwesomeField: Field = {
name: 'fontAwesomeIcon',
label: 'Icon',
type: 'text',
validate: (value) => {
if (!value) {
return 'Please select an icon';
}
@alyahmady
alyahmady / .env
Last active December 11, 2025 04:16
Caddy + Next.js + Docker build
DOMAIN=http//:localhost
# For production, use a real domain without scheme (http:// or https://) to be served with auto-renewal HTTPS/SSL
# DOMAIN=example.com