Skip to content

Instantly share code, notes, and snippets.

@alexkutsan
Created April 19, 2025 06:27
Show Gist options
  • Save alexkutsan/f93647ea9e28abc0d832b1fedf702b23 to your computer and use it in GitHub Desktop.
Save alexkutsan/f93647ea9e28abc0d832b1fedf702b23 to your computer and use it in GitHub Desktop.
share_here() {
ip=$(tailscale ip | head -n 1)
[[ -z "$ip" ]] && echo "Error: No IP found." && return 1
echo "Sharing at: http://$ip:23315"
echo "creds : user/password"
filebrowser -a 0.0.0.0 -p 23315
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment