Sign inSign up

jgiovaresco/hubic

By jgiovaresco

Updated about 10 years ago

HubiC image

Image
0

1.0K

jgiovaresco/hubic repository overview

# HubiC

Pre-requisite

  • Create a directory (~/.hubiC) to save HubiC configuration.

  • Create a file (~/.hubiC/.hubicpwd) containing your HubiC password

echo "YOUR PASSWORD" > ~/.hubiC/.hubicwd
  • Create a directory (/hubic) which will be synced with HubiC

## Run HubiC daemon

docker run -d \
  -v /etc/localtime:/etc/localtime:ro \
  -v /var/run/dbus:/var/run/dbus \
  -v /var/run/user/$(id -u):/var/run/user/$(id -u) \
  -e DBUS_SESSION_BUS_ADDRESS \
  -v $HOME/.hubiC:/home/user/.config/hubiC \
  -v /hubic:/hubiC \
  --name hubic \
  jgiovaresco/hubic

## Run HubiC commands

You can use hubiC cli with a simple script

#!/bin/bash

docker exec -i hubic /usr/bin/hubic "$@"

Tag summary

Content type

Image

Digest

sha256:71d78a5b7

Size

93.4 MB

Last updated

about 10 years ago

docker pull jgiovaresco/hubic