Skip to content

Instantly share code, notes, and snippets.

@23-andreas
23-andreas / dokploy-sshfs-setup.md
Created May 9, 2026 07:33 — forked from knowsuchagency/dokploy-sshfs-setup.md
Mount Remote Server via SSHFS on macOS - Complete Setup Guide

Mount Remote Server (dokploy) via SSHFS on macOS

This guide documents how to mount a remote server's directory as a network drive on macOS using SSHFS.

Prerequisites

  • macOS (tested on macOS Sequoia)
  • SSH access to remote server configured in ~/.ssh/config
  • Homebrew installed
@23-andreas
23-andreas / 0_reuse_code.js
Created January 9, 2017 22:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console