seafile professional


cracksilver

Recommended Posts

Hi there.

 

I've been using seafile with docker for a few weeks now. I like it a lot. Got it set up using nginx proxy manager so I can access it from outside via ssl. It's perfect, actually. If it weren't for the missing search function in the basic edition. Unfortunately this is only available in the pro edition.

 

Now to my question, how can I install the seafile pro edition in unraid?

 

thank you all
greg

Link to comment
  • 1 month later...

This came up in a google search so thought I'd post this even if the reply is likely too late for the OP

 

7.x is compose based but they have a repo with the last version of the all in one 6.x

 

I was using cli but you can make a template using this pretty easily
docker run -d --name sf7 -p 8000:8000 -e SEAFILE_SERVER_HOSTNAME=<url_here> -e SEAFILE_ADMIN_EMAIL=<admin_email> -e SEAFILE_ADMIN_PASSWORD=<passwd> -e SEAFILE_SERVER_LETSENCRYPT=false -v <storage_here>:/opt/seafile-data docker.seadrive.org/seafileltd/seafile-pro:latest

 

They use a private docker hub.. instructions below
https://customer.seafile.com/downloads/

 

There's also a community all in one 7.x but I couldn't get it to work correctly for PRO just CE

Link to comment

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.