Skip to content

AdamLearns/MiniPCSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MiniPCSetup

This contains some setup scripts for the mini PC that I have.

Initial setup

I actually do the initial setup via Ansible in the Abbott repo. That provides the following:

  • A bunch of command-line tools like btop, git, rg, etc.
  • Docker

Syncthing

  • Create the notes directory: mkdir ~/Obsidian\ Vaults
  • Run Syncthing in Docker: docker compose -f syncthing-compose.yml up
  • If you want to connect to the web GUI using the computer that you're SSH-ing from, tunnel the Syncthing GUI port: ssh -L 7895:localhost:8384 adam@minipc. Note that this can be in ~/.ssh/config as the following:
Host minipc
  HostName 192.168.0.212
  User adam
  AddKeysToAgent yes
  UseKeychain yes
  LocalForward 7895 127.0.0.1:8384
  IdentityFile ~/.ssh/github_adamlearns

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published