Where is paperless in relation to homepage? For me i have both of them in the same docker host and same docker network on that host and with that i only need to set the paperless container name in the widget. If paperless is on another machine make sure there is no firewall blocking the port number.
silmarine
The scanner also supports sending to email. I will try that before setting up a windows VM. I was just tubing i would use USB for the initial import of my file cabinet.
That's a good idea. I didn't even think to do that. Thanks!
Set up paperless-ngx and cannot get my scanner to send a scan to a FTP server. It supposedly supports sending to FTP but doesn't have much documentation for it. I've tried FTPS, SFTP, and unsecured FTP. Both secure types just cause it to error out. But with unsecured the scanner just freezes then reboots. Really annoying me. I'm about to give up and just scan to s USB thumb drive then copy the scans to the server.
This is what i did. I used to depend on my feed to get major news but decided to do that elsewhere. Now my feed is just stuff that entertains.
That's cool! I want one.
Yeah I just finished watching that actually. Really fun game. IR was nice seeing Matt8n a more goofy role as well.
Oh boy, I'm super excited to have another game DMed but Brennen Lee Mulligan!
Despite having not yet participated in these, I'm enjoying it a lot. I try to guess before looking at the comments and got my wife joining in. Please more!
Few times I've had this and the doctor just cleaned my ear and it was gone. In ear headphones can cause that by pushing earwax back. I stopped using in ear headphones and haven't had that happen in years. Just giving you a reason to stay positive, tinnitus can cause by some easily fixed things.
I came here to basically say this. It's especially bad when you aren't even sure if you want to keep the service and are just testing it out. If I already have to go through a huge setup/troubleshooting process just to test the app, then I'm not feeling very good about it.
Then you should be able to do like I said and it might solve whatever is happening. I also have both homepage and paperless in the same docker-compose file. If you set the container name for each container then you can just reference that in homepage widgets. For example here is my homepage and paperless:
so both have
conatiner_name
set to the same string as the service name. And in my homepage widgets I just use the container name in the URL, example:This only works if they are in the same docker network. If you don't explicitly set the network for the containers and they are in the same compose file then they should be in the same network.