GithubHelp home page GithubHelp logo

ngosang / docker-restic-rest-server Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 8 KB

Multi-arch Docker image for Restic Rest Server

License: MIT License

Dockerfile 100.00%
docker arch arm backup multi rest rest-server restic

docker-restic-rest-server's Introduction

ngosang/restic-rest-server

Latest release Docker Pulls Donate PayPal Donate Bitcoin Donate Ethereum

Docker image for Restic REST Server with support for multi-architecture.

โš ๏ธ This repository is archived because the official Docker image for Restic REST Server has support for multi-architecture since version 0.12.0. Use the official Docker image instead, the configuration is the same.

The image does not contain changes compared to the official image. You can use the official documentation from here and here.

Docker Registry

Docker images are available in GHCR and DockerHub.

docker pull ghcr.io/ngosang/restic-rest-server
or
docker pull ngosang/restic-rest-server

Supported Architectures

The architectures supported by this image are:

  • linux/386
  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64/v8
  • linux/ppc64le
  • linux/s390x

Usage

Here are some example snippets to help you get started creating a container.

docker-compose

Compatible with docker-compose v2 schemas.

---
version: "2.1"
services:
  restic-rest-server:
    image: ngosang/restic-rest-server
    container_name: restic-rest-server
    environment:
      - TZ=Europe/Madrid
      - PASSWORD_FILE=/data/.htpasswd
    volumes:
      - /host_path/restic/data:/data
    ports:
      - 8000:8000
    restart: unless-stopped

docker-restic-rest-server's People

Contributors

ngosang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ibidani

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.