Do you set up all of your self-hosted apps? Do you know if there's a place to hire people to set things up for you? Would you pay for somebody to do that? Is there any security concern?
Ask HN: Do you pay someone to install self-hosted apps?
1–10 of 16 posts
Re: Ask HN: Do you pay someone to install self-hosted apps?
#2Re: Ask HN: Do you pay someone to install self-hosted apps?
#3Check out cloudron: https://cloudron.io/
Re: Ask HN: Do you pay someone to install self-hosted apps?
#4I am trying to find a solution for this, but so far most of my clients have at least some technical knowledge, the rest are a bit afraid, as you mentioned, to waste too much time on trying to install something.
I also talked to some folks at DigitalOcean to ask on an easier way for a developer to install the software for the clients, on the clients own DO account. Unforunately all the solutions they provided were either really complicated or involved access to the clients account, thus imposing a high security risk. I told them it would be really cool if I could send a link to the client that automatically create the server with all the configuration needed, without them having to press any other buttons or run any commands.
Slightly off-topic: What self-hosted analytics app did you install? You could also check out the one I built[0], I focused a lot on making installation as easy as possible.
Re: Ask HN: Do you pay someone to install self-hosted apps?
#5Re: Ask HN: Do you pay someone to install self-hosted apps?
#6Anytime I have to install some software (AWS' agents such as inspector and cloudwatch are particularly bad about this) and I have to extract some tarball or curl into `sh` I cringe. RPM/Apt/etc is right there, ready for you to use! Signature verification, config file handling, etc!
Re: Ask HN: Do you pay someone to install self-hosted apps?
#7Re: Ask HN: Do you pay someone to install self-hosted apps?
#8I am actually building a self-hosted application and this is a really big question/problem. In a perfect world, you could go to any hosting platform and with one click you should be able to install any software you want (as you do on mobile with apps). I am trying to find a solution for this, but so far most of my clients have at least some technical knowledge, the rest are a bit afraid, as you mentioned, to waste to…
Would love to learn about your challenges and see if our platform can solve your deployment related issues. email: hello at deploybob dot com
Re: Ask HN: Do you pay someone to install self-hosted apps?
#9I am actually building a self-hosted application and this is a really big question/problem. In a perfect world, you could go to any hosting platform and with one click you should be able to install any software you want (as you do on mobile with apps). I am trying to find a solution for this, but so far most of my clients have at least some technical knowledge, the rest are a bit afraid, as you mentioned, to waste to…
Hi, I have built a platform that performs all the deployment related tasks from provisioning the server, to configuring the basic firewall, installing the DB etc. Would love to learn about your challenges and see if our platform can solve your deployment related issues. email: hello at deploybob dot com
I am now doing this by teaching the clients how to use DigitalOcean + cloud-init to create a new server that automatically installs the software required: https://docs.usertrack.net/dedicated-usertrack-server
In a perfect world, all those steps mentioned in the link above (create droplet, copy userTrack cloud-init code, add domain, generate certificate) would be done through a single button click by the client, on any hosting platform they would chose.
Re: Ask HN: Do you pay someone to install self-hosted apps?
#10Earlier quoted context omitted.
Hi, I have built a platform that performs all the deployment related tasks from provisioning the server, to configuring the basic firewall, installing the DB etc. Would love to learn about your challenges and see if our platform can solve your deployment related issues. email: hello at deploybob dot com
My main problem is that the clients themselves should be able to self-host their product, without my intervention, and without them having any technical knowledge. I am now doing this by teaching the clients how to use DigitalOcean + cloud-init to create a new server that automatically installs the software required: https://docs.usertrack.net/dedicated-usertrack-server In a perfect world, all those steps mentioned i…
Also, is it possible for your app 'usertrack' to read the license key from the environment variable?
Let me know if you would like to test this out. The service is in private beta at the moment.
-- The client will have to use the DO oauth to login, provide their ssh public key and the domain name. Everything else will be take care of by the app. It takes roughly 8-12 minutes to complete the deployment.