-
[Support] gssariev/maintainerr-overlay-helperr
I just started using Maintainerr about 3 minutes ago, so I apologize if this is an obvious question to most, but how are these overlays different than the ones that are built into Maintainerr?
-
[Support] binhex - Deluge
Is there a guide available to set all of this up?
-
[Support] binhex - Deluge
This is amazing! I'll get moved over to Gluetun today. Thank you for the prompt response. If I have any issues, I'll post over in that support forum.
-
[Support] binhex - Deluge
@binhex First, thank you for all of the hard work you put in for the Unraid community! I'm using @ich777 's openvpn-client docker container and I am routing deluge and all of my arr apps through it. I'm using your containers for all of them. I am using ghcr.io/binhex/arch-prowlarr, binhex/arch-radarr, binhex/arch-sonarr, and ghcr.io/binhex/arch-deluge. I run two of the radarr containers; one is for 4K only. ich777 has built a "connected containers" feature into his openvpn-client container and I'm hoping you can help me get this working correctly. This feature automatically restarts any containers using the VPN in the event that the VPN loses connection and has to restart. Here's a screenshot of the feature explained in the container template: A few other links: Here's a link to a post where he helped someone who is using his containers get this configured. Here's a link to his response to me asking him for the same assistance. He mentioned that you might already have a similar feature. Any help you can provide would be greatly appreciated! Thank you.
-
[Support] ich777 - Application Dockers
Fair. Thank you!
-
[Support] ich777 - Application Dockers
@binhex any chance you can help me out?
-
[Support] ich777 - Application Dockers
Any chance you let me know what I need to create in my containers to get this feature to work? binhex/arch-prowlarr binhex/arch-radarr binhex/arch-sonarr ghcr.io/binhex/arch-deluge flaresolverr/flaresolverr
-
Docker Containers Using the Wrong LAN IP
You are a life saver! Almost 5 years later and Unraid still has this bug! Thanks for coming back and posting the solution for other future users like me.
-
[Support] binhex - Plex Pass
I am having some troubles getting Plex to start after I had some disk issues. The disk issues are resolved, but now I am getting this in the logs for the binhex-plexpass docker: 2024-06-04 07:18:17,027 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22529554127248 for <Subprocess at 22529553309520 with name plexmediaserver in state RUNNING> (stdout)> 2024-06-04 07:18:17,028 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22529551749136 for <Subprocess at 22529553309520 with name plexmediaserver in state RUNNING> (stderr)> 2024-06-04 07:18:17,028 WARN exited: plexmediaserver (exit status 255; not expected) 2024-06-04 07:18:17,029 DEBG received SIGCHLD indicating a child quit 2024-06-04 07:18:18,031 INFO spawned: 'plexmediaserver' with pid 1086 2024-06-04 07:18:19,033 INFO success: plexmediaserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-06-04 07:18:22,245 DEBG 'plexmediaserver' stdout output: Error: Unable to set up server: sqlite3_statement_backend::loadOne: database disk image is malformed (N4soci10soci_errorE) I have tried using the DBRepair script from github by following this video, based on this Reddit post, but I get to the part where I need to stop the plex services (not the container) and I receive a message that says "Start/Stop feature not available." I then tried what someone in the comments of the video said, but when I kill the process this way, it stops the container, which then gives me an error when attempting to docker exec in the container: root@Tower:~# docker exec -it binhex-plexpass /bin/bash Error response from daemon: Container 58e6183097cdedbfbdbc707db8c5395c00d310694cb27601a55485b84559ec6a is not running I'm stuck at this point. Any help would be appreciated.
-
[Support] Linuxserver.io - Nextcloud
Haha! This is great. I see my typo now. Thanks for the assistance with my "technical problem."
-
Install Odoo from docker
I cannot get this working for the life of me. Every time I save the docker template and check the logs, I get: grep: /etc/odoo/odoo.conf: No such file or directory When I attempt to open the webui, I see this in the logs: 2023-03-20 20:04:50,346 1 ERROR ? odoo.modules.loading: Database odoo not initialized, you can force it with `-i base` 2023-03-20 20:04:50,347 1 INFO ? odoo.modules.registry: Registry loaded in 0.178s 2023-03-20 20:04:50,350 1 ERROR odoo odoo.http: Exception during request handling. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 1584, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 134, in retrying result = func() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1598, in _serve_ir_http ir_http = self.registry['ir.http'] File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__ return self.models[model_name] KeyError: 'ir.http' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 1990, in __call__ response = request._serve_db() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1590, in _serve_db exc.error_response = self.registry['ir.http']._handle_error(exc) File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__ return self.models[model_name] KeyError: 'ir.http' 2023-03-20 20:04:50,356 1 INFO odoo werkzeug: 192.168.89.249 - - [20/Mar/2023 20:04:50] "GET / HTTP/1.1" 500 - 8 0.195 0.086 2023-03-20 20:04:50,604 1 ERROR odoo odoo.http: Exception during request handling. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 1584, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 134, in retrying result = func() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1598, in _serve_ir_http ir_http = self.registry['ir.http'] File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__ return self.models[model_name] KeyError: 'ir.http' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 1990, in __call__ response = request._serve_db() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1590, in _serve_db exc.error_response = self.registry['ir.http']._handle_error(exc) File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 190, in __getitem__ return self.models[model_name] KeyError: 'ir.http' 2023-03-20 20:04:50,605 1 INFO odoo werkzeug: 192.168.89.249 - - [20/Mar/2023 20:04:50] "GET /favicon.ico HTTP/1.1" 500 - 2 0.012 0.037 2023-03-20 20:04:56,372 1 ERROR odoo odoo.sql_db: bad query: SELECT latest_version FROM ir_module_module WHERE name='base' ERROR: relation "ir_module_module" does not exist LINE 3: FROM ir_module_module ^ 2023-03-20 20:04:56,373 1 WARNING odoo odoo.addons.base.models.ir_cron: Tried to poll an undefined table on database odoo. 2023-03-20 20:04:58,377 1 ERROR odoo odoo.sql_db: bad query: SELECT latest_version FROM ir_module_module WHERE name='base' ERROR: relation "ir_module_module" does not exist LINE 3: FROM ir_module_module ^ 2023-03-20 20:04:58,378 1 WARNING odoo odoo.addons.base.models.ir_cron: Tried to poll an undefined table on database odoo. I created a config file in the appdata folder (which is set in the docker template as /etc/odoo) and I still have the same problem. Would you mind sharing some screenshots of the setup that you were able to get working?
-
[Support] Linuxserver.io - Nextcloud
I'm getting the following error with my installation: I took a look at the config.php file found here: /www/nextcloud/config and I already have the "default_phone_region" set to US as seen below. 'maintenance' => false, 'defualt_phone_region' => 'US', 'theme' => '', 'loglevel' => 0, 'filesystem_check_changes' => 1, 'app_install_overwrite' => Does this also need to be set somewhere else? Or is there another variable that needs to be set in conjunction with this?
-
Swag update broke reverse proxy and publishing of nextcloud. :(
I had the same issue. This worked for me. Thank you!
-
[Support] selfhosters.net's Template Repository
Did you ever get this answered? I recently installed the docker and it would be great to be able to save to the array. When saving to the "device" or "browser" I am very confused about where it actually saves.
-
[Support] Linuxserver.io - Bookstack
I am having some problems when exporting a page to PDF. The pictures are either behind the text or just do not show up at all. When I export as an HTML, the pictures show up as they should. Edit: I am on Unraid 6.8.3 and BookStack v21.08.5 Any help would be appreciated. Screenshot of the page when viewing in BookStack: Screenshot of the exported PDF with images behind the text: Screenshot of the PDF with the image not appearing: (Image should be between the large text and the smaller text)
Richamc01
Members
-
Joined
-
Last visited