Skip to content

jdbann/sosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sosh - social over SSH

A simple social media application. Access it via SSH. Use your public keys to authenticate. Get stuck talking to the kind of people that want to join a social network only accessible via SSH.

Progress

  • Setup a basic bubbletea app that can be reached via SSH using wish
  • Add user registration and authentication via public key auth (persistened in memory)
  • Add posting and reading (persisted in memory)
  • Add a persistent SQLite store
  • Host this somewhere

Development

Running locally is simple:

go run .

Testing locally is simple too:

ssh -p 23234 localhost

This pro tip can be helpful for development. And there is a dangerous ssh option that I do not advise using: -o StrictHostKeyChecking=accept-new.

About

social over SSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published