Hobbabobba
Hobbabobba
I noticed, that this problem just occurs with a SOCKS proxy. When i use a HTTP proxy everything is working fine.
are the psitransfer container and the npm on the same network?
I am having exactly the same issue.
Found this script: https://github.com/chazlarson/NZBGetScripts/blob/master/ExtendedUnrar.py it might fix the problem.
~~i got it working on my Synology Diskstation with the command~~ ``` docker run --name cloudflared -d --net host --dns 1.1.1.1 visibilityspots/cloudflared ``` (comment see below)
i just noticed, that it didn´t really work on my Synology. There is some kind of conflict with internal services. Finally i found a way to fix it: 1. use...
I created an image at https://hub.docker.com/repository/docker/bongobananne75/my-mindmap incl. `docker-compose.yml` for easier deployment. Thanks for this great tool!
Working configuration for Authelia: Server side (in `configuration.yml`): ``` identity_providers: oidc: - id: memos description: memos secret: 'insertsecrethere' public: false authorization_policy: two_factor redirect_uris: - https://URL_OF_MEMOS/auth/callback scopes: - openid - profile...
No changes on either Authelia or Memos side. Feels like this part of your configuration has a problem: ``` redirect_uris: - https://URL_OF_MEMOS/auth/callback ```