Giter Site home page Giter Site logo

kopia-htmlui's Introduction

Kopia HTML Ui

This is the repository for the html UI for kopia. It is bundled as part of the kopia UI releases (e.g. KopiaUI-Setup-X.Y.Z.exe or a kopiaui package).

Reporting issues

If you want to report a bug or have an idea for a feature request, please use the issues list of the main kopia repository.

Development

The kopia UI uses React. It connects to a kopia server running locally.

If you want to run a local version of the GUI (e.g. for development), you need to start a kopia server first. As the UI version might be ahead of the latest release and might depend on changes in the server, it's recommended that you also clone the kopia server repository and start the server from there (GO required).

You can use this script like this one. Here it's assumed that you cloned the server repo next to the htmlui.

#! /bin/bash
(
  cd ../kopia
  # start kopia server with default repo:
  #go run . server start --insecure --without-password --disable-csrf-token-checks --log-level=debug
  
  # for development you might want to use another repository for testing only, not your normal one, so you could use, e.g. 
  go run . server start --insecure --without-password --disable-csrf-token-checks --log-level=debug  --config-file=$HOME/.config/kopia/disabled/repository-dev.config
)

kopia-htmlui's People

Contributors

adowair avatar anowlnamedmavis avatar arminus avatar basldfalksjdf avatar dependabot[bot] avatar ercoppa avatar gitname avatar j-bro avatar jkowalski avatar l1ghtmann avatar lolginer avatar lupusa avatar pescuma avatar phidevz avatar phracturedblue avatar ptandler avatar riedel avatar s-h-a-r-d avatar vyloy avatar yukuku avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.