- Faasd with Caddy & Terraform - demonstrates Caddy for Let's Encrypt as well as usage of secrets.
- Hands-on with faasd & Inlets
- faasd walk-through with cloud-init and Multipass
- OpenFaaS: keeping serverless simple
- Meet Derek, the contribution bot for GitHub
Mostly utilizing faas cli here are some one-liners to shortcut typing:
export IP="faas1" &&
export PASSWORD=$(ssh root@$IP "sudo cat /var/lib/faasd/secrets/basic-auth-password") &&
export OPENFAAS_URL=http://$IP:8080 &&
echo $PASSWORD | faas-cli login --password-stdin
You can also use a hostname as IP.