New standalone WebUI Created for Urbackup

Urbackup is an excellent product. My only complaint was the WebUI. I got bored and did a stand alone webui, it is free for anyone to use and Im wrapping up minor issues with it now. You can find more info at my site, under projects: www.agit8or.net

Any input is appreciated.

3 Likes

This looks great!

You focus is on managing multiple servers/MSP use case, so perhaps good to have a specialized UI for that?

There is a bit of a duplicate effort with the UI rewamp at urbackup_backend/urbackupserver/www2 at dev · uroni/urbackup_backend · GitHub going on. If you think there might be an advantage in breaking out components for reuse at this point, please tell.

Thanks! I spent a night and got it coded, now its debugging and fixing. I didnt set out for it to do multiple servers, it was just easier to set it up like that as it was stand alone. Any contribution I can make, I’m here for it. :slight_smile:

Links on site are now active or:

curl -fsSL http://stor.agit8or.net/downloads/install.sh | sudo bash

I would be interested to try that, but there is no install script under the provided url unfortunately.

its under the st0r project. i just added a button to make it stand out

@uroni do you have any api docs? I’m having some issues with some features.

Sorry if I just don’t get it but for me this url only gives me a html page?! :man_shrugging:

Are you copy and pasting that into an Ubuntu shell? I just tested and its working now. It’s had a bunch of revisions in the last few days

Seems to be working now. I will give it a shot in the next few days, thank you!

http://stor.agit8or.net/downloads/install.sh URL 404s (again?)

You say a web engine, cant be pure HTML as i assume you are accessing an API, so is this PHP? do you need an engine like Tomcot or python?

Will this work with any other flavor of Linux?

Not currently, but once I get done, I can focus on others.

At first I did stand alone so it could work with either version of urbackup server. I had such a hard time with it using the API and corrupting the urbackup database, I gave up on that and currently its an addon for a *nix urbackup server, on the same server. It now accesses the urbackup db directly. I’m still having some issues with using the api for real time status, and other minor things.

For anyone who wants to help test or give feedback, the urls are active again:

curl -fsSL https://stor.agit8or.net/downloads/install.sh | sudo bash
wget -qO- https://stor.agit8or.net/downloads/install.sh | sudo bash

Please backup your URBACKUP config before installing.

@uroni Do you mind taking a look, or do you have any api documentation?

1 Like

Installer has been updated so it will also install Urbackup if its not yet installed.

1 Like

seems like the frontend/dist folder is missing. got 404.
The urbackup install script url 404, install_urbackup_server.sh

Its went for a few revisions, also now on github as there is interest

1 Like