-
-
Notifications
You must be signed in to change notification settings - Fork 184
[FEATURE] Detailed instructions on how to add clipboard sync to neko #73
Comments
Modify or add the following in your compose file. This allows docker to access a folder called certs which could be in the same directory as the compose file and exposes it to the image. The key and cert variables "enable" the clipboard function if provided with appropriate certificate and key. Generate keys with certbot and copy them to a folder accessible to neko. You can try mounting them directly but I had permissions issues.
Here's my full compose as an example: |
Another method would be to let a reverse proxy take care of ssl |
@GigaFyde Would that work? nginx may not communicate to neko over ssl if not configured to. I'm basing my assumptions on what I've read in the documentation. As I've configured neko and nginx to use ssl |
I have neko running without ssl behind my nginx reverse proxy and clipboard sync works without issues. |
Even easier. Nice one |
clipboard sync is mainly a client feature, some browsers have certain requirements, ssl/https being one of them. Use chrome for best experience clipboard sync. |
What steps are needed to get clipboard sync working?
The text was updated successfully, but these errors were encountered: