Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
wolke4707y@gitpush Sure. Here goes nothing: I am working on a bot for discord which has the core components seperated into independent processes, one gateway, one cache, one worker and one exit node. Since I want to be able to restart the worker at any time, I am moving anything which stores data into an independent api which is publicly available. This api is also microservice oriented. When I want to test new things I can just connect the worker itself to the mq and run the more or less stable processes on the server. Since I like to have clear ips and have servers across multiple providers I've made a vpn with a server to server and client to server communication option. With this I can easily expose services within the VPN which should not be public. I hope this solves your questions ^^
-
@wolke this is so cool, great job what you did there :D
You are using OpenVPN for your vpn or something else? -
@wolke will try it out, for openvpn I used a docker container for it so pretty much did not have to configure anything but the new client lol
That feel when you move most of your dev environment to servers and connect to it via vpn so you won't have to open 10+ terminal windows 😍
rant
living the vpn life
more fun