Skip to content

linagora/linshare-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linshare-Docker

Docker is available here and docker-compose here. Make sure that these are installed on your system before starting.

  • Docker can be installed with the following lines on most distros :
$ curl -sSL https://get.docker.com | sudo curl
  • docker-compose :

you can install it according to the offcial documentaion here

Presentation

Deploy a Linshare instance with ease using Docker and docker-compose

This docker-compose aims to make possible to quickly run a Linshare appliance. It consists of several containers :

  • Tomcat with Linshare server
  • Postgresql for the server
  • MongoDB for the server
  • Apache2 with Linshare Admin's interface
  • Apache2 with Linshare User's interface
  • Apache2 with Linshare Upload request's interface
  • Apache2 acting as a reverse-proxy for the above (except Postgresql & MongoDB)
  • Thumbnail server to generate preview for input files on Linshare
  • Opensmtp server configured in relay mode
  • ClamAV server to be used by Tomcat
  • LDAP directory containing some sample users. see
  • An init container: it will create a domain with a connexion to the embedded LDAP.

Most of the containers can be configured to suits your needs, the available settings are either already used (and you have just to replace them) or commented out. Automatic upgrades for data used by containers is not available.

How to use it

# use this line to launch it
$ docker-compose up -d

# Once containers are created and running in backgroup, you must check if they are running properly:
$ docker-compose ps
# If a container exits with an error code different than 0, it means it failed.
# In this case, you should take a look to the container.

# use this line to see logs for all containers
$ docker-compose logs

# use this line to stop
$ docker-compose stop

# use this line to delete previously created containers
$ docker-compose down

# use this line to delete all data created by containers (reset all modifications)
$ sudo rm -fr data

By default the containers are listenning to linshare.local so you may have to add the following lines in your hosts file :

127.0.0.1   admin.linshare.local user.linshare.local linshare.local traefik.linshare.local webmail.linshare.local upload-request.linshare.local docs.linshare.local

And all uses the https protocol via the port 443.

Quick start

Once everything is running, you can start using LinShare home page.

If you do not want to use the init container, you can setup the link with the LDAP manually with the following guide:

  1. Browse to admin.linshare.local and log in using
  2. Select DomainLDAP connections
    • Click on the '+' icon
    • Fill the fields with your LDAP credentials
    • Hit Save
  3. Select DomainDomain patterns
    • In Model selector chose default-pattern-demo
    • Fill the field Name
    • Hit Save
  4. Select DomainManage domains
    • Click on the '+' button after LinShareRootDomain
    • Fill the fields Identifier, Name and Description
    • Leave Inter-domains communication rules to DefaultDomainPolicy
    • Select the wanted settings for the remaining fields
    • Click on Add provider
    • Select the previous created elements in step 2 and step 3 for each fields and provide your Base dn in the last one
    • Hit Save
  5. You can now go user.linshare.local and start using your LDAP users.
firstName lastName mail
Abbey CURRY abbey.curry@linshare.org
Amy WOLSH amy.wolsh@linshare.org
Anderson WAXMAN anderson.waxman@linshare.org
Cornell ABLE cornell.able@linshare.org
Dawson WATERFIELD dawson.waterfield@linshare.org
Felton GUMPER felton.gumper@linshare.org
Grant BIG grant.big@linshare.org
Nick DERBIES nick.derbies@linshare.org
Peter WILSON peter.wilson@linshare.org
Walker MCCALLISTER walker.mccallister@linshare.org
- password : secret

External users: They only have access to the webmail. They could be used as external contacts for anonymours URL, Upload request or LinShare guests

mail Password
guest1@linshare.org password1
guest2@linshare.org password2
guest3@linshare.org password3
guest4@linshare.org password4
guest5@linshare.org password5
external1@linshare.org password1
external2@linshare.org password2
external3@linshare.org password3
external4@linshare.org password4
external5@linshare.org password5

License

View license information for the software contained in this image.

Supported Docker versions

User Feedback

Documentation

Official Linshare documentation is available here : Linshare Configuration Guide (pdf format).

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published