Skip to content

danielschwab/kopia-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kopia Hub

This simple webpage lets you switch between multiple Kopia instances in a iframe. The project aims to be a solution for the Kopia docker image restriction to only support a single repository.

Usage

compose.yml :

services:
    proxy:
        image: ghcr.io/danielschwab/kopia-hub:latest
        container_name: proxy
        restart: unless-stopped
        ports:
            - "50000:80"
        environment:
          INSTANCE_URLS: '[{"name":"Kopia Default", "url":"http://localhost:51515"},{"name":"Kopia Remote Data Pool", "url":"http://localhost:51516"}]'

The INSTANCE_URLS environmnt variable is an array of hashes with name and url attributes which define the selectable instances.

Screenshots

Screenshot

About

A simple webpage which allows you to switch between multiple instances of kopia

Resources

License

Stars

Watchers

Forks

Packages