Sign inSign up

jlesage/sharry

Sponsored OSS

By jlesage

Updated 30 days ago

Docker container for Sharry

Image
0

10K+

jlesage/sharry repository overview

Docker container for Sharry

Release Docker Image Size Docker Pulls Docker Stars Build Status Source Donate

This project provides a lightweight and secure Docker container for Sharry.

This Docker container is entirely unofficial and not made by the creators of Sharry.


Sharry logoSharry

Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is: upload files and get a url back that can then be shared.


Quick Start

NOTE: The Docker command provided in this quick start is an example, and parameters should be adjusted to suit your needs.

Launch the Sharry docker container with the following command:

docker run -d \
    --name=sharry \
    -p 9090:9090 \
    -v /docker/appdata/sharry:/config:rw \
    jlesage/sharry

Where:

  • /docker/appdata/sharry: Stores the application's configuration, state, logs, and any files requiring persistency.

Access the Sharry GUI by browsing to http://your-host-ip:9090.

Documentation

Full documentation is available at https://github.com/jlesage/docker-sharry.

Support or Contact

Having troubles with the container or have questions? Please create a new issue.

For other Dockerized applications, visit https://jlesage.github.io/docker-apps.

Tag summary

Content type

Image

Digest

sha256:d54117092

Size

146.6 MB

Last updated

30 days ago

docker pull jlesage/sharry

This week's pulls

Pulls:

156

Last week