Sign inSign up

nopenix/seafile-client

By nopenix

Updated about 3 years ago

A weekly Updated Seafile Client Docker Image

Image
0

526

nopenix/seafile-client repository overview

GitHub Workflow Status GitHub issues Docker Stars GitHub Repo stars GitHub top language

seafile-client

Seafile Client Docker Image

Where to find my Files?

You can find all files under /app/seafiles/seafile/LIBRARY_NAME so e.g. if your Library is named Downloads than the path to your files would be /app/seafiles/seafile/Downloads

Security

The Container gets automatically build every week with the freshed updates available.

Example docker-compose:

version: "3"
services:
    app:
        image: nopenix/seafile-client
        volumes:
            - SeafileData:/app/seafiles/seafile/LIBRARY_NAME # !!CHANGE!! LIBRARY_NAME to the name of your Library
        environment:
            - SERVER=ServerURI # e.g. https://share.example.com
            - LIB_ID=000aaaaa-a0aa-0a00-0aa0-000a0000a000 # Library ID
            - SEAFILE_USERNAME= # E-Mail address of the user
            - $SEAFILE_PASSWORD=

volumes:
    SeafileData:

Tag summary

Content type

Image

Digest

sha256:49e567209

Size

89.6 MB

Last updated

about 3 years ago

docker pull nopenix/seafile-client