Git Product home page Git Product logo

fileserversng's Introduction

fileServersNG

The replacement Alfresco file servers subsystem based on the JFileServer Enterprise file server code, with support for the latest SMB2 and SMB3 protocols, including hardware accelerated SMB3 for high performance secure file transfers.

Builds the fileserversng AMP for Alfresco supporting Alfresco versions 6.2 to 23.1 using the Alfresco 4.1 SDK.

To build the fileServersNG AMP use mvn clean install, this will create the fileserversng-nn.m.amp. We now use the same version numbering as Alfresco, where nn is the two digit year of the release and m is the release number for that year, eg. fileserversng-24.1.amp.

Running With Docker

There are pre-built Docker images for fileServersNG using Alfresco 6.2, 7.4 and 23.1. To use the pre-built images there are sample docker-compose.yml files in the Docker/ folder.

The supplied docker-compose.yml files need to be edited before they can be used. Look for the '' placeholders.

To enable the file server SMB2/SMB3 functionality you will need a fileServersNG licence key. To request a trial licence email [email protected].

Alfresco 6.2 docker-compose.yml

The fileServersNG Alfresco 6.2 setup uses Docker volumes to store the Alfresco content service, search service and database data. You will need to create these volumes using the following commands :-

docker volume create fileserversng-v62-acs-volume
docker volume create fileserversng-v62-db-volume
docker volume create fileserversng-v62-ass-volume

More information is available on the filesys.org Wiki pages here.

fileserversng's People

Contributors

filesysorg avatar

Stargazers

 avatar  avatar

Watchers

 avatar

fileserversng's Issues

Error No SMB dialects enabled

Fileserver keep crashing due to smb dialect not selected. Here i the error and my env:
env:

        -Dsmb.enabled=true
        -Dftpng.enabled=false
        -Dsmb.dialects=SMB3
        -Dsmb.kerberos.stripUsernameSuffix=true
        -Dsmb.kerberos.debug=true
        -Dsmb.kerberos.loginEntryName=AlfrescoHTTP
        -Dsmb.kerberos.realm=IPA.SIDR.SN
        -Dsmb.kerberos.config=/etc/krb5.conf
        -Dsmb.login.config=/etc/alternatives/jre/conf/security/java.login.config

and the error:

Caused by: org.alfresco.error.AlfrescoRuntimeException: 04240039 No SMB dialects enabled
	at org.filesys.alfresco.SMBServerBean.startServer(SMBServerBean.java:200) ~[fileserversng-24.1.jar:?]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.