Skip to content

Instantly share code, notes, and snippets.

@crawc
crawc / mail2fax.sh
Created June 7, 2024 19:46 — forked from stefb69/mail2fax.sh
Mail to Fax gateway script for hylafax
#!/bin/sh
# mail2fax reloaded
# modified version working 100% by stefb (for europe)
# This script allows you to send faxes through your HylaFAX box.
# It uses mpack to strip out email attachments and sendfax to do
# the fax delivery.
### Temporary dir stuff
RANDOMFAX=/tmp/faxtmp.$(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" ")
@crawc
crawc / docker-compose.yml
Created July 26, 2024 17:57 — forked from joshhunt/docker-compose.yml
Docker Compose file for grafana/nginx reverse proxy
version: "3"
services:
nginx:
image: nginx:latest
container_name: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 8080:80
networks:
@crawc
crawc / harvester_clout_init.md
Created August 5, 2024 00:01 — forked from clemenko/harvester_clout_init.md
A cloud_init example for Harvester and Rocky/Ubuntu