#!/bin/sh # Placeholder served at https://fac.sh # # Replace this file on the server: # scp fac.sh root@dx2:/srv/fac/fac.sh # or edit it in place. It is a plain bind mount at /srv/fac -- no rebuild or # redeploy needed, nginx serves whatever is there. # # NOTE: anything here is world-readable and designed to be piped into a shell. # Treat it as published code: no secrets, and remember that whoever runs # `curl fac.sh | sh` is trusting this file completely. echo "fac.sh is live." echo echo " served from : dx2 (Guix System, Hetzner fsn1)" echo " replace with: scp your-script.sh root@dx2:/srv/fac/fac.sh"