Skip to content

Instantly share code, notes, and snippets.

View 11notes's full-sized avatar
💭
I may be slow to respond.

ElevenNotes 11notes

💭
I may be slow to respond.
  • 18:17 (UTC +02:00)
View GitHub Profile
@11notes
11notes / daemon.json
Last active May 5, 2025 08:18
/etc/docker/daemon.json with 169.254/16 subnets
{
"hosts":[
"unix:///var/run/docker.sock"
],
"log-driver":"json-file",
"log-opts":{
"max-size":"16m",
"max-file":"1",
"labels":"production_status",
"env":"os,customer"
@11notes
11notes / config.gateway.json
Last active May 5, 2025 08:53
Unifi Router Wireguard Config
{
"interfaces": {
"wireguard": {
"wg0": {
"address": [
"${LOCAL_IP}"
],
"firewall": {
"in": {
"name": "LAN_IN"