offlineinternet/surfer

By offlineinternet

Updated about 2 years ago

Surfer is a Simple static file server. Upload files from your local folders!

Image

266

Surfer

Surfer is a Simple static file server:

  • Logged in users can upload files from their local folders ;
  • Visitors can browse files.
  • Any index.html file in a directory will be served up automatically.

The App comes with a pre-defined user account:

  • login: admin
  • password: admin

descriptor.json

{
    "version": "0.0.2",
    "contents": [],
    "bundle": "surfer.app",
    "containers": [
        {
            "expose": 3000,
            "name": "surfer",
            "image": "offlineinternet/surfer:latest"
        }
    ],
    "name": "surfer",
    "description": "File browsing",
    "picture": "#surfer.png"
},

This image

Upstream

Docker Pull Command

docker pull offlineinternet/surfer