Skip to content

Instantly share code, notes, and snippets.

View nv6's full-sized avatar

nivesh nv6

  • Democratic Republic of Maryland ☭🦞🦀
View GitHub Profile
@nv6
nv6 / install-apple-emoji.md
Created July 22, 2025 22:40 — forked from win0err/install-apple-emoji.md
💃 Apple Emoji on Linux

Install Apple Color Emoji on Linux

  1. Download font.
mkdir ~/.local/share/fonts/
wget https://github.com/samuelngs/apple-emoji-linux/releases/latest/download/AppleColorEmoji.ttf -O ~/.local/share/fonts/AppleColorEmoji.ttf
# or system-wide to /usr/share/fonts/AppleColorEmoji/, for example
  1. Put Apple Color Emoji on the 1st place in /etc/fonts/conf.d/60-generic.conf:
@nv6
nv6 / README.md
Last active March 9, 2025 05:00 — forked from Harry-Chen/README.md
NetBox Docker deployment under subdirectory using Caddy

Tested with NetBox Community v4.2.5-Docker-3.2.0

full example

The attached docker-compose.override.yml shows a full working example bundled with Caddy. Running it should make Netbox accessible at https://mydomain.net/netbox.

This variant of Caddy doesn't require a user-defined Caddyfile for configuration. Rather it dynamically derives the Caddyfile from aggregated Docker labels. See https://github.com/lucaslorentz/caddy-docker-proxy for more info.

Otherwise, follow the next section to configure an existing Caddy instance using a regular Caddyfile.