ClipCascade

ClipCascade

Docker 应用程序 from grtgbln's Repository

概述

Automatically sync your clipboard across multiple devices, no key press required. Ensures seamless clipboard sharing between devices, prioritizing privacy with end-to-end encryption.
See documentation for set-up details: https://github.com/Sathvik-Rao/ClipCascade

运行时参数

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

模板配置

Web UI PortPorttcp

Container Port: 8080

目标
8080
默认值
8080
价值
8080
Database - DriverVariable

The database driver. Default uses H2 file mode. Example for PostgreSQL: org.postgresql.Driverset

目标
CC_SERVER_DB_DRIVER
默认值
org.h2.Driver
价值
org.h2.Driver
Database - DialectVariable

The database dialect. Default uses H2 file mode. Example for PostgreSQL: org.hibernate.dialect.PostgreSQLDialect

目标
CC_SERVER_DB_HIBERNATE_DIALECT
默认值
org.hibernate.dialect.H2Dialect
价值
org.hibernate.dialect.H2Dialect
Database - URLVariable

The database URL. Default uses H2 file mode. Example for PostgreSQL: jdbc:postgresql://localhost:5432/clipcascade

目标
CC_SERVER_DB_URL
默认值
jdbc:h2:file:./database/clipcascade;CIPHER=AES;MODE=PostgreSQL
价值
jdbc:h2:file:./database/clipcascade;CIPHER=AES;MODE=PostgreSQL
Database - UsernameVariable

The database username. Default uses H2 file mode. Once set, you must use the same username whenever you migrate the database.

目标
CC_SERVER_DB_USERNAME
默认值
clipcascade
价值
clipcascade
Database - PasswordVariable

Sets a password for encrypting the user database. Once set, you must use the same password whenever you migrate the database. Pattern: FILE_PASSWORD USER_PASSWORD

目标
CC_SERVER_DB_PASSWORD
默认值
QjuGlhE3uwylBBANMkX1the maximum number of user accounts that can be created on the server. o2MdEoFgbU5XkFvTftky
价值
QjuGlhE3uwylBBANMkX1 o2MdEoFgbU5XkFvTftky
Allow SignupsVariable

Toggle to enable or disable the signup feature/page for public users.

目标
CC_SIGNUP_ENABLED
默认值
false|true
Max AccountsVariable

Sets the maximum number of user accounts that can be created on the server. Set to -1 for unlimited.

目标
CC_MAX_USER_ACCOUNTS
默认值
-1
价值
-1
Enable DonationsVariable

Enables or disables the donations feature.

目标
CC_DONATIONS_ENABLED
默认值
false|true
External Broker - EnableVariable

Enables or disables the external STOMP broker feature for P2S mode.

目标
CC_EXTERNAL_BROKER_ENABLED
默认值
false|true
External Broker - HostVariable

The external STOMP broker URL for P2S mode.

目标
CC_BROKER_HOST
默认值
localhost
价值
localhost
External Broker - PortVariable

The external STOMP broker port for P2S mode.

目标
CC_BROKER_PORT
默认值
61613
价值
61613
External Broker - UsernameVariable

The external STOMP broker username for P2S mode.

目标
CC_BROKER_USERNAME
默认值
admin
价值
admin
External Broker - PasswordVariable

The external STOMP broker password for P2S mode.

目标
CC_BROKER_PASSWORD
默认值
admin
价值
admin
Inactive Account Purge TimeVariable

Purge/delete inactive accounts after a specified number of seconds. Set to -1 to disable this feature.

目标
CC_ACCOUNT_PURGE_TIMEOUT_SECONDS
默认值
-1
价值
-1
Max Message SizeVariable

Maximum message size, in bytes. Recommend less than 25 for desktop, approx. 1 for mobile

目标
CC_MAX_MESSAGE_SIZE_IN_BYTES
默认值
1048576
价值
1048576
Enable Peer-To-PeerVariable

This feature decrease the load on the server and allows unlimited data transfer. If enabled, the Max Message Size value is ignored. NOTE: Some networks may not support Peer-to-Peer.

目标
CC_P2P_ENABLED
默认值
false|true
P2P STUN URLVariable

STUN server URL for Peer-to-Peer connections. Required if P2P is enabled. Only change if you know what this is.

目标
CC_P2P_STUN_URL
默认值
stun:stun.l.google.com:19302
价值
stun:stun.l.google.com:19302
Allowed OriginsVariable

Specifies which domains are allowed to connect to the WebSocket (CORS policy). Replace with your domain. If not set, all origins are allowed by default, which may be less secure.

目标
CC_ALLOWED_ORIGINS
Session TimeoutVariable

Sets the session timeout duration.

目标
CC_SESSION_TIMEOUT
默认值
525960m
价值
525960m
Brute Force Protection - Max Unique IPsVariable

The maximum number of attempts from different IP addresses before an account is blocked for a given timeout.

目标
CC_MAX_UNIQUE_IP_ATTEMPTS
默认值
15
价值
15
Brute Force Protection - Max Attempts Per IPVariable

The maximum number of attempts per IP address before blocking the IP address for a given timeout and will scale if continued.

目标
CC_MAX_ATTEMPTS_PER_IP
默认值
30
价值
30
Brute Force Protection - TimeoutVariable

The lockout timeout for failed login attempts.

目标
CC_LOCK_TIMEOUT_SECONDS
默认值
60
价值
60
Brute Force Protection - Timeout ScalingVariable

The scaling factor for the lockout timeout. Determines how the lockout duration increases with each repeated failed attempt.

目标
CC_LOCK_TIMEOUT_SCALING_FACTOR
默认值
2
价值
2
Brute Force Protection - Tracker CacheVariable

Enables or disables caching for the BFA tracker. If enabled, the server caches BFA tracker data in memory and disk.

目标
CC_BFA_CACHE_ENABLED
默认值
false|true
Brute Force Protection - Tracker Cache Max EntriesVariable

The maximum number of entries in the BFA tracker cache (JVM RAM).

目标
CC_BFA_TRACKER_CACHE_MAX_JVM_ENTRIES
默认值
50
价值
50
Brute Force Protection - Tracker Cache RAM PercentageVariable

The percentage of the BFA tracker cache allocated to off-heap RAM.

目标
CC_BFA_TRACKER_CACHE_RAM_PERCENTAGE
默认值
0
价值
0
Brute Force Protection - Tracker Cache Disk PercentageVariable

The percentage of the BFA tracker cache allocated to disk storage.

目标
CC_BFA_TRACKER_CACHE_DISK_PERCENTAGE
默认值
40
价值
40
Brute Force Protection - Tracker LoggingVariable

Enables or disables logging of the BFA tracker.

目标
CC_LOG_BRUTE_FORCE_TRACKER_ENABLED
默认值
false|true
Logging LevelVariable

Sets the logging level for the server.

目标
CC_SERVER_LOGGING_LEVEL
默认值
INFO|DEBUG|TRACE
Log RetentionVariable

The maximum number of days to retain server logs.

目标
CC_SERVER_LOG_HISTORY_MAX_DAYS
默认值
30
价值
30
Log CapacityVariable

The maximum capacity of server logs.

目标
CC_SERVER_LOG_MAX_CAPACITY
默认值
1GB
价值
1GB
Internal Server PortVariable

Internal port for the server. Not recommended to change.

目标
CC_PORT
默认值
8080
价值
8080
Database PathPath

Path to the database fi5259600000mle

目标
/database
默认值
/mnt/user/appdata/clipcascade/database
价值
/mnt/user/appdata/clipcascade/database
Logs PathPath

Path to the logs directory

目标
/logs
默认值
/mnt/user/appdata/clipcascade/logs
价值
/mnt/user/appdata/clipcascade/logs

下载统计数据

226,169
下载总数
32,112
本月
19,538
平均每月

长期下载总量

加载图表...

详细信息

存储库
sathvikrao/clipcascade:latest
最后更新2025-08-07
初见2024-09-24

在Unraid 上运行 ClipCascade 。

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