Install OB2 on ASP.NET / SQL Server Hosting?

Hello,
A noob question… Can I setup OB2 on ASP.NET server? I mean on site like this ASP.NET Hosting | .NET Core Hosting – Rootpal , which donot have root access but there is dotnet . Compared to VPS they are pretty cheap XD.

You need to modify the source code in order to change from SQLite to a hosted database. After that it’s enough to just edit the connection string in appsettings.json and you should be set. I will probably make a guide for this in the future.

Maybe it even works with the current SQLite db, I suggest you try. Also you can set OB2 up anywhere docker is supported (e.g. heroku) that’s the absolute cheapest option!

I am completely noob on setting up Docker\ Dot net apps … Please Make a guide on those too. I will be waiting. Meanwhile I will try myself setting up through googling and stacksoverflow. Also thank-you for your precious information. :slight_smile:

At least for docker already exists a guide:

And for updating:

But that guide is for Running on Windows 10/ linux Computer locally only. I bet many things need to be done to set it up on Heroku :confused: . If there is some guide for setting it up on cloud I mean … AspNet server (setting up database and running) or Heroku … would be great . I think it requires some backend skills too which I lack :frowning: . But haveing some guide will probably helps :slight_smile: .

I think you’re looking for this guide

Just swap the container name in the guide with OB2’s one

openbullet/openbullet2:latest

and you’re done.

1 Like

DigitalOcean seems easier by the way
just swap facebox-prod-1 with openbullet/openbullet2:latest in one of the commands and you’re all set ^^

1 Like

Ouch thankyou Ruri sama you saved my ass … yeah those guides I was looking for Thank you very very much. Can you please send some link to publish ASP.NET Core web application too? . I bought .NET server currently :frowning: but will switch to Heroku when it expires. Anyways thanks again XD

I have no clue about how the service provider you are using works, and I have no time to investigate. I only know how to deploy on a cheap vps e.g. a 3€/month linux vps, and that’s covered in my installation guide.

1 Like

Yeah thankyou understandable. Also thankyou For heroku tuts, I am switching the host provider now, i got a clue. You are awesome :slight_smile: