Replies: 8 comments 6 replies
-
I've updated the image to address polkit vulnerability CVE-2021-4034 |
Beta Was this translation helpful? Give feedback.
-
And now Vorta 0.8.3 |
Beta Was this translation helpful? Give feedback.
-
@Ranbato, thank you for publishing this. It's being used on Unraid OS by quite a few people. There's an issue when connecting to the Borg server using SSH key authentication, however. The issue is that the "app" user's home folder isn't being set correctly by Do you have any thoughts on how to get Vorta/ssh to find the correct home folder or persist the change to the home folder across restarts? Here's some discussion about the issue: |
Beta Was this translation helpful? Give feedback.
-
Either works for me. Happy to create a repo on my account or, if you want to make it more official create a repo here and I'll add the Dockerfile. |
Beta Was this translation helpful? Give feedback.
-
I'll put some notifications on my docker repo pointing to the new location and work out a deprecation timeframe. In the meantime, I'll spend some time this week on the ssh issue and some other cleanup |
Beta Was this translation helpful? Give feedback.
-
New image is up that fixed the issue for me. PTAL https://github.com/borgbase/vorta-docker/pkgs/container/vorta-docker |
Beta Was this translation helpful? Give feedback.
-
Good morning, I'm deploying the Vorta Backup docker and once the docker is configured, I get the following message: "volumes must be a mapping". I've tried changing the volume configuration by smartlinks, by device and by absolute path but the error in the check continues to appear. My docker compose code is the following: hostname: XXXXXXXX My devices: Smartink Absulte path Device Comment I would appreciate some light. I will try to find the problem as well. Regards |
Beta Was this translation helpful? Give feedback.
-
I have tried removing the "/" from the end and it shows the same error. /Nvme/Dockers/vorta/config:/config Before deploying the docker I have the possibility in OMV to do a docker deployment validation to see if everything is correct and when doing it it already shows me the error "validating /srv/dev-disk-by-uuid-074c79d4-a807-4a62-bffc-f24a4d6a26bc/Dockers/Vorta/Vorta.yml: volumes must be a mapping". As I have commented I have tried in the volumes section of the compose with Smartlinks, Absolute Paths and Devices. What I don't know is if the mount point should be used for the volume in Vorta's docker compose. I have several dockers deployed and everything has been relatively easy for me. Now I have PiHole, Qbittorrent, Jellyfine, Syncthinc, Watchtowewr, Jdownloader and Emule dockers running, and as I mentioned I am very happy with how it works (with the people who help right away). The truth is that I am just starting with PMV/Linux and I am learning little by little Regards |
Beta Was this translation helpful? Give feedback.
-
I've created a beta version of Vorta running in a docker container if anyone wants to play with it.
https://hub.docker.com/repository/docker/marklambert/vorta
Here is a sample snippet of my docker-compose.yaml that I am using to start it up. In the
.env
file I am setting TZ, USER_ID, and GROUP_ID. I am also defaulting them in theDockerfile
to get around #1125For the curious or paranoid, here are all the scripts: borg-vorta.zip
Suggestions and questions welcome
Beta Was this translation helpful? Give feedback.
All reactions