That’s great, so everything works fine? I’ve still pushed a new version that corrected something that should have been done but didn’t seem to have an impact
Hi, I see something about port 8086 already allocated. Could you please try to change this port in the addon options? Normal port is 8080, that is mapped by default to 8086.
Could you please then restart and provide a full log of what you see in the addon log. Thanks!
I solved this: loggin in directly to the http ip of my nextcloud vm and after that, whitelisting my local home ip range under security settings → Brute-Force IP-Whitelist.
(found solution on internet)
This worked for me. Browser, App, etc everything work
Btw, paperless NG is now fully working, and I’ve set a new tool that will be slowly transversalized to other addons. The addon option contain a line “config_location”, that refers to a config.yaml that will be set in the config folder (/config/paperless_ng/config.yaml).
Any option set in this file will be exported as an ENV variable. This therefore reduces the new to have tons of addon options, and allows much more flexibility than before. You simply need to check the upstream image documentation, see which ENV variables are supported, add it in the config.yaml file in a yaml format (so : ENV: value) and start the addon. Examples are available in the config.yaml of the paperless NG addon, that for example allow to enable OCR (according to documentation, I haven’t fully tested it).
For the moment, this feature is only available in the gazpar2mqtt and paperless NG addons.
That sounds nice! And yes to do it this way the user is free to use all settings that is possible without change the whole install file you now create all the time.
Little suggestion:
Example file location: /config/docker_files/paperless_ng/config.yaml
Then in your config folder you have a folder docker_files where all the config files will stored.
(otherwise there are lot of files in /config/
Uh… I don’t know very well the app but the /share is exposed, but as for my other addons you can mount a local or network disk in /mnt using the addon options
Thats why I asked for it Because I store dB exports in share. and Google Backup also backup the share folder. When NC use this also then the backup become big in size.