Skip to content

Instantly share code, notes, and snippets.

View Glucy-2's full-sized avatar

Glucy2 Glucy-2

View GitHub Profile
@Glucy-2
Glucy-2 / alpine-init.md
Last active July 10, 2025 14:32
Alpine init
  1. Use at your own risk
  2. This script assumes that grep, sed is available, and doas or sudo if not running as root
@Glucy-2
Glucy-2 / cloudflared-docker-compose.yml
Created June 28, 2025 13:55
Docker / Podman compose example for Cloudflared
version: '3'
services:
cloudflared:
image: cloudflare/cloudflared:latest
network_mode: host
# volumes:
# - ./config/config.yml:/etc/cloudflared/config.yml
# - ./config/<YOUR_TUNNEL_UUID>.json:/etc/cloudflared/creds.json
@Glucy-2
Glucy-2 / ssh.pub
Created March 1, 2024 13:01
SSH PUBKEY
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP1vcO4Ze2ST0xqREVg0OmV9yhl4ysDrtC17B/i5yMil [email protected]