[request] seafile


Recommended Posts

  • 3 months later...
  • 2 months later...
  • 2 weeks later...

I managed to get a docker hub seafile working. Not quite a proper template but It's not that hard to get up and running with community apps.

 

You will need a database. In my install I used mySQL. linuxserver's container works well for this.

CONFIG SETTINGS for m3adow/seafile container

 

Guess I should also say I would be in favor of a proper XML as well.

Link to comment
  • 4 weeks later...

I managed to get a docker hub seafile working. Not quite a proper template but It's not that hard to get up and running with community apps.

 

You will need a database. In my install I used mySQL. linuxserver's container works well for this.

CONFIG SETTINGS for m3adow/seafile container

 

Guess I should also say I would be in favor of a proper XML as well.

 

Hm I was able to get the docker converted to a template in Unraid, but could you provide some more info on how your Nginx docker is setup to act as a webserver for the Seafile docker? I can't seem to figure out how to get them to communicate properly

Link to comment
  • 2 months later...
  • 2 weeks later...
  • 2 weeks later...

The official github appears to be https://github.com/haiwen/seafile-docker.

 

As you see, the 'official' installation method is via their script wizardry - there isn't even a Dockerfile (see https://github.com/haiwen/seafile-docker/issues/1). In the issue no. 1 page, some user points to their Dockerfile (https://github.com/foxel/seafile-docker), that uses docker compose.

 

What would be a sane way of using that? How have you guys gone about getting seafile installed on unraid boxes?

 

Link to comment

Yeh I get Docker, but can't figure out what's the correct way of using docker-compose from unraid. That's the part I don't like with unraid - they've converted nice and simple docker api into some php-based clustertruck. Really can't see the benefit of typing out your dockerfiles instead of using 'templates'. Just weird.

Link to comment

Yeh I get Docker, but can't figure out what's the correct way of using docker-compose from unraid. That's the part I don't like with unraid - they've converted nice and simple docker api into some php-based clustertruck. Really can't see the benefit of typing out your dockerfiles instead of using 'templates'. Just weird.

docker compose is not currently supported on unRaid at all.  You have to use dockerfiles.  Docker utilized dockerfiles prior to docker-compose and unRaid just hasn't implemented that as of yet
Link to comment

Alrighty, thanks. Out of curiosity, why foxel seems to be the go-to solution, when there are more popular dockers like https://hub.docker.com/r/m3adow/seafile/ / https://hub.docker.com/r/jenserat/seafile/? foxel does provide mysql & nginx setups, but don't see why would one want it baked inside seafile container.

Convenience would be the reason.  Download one container and you've got all the dependencies it requires (and not have to worry about if an update to a separate container breaks another).  Does take up more resources (hdd space), but space is cheap...

 

Different philosophies on containers.  Should they adhere 100% to the docker mantra and be completely standalone or have outside dependencies

 

 

Link to comment
  • 3 weeks later...
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.