↳
In-reply-to
»
What's the most common feature set on these tilde gists? 🤔
⤋ Read More
@bender@twtxt.net It’s not super important, I tagged you on IRC, but essentially I’m trying to build a tilde (shared linux host) thingy of some sort 😅 just experimenting with an idea I’ve had a while back. See for example working trivial “Hello World” at http://mbox.blue/~prologic/ – The basic idea is that when you ssh -p 222 user@mbox.blue that you actually are put into a sandboxed container. The container is capable of being detached to keep long-running processes like tmux and whatever running with ^p^q
(CTRL+p; CTRL+q) and all data stored in $HOME
is persisted. Additionally $HOME/public_html
is automatically mapped to the root’s web server. That’s about is so far…