Skip to content

A weekly Updated Seafile Client Docker Image

Notifications You must be signed in to change notification settings

onezero1010101/seafile-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Push to Docker Hub

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 from the Library in /app/lib/

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/
            - LibraryData:/app/lib
        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:
    LibraryData:

About

A weekly Updated Seafile Client Docker Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%