Skip to content

Experimental you shouldn't use this.

Notifications You must be signed in to change notification settings

rhd/relica-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Relica Docker Container - Unofficial

This is an unoffical Docker container to run Relica Backup.

If you like it please consider signing up with my referral link.

Relica is designed to be run on your local machine and there are a number of challenges to running it remotely, which this container aims to solve.

This container, if properly configured, is suitable to run on NAS or other remote machines.

Features:

  • Automatically download the latest version when the container is started.
  • Suitable for local usage on http://localhost:1201 or remote usage on :1301
  • Configurable User and Group (to avoid permissions issues when using host filesystems)
  • HTTP Basic Auth (optional)
  • Automatic HTTPS for domain names, if used (via Caddy)

Configuration

# reccomended
RUID # 911
RGID # 1000

# optional
WEB_USERNAME
WEB_PASSWORD
LISTEN_ADDRESS # *

Usage

docker run -v $(pwd)/config-dir:/config -v $(pwd)/backup-dir:/backup -p 1301:1301/tcp -e RGID=998 -e RUID=1000 rjocoleman/relica
open http://127.0.0.1:1301

TODO

  • Better documentation
  • relica CMD usage

About

Experimental you shouldn't use this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 72.8%
  • Shell 27.2%