7

I have a Windows Fileserver (SMB), for internal storage. I'm looking for a way to add a Web-interface to expose the fileserver over HTTPS.

The requirements are:

  • Accessible over HTTPS in a standard browser as a Web application.
  • The Web application shall be able to display and modify the content of a SMB-share.
  • Media playback (video and audio) would be great. But download and relying on the browser are ok.
  • Linux or Windows.
  • Open Source

If it is a bad idea to have this setup, please let me know. I can be okay with moving from the Windows file-server SMB platform to another Linux platform.

Sam
  • 370
  • 1
  • 4
  • 18

4 Answers4

7

NextCloud has WebDAV functionality / integration and can replicate data between off-site <-> on-premises in the way you want. This is no open source / free software, but you might want to give it a try.

https://nextcloud.com/files/

P.S. I have nothing to do with this company, just in case :)

BaronSamedi1958
  • 13,676
  • 1
  • 21
  • 53
6

Pydio has Web UX for CIFS/SMB shares: https://pydio.com

batistuta09
  • 8,981
  • 10
  • 23
  • 3
    I have seen Pydio specification, but I have not give it a try. Is it worth a try? Are you using it? – Sam Nov 12 '19 at 13:29
  • 1
    I am personally not - we use Syncplicity for content sharing, but our company evaluated Pydio for some customers – batistuta09 Nov 12 '19 at 13:40
4

I guess OwnCloud might be a bit overkill for your needs, but still going to mention it. :)

Janne Pikkarainen
  • 31,852
  • 4
  • 58
  • 81
  • I have been looking in this direction also. Currently I use Seafile as a sync-server, but its currently not connected to the file-server-files. – Sam Nov 12 '19 at 13:28
1

SMB with encryption directly over the WAN or Internet. Mount the shares with native OS tools.

Microsoft considers Internet transport acceptable for modern SMB.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34