Sign inSign up

yanik39/kopia-ubuntu

By yanik39

•Updated over 2 years ago

Ubuntu based Kopia

Image
0

564

yanik39/kopia-ubuntu repository overview

⁠Kopia-Ubuntu

Difference with original Kopia Docker Container is this is based on ubuntu:jammy and fuse3 is installed. So KopiaUI can mount snapshots and we can browse KopiaUI mounted folders from the host system.

⁠Nginx reverse proxy
location / {
                grpc_pass grpcs://container_ip:51515;
}
⁠Fusermount

A volume should be mounted with property :shared to the /tmp folder of the kopia container.

-v /mnt/kopia:/tmp:shared

So KopiaUI mounts would be browsable at /mnt/kopia/

Please also check docker-compose.yml file.

Tag summary

Content type

Image

Digest

sha256:7bb87dec1…

Size

59.8 MB

Last updated

over 2 years ago

docker pull yanik39/kopia-ubuntu