Project list

SSHable Multi-user Todolist

image article

SSHable Multi-user Todolist

Instructions

Build upon previous Multi todo list project and make it reachable via ssh and multi-user

Made with VHS

Key Features

Usage

# ssh server
[PORT=23234] go run main.go server
# ssh server (redis)
# docker run -d --name redis-todo -p 6379:6379 redis
[REDIS_ADDR="localhost:6379"] [REDIS_PASSWORD=""] [PORT=23234] go run main.go server [--db="file"|"redis"]
# connect to server
ssh -p23234 -t localhost [room] [privacy<true|1>] [inviteCode]

# standalone
go run main.go standalone [room] [--db="file"|"redis"]

TODO

View on github