Agent772
-fixed- Runtipi not able to update or start Paperless-ngx
Fixed it, the problem wasn't in your docker compose file but in my user-config docker compose file when trying to set the
csrf_trusded_origins
env.
The PAPERLESS_URL
is set to the ip:port where it is running, but if you open it via runtipi dashboard it doesnt use the ip.
Therefore the login wont work.
I needed to add PAPERLESS_CSRF_TRUSTED_ORIGINS: "https://paperless-ngx.${LOCAL_DOMAIN}"
to the docker compose file, and i got an error in that when trying to hand over a list.
Maybe you could help me with that and change that in the appstore so noone else needs to set the path themself15 replies