Sign inSign up

patdelapampa/rest-server

By patdelapampa

•Updated about 4 years ago

armhf build of restic's rest-server

Image
0

176

patdelapampa/rest-server repository overview

⁠Restic's Rest Server for arm/v7 and arm64/v8

Here are Restic's Rest Server⁠ builds for armhf and arm64.

⁠Deploy the image with a docker compose file

version: '3.9'

services:
 restic-server:
   image: patdelapampa/rest-server
   container_name: rest-server
   ports:
     - 8000:8000
   volumes:
     - /local/path/to/data:/data
   environment:
     - DISABLE_AUTHENTICATION=true    # Optional: To enable .htpasswd access, delete this line and create a new user

⁠Manage users

⁠Create a new user
docker exec -it rest-server create_user <user> <password>
⁠Delete a user
docker exec -it rest-server delete_user <user>

Tag summary

Content type

Image

Digest

sha256:e26f4cd65…

Size

9.4 MB

Last updated

about 4 years ago

docker pull patdelapampa/rest-server