Skip to content

Instantly share code, notes, and snippets.

@Jeremy-Gstein
Jeremy-Gstein / selfhost.md
Created February 25, 2024 02:48
using ssh, caddy, and the cloud provider of your choice - spin up 1 virtual machine to proxy all your local services without exposing your external gateway.

selfhost

using ssh, caddy, and the cloud provider of your choice - spin up 1 virtual machine to proxy all your local services without exposing your external gateway.

The Goal:

  • host locally without forwarding ports on external gateway.
  • no ddns
  • no port forwarding
  • mask your public IP address
  • available without manual intervention
@Jeremy-Gstein
Jeremy-Gstein / open-ai-api.md
Last active February 25, 2024 02:24
Messing around with OpenAI - API and Whisper

Messing around with OpenAI

Disclaimer: this was just for fun and to learn about openai

I started messing around with openai's API and wanted to share some CLI tools. The following was used to test these scripts. May create a small container or codespace for this in the future.

Enviroment Used:

Fedora Silverblue 37 (VM):

  • 4 x 2 Vcpus (8 cores total)