ClipCascade

ClipCascade

Application Docker from grtgbln's Repository

Vue d'ensemble

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

Arguments d'exécution

Interface utilisateur Web
http://[IP]:[PORT:8080]/
Réseau
bridge
Privilégié
false

Configuration du modèle

Web UI PortPorttcp

Container Port: 8080

Cible
8080
Défaut
8080
Valeur
8080
Database - DriverVariable

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

Cible
CC_SERVER_DB_DRIVER
Défaut
org.h2.Driver
Valeur
org.h2.Driver
Database - DialectVariable

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

Cible
CC_SERVER_DB_HIBERNATE_DIALECT
Défaut
org.hibernate.dialect.H2Dialect
Valeur
org.hibernate.dialect.H2Dialect
Database - URLVariable

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

Cible
CC_SERVER_DB_URL
Défaut
jdbc:h2:file:./database/clipcascade;CIPHER=AES;MODE=PostgreSQL
Valeur
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.

Cible
CC_SERVER_DB_USERNAME
Défaut
clipcascade
Valeur
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

Cible
CC_SERVER_DB_PASSWORD
Défaut
QjuGlhE3uwylBBANMkX1the maximum number of user accounts that can be created on the server. o2MdEoFgbU5XkFvTftky
Valeur
QjuGlhE3uwylBBANMkX1 o2MdEoFgbU5XkFvTftky
Allow SignupsVariable

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

Cible
CC_SIGNUP_ENABLED
Défaut
false|true
Max AccountsVariable

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

Cible
CC_MAX_USER_ACCOUNTS
Défaut
-1
Valeur
-1
Enable DonationsVariable

Enables or disables the donations feature.

Cible
CC_DONATIONS_ENABLED
Défaut
false|true
External Broker - EnableVariable

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

Cible
CC_EXTERNAL_BROKER_ENABLED
Défaut
false|true
External Broker - HostVariable

The external STOMP broker URL for P2S mode.

Cible
CC_BROKER_HOST
Défaut
localhost
Valeur
localhost
External Broker - PortVariable

The external STOMP broker port for P2S mode.

Cible
CC_BROKER_PORT
Défaut
61613
Valeur
61613
External Broker - UsernameVariable

The external STOMP broker username for P2S mode.

Cible
CC_BROKER_USERNAME
Défaut
admin
Valeur
admin
External Broker - PasswordVariable

The external STOMP broker password for P2S mode.

Cible
CC_BROKER_PASSWORD
Défaut
admin
Valeur
admin
Inactive Account Purge TimeVariable

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

Cible
CC_ACCOUNT_PURGE_TIMEOUT_SECONDS
Défaut
-1
Valeur
-1
Max Message SizeVariable

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

Cible
CC_MAX_MESSAGE_SIZE_IN_BYTES
Défaut
1048576
Valeur
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.

Cible
CC_P2P_ENABLED
Défaut
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.

Cible
CC_P2P_STUN_URL
Défaut
stun:stun.l.google.com:19302
Valeur
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.

Cible
CC_ALLOWED_ORIGINS
Session TimeoutVariable

Sets the session timeout duration.

Cible
CC_SESSION_TIMEOUT
Défaut
525960m
Valeur
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.

Cible
CC_MAX_UNIQUE_IP_ATTEMPTS
Défaut
15
Valeur
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.

Cible
CC_MAX_ATTEMPTS_PER_IP
Défaut
30
Valeur
30
Brute Force Protection - TimeoutVariable

The lockout timeout for failed login attempts.

Cible
CC_LOCK_TIMEOUT_SECONDS
Défaut
60
Valeur
60
Brute Force Protection - Timeout ScalingVariable

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

Cible
CC_LOCK_TIMEOUT_SCALING_FACTOR
Défaut
2
Valeur
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.

Cible
CC_BFA_CACHE_ENABLED
Défaut
false|true
Brute Force Protection - Tracker Cache Max EntriesVariable

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

Cible
CC_BFA_TRACKER_CACHE_MAX_JVM_ENTRIES
Défaut
50
Valeur
50
Brute Force Protection - Tracker Cache RAM PercentageVariable

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

Cible
CC_BFA_TRACKER_CACHE_RAM_PERCENTAGE
Défaut
0
Valeur
0
Brute Force Protection - Tracker Cache Disk PercentageVariable

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

Cible
CC_BFA_TRACKER_CACHE_DISK_PERCENTAGE
Défaut
40
Valeur
40
Brute Force Protection - Tracker LoggingVariable

Enables or disables logging of the BFA tracker.

Cible
CC_LOG_BRUTE_FORCE_TRACKER_ENABLED
Défaut
false|true
Logging LevelVariable

Sets the logging level for the server.

Cible
CC_SERVER_LOGGING_LEVEL
Défaut
INFO|DEBUG|TRACE
Log RetentionVariable

The maximum number of days to retain server logs.

Cible
CC_SERVER_LOG_HISTORY_MAX_DAYS
Défaut
30
Valeur
30
Log CapacityVariable

The maximum capacity of server logs.

Cible
CC_SERVER_LOG_MAX_CAPACITY
Défaut
1GB
Valeur
1GB
Internal Server PortVariable

Internal port for the server. Not recommended to change.

Cible
CC_PORT
Défaut
8080
Valeur
8080
Database PathPath

Path to the database fi5259600000mle

Cible
/database
Défaut
/mnt/user/appdata/clipcascade/database
Valeur
/mnt/user/appdata/clipcascade/database
Logs PathPath

Path to the logs directory

Cible
/logs
Défaut
/mnt/user/appdata/clipcascade/logs
Valeur
/mnt/user/appdata/clipcascade/logs

Télécharger les statistiques

226,169
Total des téléchargements
32,112
Ce mois-ci
19,538
Moyenne / Mois

Total des téléchargements au fil du temps

Chargement du graphique...

Détails

Référentiel
sathvikrao/clipcascade:latest
Dernière mise à jour2025-08-07
Première vue2024-09-24

Exécutez ClipCascade sur Unraid.

ClipCascade est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.