<Doc_X>
that said, there are a good number of shops that run ruby (for more than just Ruby on Rails). I do a lot of my personal scripting in it when I'm not forced elsewhere by library availability.
<Doc_X>
seydar: You should be able to do `set :port, 80` in the sinatra config (per https://sinatrarb.com/configuration.html). . . but as you say you'll need to run via sudo.
<wnd>
I'd consider using nginx, socat, or such to listen to port 80
<ox1eef_>
He is not in the channel. But yeah, I'd use nginx, or puma-dev.
teclator has quit [Ping timeout: 265 seconds]
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
moldorcoder7 has joined #ruby
teclator has joined #ruby
Averna has quit [Ping timeout: 268 seconds]
dionysus69 has quit [Ping timeout: 256 seconds]
_ht has quit [Quit: _ht]
teclator has quit [Ping timeout: 272 seconds]
CrazyEddy has quit [Ping timeout: 255 seconds]
<Doc_X>
one of the downsides of ignoring join/part messages. apologies for the noise.
razetime has quit [Remote host closed the connection]
crax23 has joined #ruby
cartdrige has quit [Ping timeout: 246 seconds]
Laplace has quit [Quit: Connection closed for inactivity]
Guest39 has joined #ruby
Guest39 has quit [Quit: Client closed]
finsternis has quit [Read error: Connection reset by peer]
lucartc has joined #ruby
lucartc has left #ruby [Leaving]
dviola has left #ruby [WeeChat 3.7.1]
dviola has joined #ruby
ur5us has joined #ruby
<havenwood>
Or live a little on the bleeding edge with Falcon.
<havenwood>
It works well without an NGINX reverse proxy.
gonix has joined #ruby
soknte5 has joined #ruby
Al2O3 has joined #ruby
gonix has quit [Ping timeout: 272 seconds]
gonix has joined #ruby
soknte5 has quit [Ping timeout: 256 seconds]
soknte5 has joined #ruby
soknte5 has quit [Client Quit]
otisolsen70 has quit [Quit: Leaving]
gonix has quit [Ping timeout: 256 seconds]
lucartc has joined #ruby
Laplace has joined #ruby
plantman2 has joined #ruby
plantman2 has quit [Ping timeout: 256 seconds]
John_Ivan has joined #ruby
John_Ivan_ has joined #ruby
___nick___ has quit [Ping timeout: 256 seconds]
John_Ivan__ has joined #ruby
John_Ivan has quit [Ping timeout: 256 seconds]
John_Ivan_ has quit [Ping timeout: 260 seconds]
John_Ivan has joined #ruby
John_Ivan__ has quit [Ping timeout: 260 seconds]
finsternis has joined #ruby
svdasein has joined #ruby
<svdasein>
I'm having not such a good time trying to get an interactive shell going (with a network device) using Net::SSH. Looks like there used to be a built in method called shell that is obsolete. And then someone wrote a gem net-ssh-shell that I guess was supposed to replace that but that hasn't been maintained for a long time. And I'm finding a dearth (almost none) of information as to how to do it with the current Net::SSH. Anyone have
<svdasein>
experience w/ that sort of thing? The problem is I need a stateful shell similar to like "cd /my/dir\nls\n" - the exec! method won't work for my use case cuz there's a required state change before the command I actually wanna run.
<svdasein>
I am beginning to think it might be some fundamental problem with cisco's ssh stack on this device - but unsure...
<ox1eef_>
So long as you think with evidence, that's fair.
<svdasein>
the technique I'm using on the cisco device does not behave the same way when talking to sshd on a linux device