ClipCascade

ClipCascade

Aplicación Docker from grtgbln's Repository

Visión general

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

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:8080]/
Red
bridge
Privilegiado
false

Configuración de plantillas

Web UI PortPorttcp

Container Port: 8080

Objetivo
8080
Por defecto
8080
Valor
8080
Database - DriverVariable

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

Objetivo
CC_SERVER_DB_DRIVER
Por defecto
org.h2.Driver
Valor
org.h2.Driver
Database - DialectVariable

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

Objetivo
CC_SERVER_DB_HIBERNATE_DIALECT
Por defecto
org.hibernate.dialect.H2Dialect
Valor
org.hibernate.dialect.H2Dialect
Database - URLVariable

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

Objetivo
CC_SERVER_DB_URL
Por defecto
jdbc:h2:file:./database/clipcascade;CIPHER=AES;MODE=PostgreSQL
Valor
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.

Objetivo
CC_SERVER_DB_USERNAME
Por defecto
clipcascade
Valor
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

Objetivo
CC_SERVER_DB_PASSWORD
Por defecto
QjuGlhE3uwylBBANMkX1the maximum number of user accounts that can be created on the server. o2MdEoFgbU5XkFvTftky
Valor
QjuGlhE3uwylBBANMkX1 o2MdEoFgbU5XkFvTftky
Allow SignupsVariable

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

Objetivo
CC_SIGNUP_ENABLED
Por defecto
false|true
Max AccountsVariable

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

Objetivo
CC_MAX_USER_ACCOUNTS
Por defecto
-1
Valor
-1
Enable DonationsVariable

Enables or disables the donations feature.

Objetivo
CC_DONATIONS_ENABLED
Por defecto
false|true
External Broker - EnableVariable

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

Objetivo
CC_EXTERNAL_BROKER_ENABLED
Por defecto
false|true
External Broker - HostVariable

The external STOMP broker URL for P2S mode.

Objetivo
CC_BROKER_HOST
Por defecto
localhost
Valor
localhost
External Broker - PortVariable

The external STOMP broker port for P2S mode.

Objetivo
CC_BROKER_PORT
Por defecto
61613
Valor
61613
External Broker - UsernameVariable

The external STOMP broker username for P2S mode.

Objetivo
CC_BROKER_USERNAME
Por defecto
admin
Valor
admin
External Broker - PasswordVariable

The external STOMP broker password for P2S mode.

Objetivo
CC_BROKER_PASSWORD
Por defecto
admin
Valor
admin
Inactive Account Purge TimeVariable

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

Objetivo
CC_ACCOUNT_PURGE_TIMEOUT_SECONDS
Por defecto
-1
Valor
-1
Max Message SizeVariable

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

Objetivo
CC_MAX_MESSAGE_SIZE_IN_BYTES
Por defecto
1048576
Valor
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.

Objetivo
CC_P2P_ENABLED
Por defecto
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.

Objetivo
CC_P2P_STUN_URL
Por defecto
stun:stun.l.google.com:19302
Valor
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.

Objetivo
CC_ALLOWED_ORIGINS
Session TimeoutVariable

Sets the session timeout duration.

Objetivo
CC_SESSION_TIMEOUT
Por defecto
525960m
Valor
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.

Objetivo
CC_MAX_UNIQUE_IP_ATTEMPTS
Por defecto
15
Valor
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.

Objetivo
CC_MAX_ATTEMPTS_PER_IP
Por defecto
30
Valor
30
Brute Force Protection - TimeoutVariable

The lockout timeout for failed login attempts.

Objetivo
CC_LOCK_TIMEOUT_SECONDS
Por defecto
60
Valor
60
Brute Force Protection - Timeout ScalingVariable

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

Objetivo
CC_LOCK_TIMEOUT_SCALING_FACTOR
Por defecto
2
Valor
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.

Objetivo
CC_BFA_CACHE_ENABLED
Por defecto
false|true
Brute Force Protection - Tracker Cache Max EntriesVariable

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

Objetivo
CC_BFA_TRACKER_CACHE_MAX_JVM_ENTRIES
Por defecto
50
Valor
50
Brute Force Protection - Tracker Cache RAM PercentageVariable

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

Objetivo
CC_BFA_TRACKER_CACHE_RAM_PERCENTAGE
Por defecto
0
Valor
0
Brute Force Protection - Tracker Cache Disk PercentageVariable

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

Objetivo
CC_BFA_TRACKER_CACHE_DISK_PERCENTAGE
Por defecto
40
Valor
40
Brute Force Protection - Tracker LoggingVariable

Enables or disables logging of the BFA tracker.

Objetivo
CC_LOG_BRUTE_FORCE_TRACKER_ENABLED
Por defecto
false|true
Logging LevelVariable

Sets the logging level for the server.

Objetivo
CC_SERVER_LOGGING_LEVEL
Por defecto
INFO|DEBUG|TRACE
Log RetentionVariable

The maximum number of days to retain server logs.

Objetivo
CC_SERVER_LOG_HISTORY_MAX_DAYS
Por defecto
30
Valor
30
Log CapacityVariable

The maximum capacity of server logs.

Objetivo
CC_SERVER_LOG_MAX_CAPACITY
Por defecto
1GB
Valor
1GB
Internal Server PortVariable

Internal port for the server. Not recommended to change.

Objetivo
CC_PORT
Por defecto
8080
Valor
8080
Database PathPath

Path to the database fi5259600000mle

Objetivo
/database
Por defecto
/mnt/user/appdata/clipcascade/database
Valor
/mnt/user/appdata/clipcascade/database
Logs PathPath

Path to the logs directory

Objetivo
/logs
Por defecto
/mnt/user/appdata/clipcascade/logs
Valor
/mnt/user/appdata/clipcascade/logs

Descargar estadísticas

226,169
Descargas totales
32,112
Este mes
19,538
Media / Mes

Descargas totales a lo largo del tiempo

Cargando gráfico...

Detalles

Repositorio
sathvikrao/clipcascade:latest
Última actualización2025-08-07
Visto por primera vez2024-09-24

Ejecute ClipCascade en Unraid.

ClipCascade se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.