about summary refs log tree commit diff
path: root/users/grfn/xanthous/server/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-07 r/3019 feat(xanthous/server): Add derivation for docker imageGriffin Smith1-1/+5
This appears to work pretty nicely! Change-Id: Icf52f58225ee2837b30ba6187ae3ba3c539de9df Reviewed-on: https://cl.tvl.fyi/c/depot/+/3810 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
2021-11-07 r/3015 feat(gs/xanthous): Add SSH server applicationGriffin Smith1-0/+10
Add the start of an ssh-compatible server application for playing Xanthous over ssh. The idea here is that the user can ssh with whatever username they like (defaulting obviously to their login username) and then that gets passed as the --name flag to xanthous as they play. Change-Id: I39eec288ac8e22a165e859479888d78158a58818 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3806 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>