Sharry

Sharry

Docker 应用程序 from Djoss' Repository

概述

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. The container is built against Alpine Linux to provide an efficient image in terms of size and resource usage. For a complete documentation of this container, see https://github.com/jlesage/docker-sharry#readme

运行时参数

网络用户界面
http://[IP]:[PORT:9090]
网络
bridge
特权
false

模板配置

Config DirectoryPathrw

Stores the application's configuration, state, logs, and any files requiring persistency.

目标
/config
默认值
/mnt/user/appdata/sharry
User IDVariable

ID of the user the application runs as.

目标
USER_ID
默认值
99
Group IDVariable

ID of the group the application runs as.

目标
GROUP_ID
默认值
100
UmaskVariable

Mask controlling permissions for newly created files and folders, specified in octal notation.

目标
UMASK
默认值
0000
Niceness (priority)Variable

Priority at which the application should run. A niceness value of `-20` is the highest, `19` is the lowest and `0` the default. NOTE: Setting a negative value requires additional permissions. Thus, `--cap-add=SYS_NICE` must be added to Extra Parameters (shown when Advanced View is enabled).

目标
APP_NICENESS
默认值
0
External URLVariable

The external URL where Sharry can be reached (e.g. `https://sharry.example.com`). This is used to create absolute URLs and to configure the authentication cookie. These URLs are sent to the client, so they must resolve back to the Sharry server. If the default value is used, the external URL is obtained dynamically by inspecting HTTP headers of the request.

目标
SHARRY_BASE_URL
默认值
http://localhost:9090
Admin Account UsernameVariable

Username of the built-in administrator account. Setting this variable to an empty value disables this account.

目标
SHARRY_BACKEND_AUTH_FIXED_USER
默认值
admin
Admin Account PasswordVariable

Password of the built-in administrator account. Setting this variable to an empty value disables this account.

目标
SHARRY_BACKEND_AUTH_FIXED_PASSWORD
默认值
changeme
Web UI PortPorttcp

Port used to access the web interface of the application. NOTE: This setting is relevant only when the Network Type is set to `Bridge`.

目标
9090
默认值
7828

下载统计数据

6,596
下载总数

详细信息

存储库
jlesage/sharry
最后更新2025-12-17
初见2024-08-27

在Unraid 上运行 Sharry 。

Sharry 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。