1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-02 21:25:48 +00:00

Updated Google Summer of Code 2023 Ideas (markdown)

Manu 2023-02-04 18:18:59 +00:00
parent e41c433191
commit aec19fa196

@ -22,8 +22,8 @@ These are tasks you can work on. Feel free to suggest others or find an open iss
- Implement quick start wizard for new users (large task): Often users aren't sure how to get started. If Vorta starts without existing settings, it could show a wizard that explains and asks users how they would like to get started with their backups.
- Remove Paramiko dependency (easy task): It's easy to add a dependency but hard to remove it. We found that it's not really essential for our application to parse each SSH key a user has. So this task would remove Paramiko and just do a rudimentary check to see if a file is a private SSH key. See [this issue](https://github.com/borgbase/vorta/issues/1559).
- Improve modularization
- improve GUI (profile sidebar, file search in diff view, summary footer in source view, ... i have an extended list on my machine)
- run backups as root
- Improve GUI (profile sidebar, file search in diff view, summary footer in source view, ... i have an extended list on my machine)
- Run backups as root: Vorta was first built for user backups. Some users also want to run it as root and backup the whole system. There are minor blocking issues to achieve this. This task would resolve those and write documentation for it. This is a large task that needs additional Linux knowledge.
### Borg (mentors: @m3nu, backup mentor: @ThomasWaldmann)
- Releases and tests: build releases in Docker? Uses full VMs currently