faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <damianham> @0x2C6 it is easy to deploy to a VPS - I use minaJS https://mina.js.org/, there is also a ruby version of mina http://nadarei.co/mina. All you need to do is setup your VPS to run your binary as a startup service so it restarts on server reboot and build the binary from the repository on the server during deployment. Here is my redacted deploy.json file ⏎ ⏎ ```code paste, see link```
<FromGitter> <pynixwang> router scope is not namespaced
<FromGitter> <0x2C6> @damianham hmm it's good actually. Now I'm out of town can't look at it right now. Could you tell me does its docs cover how to generate files to use with systemctl?
<FromGitter> <JohnLegrand> Hey guys. Can someone point me in the best direction to find info on creating a Pipe for my API? I want to check for a Auth token or something of that nature and best I can understand that would be the way to do it