-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web interface for bit #209
Comments
(by sammcj) |
It is quite old. No fresh wishes. ;) Usefull in some cases maybe. But complex and binding ressources we don't have. This is a far away (means impossible) feature. And it opens several security issues. We should need an expert here. I would recommend to close. |
I agree that this is out of scope, but we may keep the Issue as a reminder. |
After working with BITs code base for some months I don't see how to implement this. A textual user interface would be much better and would solve the use case running BIT on a headless server. I vote for close. |
It is possible to implement. But it's quite a lot work! |
https://www.djangoproject.com/ ;-) But first we need to better separate the GUI from the view models and controllers and add unit tests for that, |
Django is box of pandora. In context of BIT is like using a lear jet to go out and buy buns. 😄 What is a use case for such a web-dingsbums? Just login via SSH and start the TUI. We need a TUI much more then a web-interface. A TUI is easier to isolate, test and maintain. |
Many people have centered their workflow around web interfaces (which are better for graphs, for example). It's just a matter of personal preference. But we should focus on what BackInTime can do, and in that respect I agree with @aryoda that it's a far-future idea at best. |
❤️ OK guys. But I assume there are technically better (easier) webservice options then Django. |
Now after working round about 2 years at BIT taking our resources and problems into account I vote to close this issue. I don't see when and how this ever will be implemented by us. And technically I also don't think it is a good idea to implement it using this repo. Such a web interface could be a good separate project just using the Personally I would prioritize a TUI interface for BIT instead of a web front end. With a TUI you can SSH into your server and do your thing. I vote to close because of this. |
I agree with this assessment. |
Closing this ticket based on the comment above. Feel free to reopen. Thank you for your efforts. If you have Best regards, |
I would like to see an optional web interface to BIT that allowed browsing of the snapshots, and the copy function (but not restore). I would want this to be secured in some way. Here is a scenario where this would be useful (and how I would use it):
Network share running on Server A
--> Share is used by Active Directory users on Windows computers
BIT running on Ubuntu on Server B
--> BIT server is bound to Active Directory
--> BIT web interface is secured and requires either local or domain credentials to log in. (not just any user should be able to log in though, only specified users / groups.
------> Once logged in, an end user can look at the contents of a snapshot and retrieve items from it. Restores would have to be done from the server or by "administrative" login to the web interface.
I know this is asking a lot, but I wanted to put it out there. Thanks for an already nice product!
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: