Jump to content

HHUBS

Members
  • Posts

    127
  • Joined

Everything posted by HHUBS

  1. Hello there, I can't figure this out. I'm behind ISP CGNAT and I can't port forward. I can access my unraid server using cloudflared argo tunnel and tailscale but I want more control and go self host with tunneling. So I want to access unraid and the docker containers using wireguard and a vps. I followed this https://github.com/mochman/Bypass_CGNAT/wiki/Digital-Ocean-(Manual-Installation) and this one https://www.youtube.com/watch?v=9tDeh9mutmI and this guide https://stanislas.blog/2019/01/how-to-setup-vpn-server-wireguard-nat-ipv6/ but I can't even ping the local tunnel address. Below is my setup: Wireguard on VPS Provider: Digital Ocean Plan: Lowest plan $4/month (just trying it out) Server: Ubuntu 22.10 x64 Contents of /etc/wireguard/wg0.conf [Interface] PrivateKey = Wireguard on VPS PrivateKey ListenPort = 51820 Address = 10.11.12.2 [Peer] PublicKey = Wireguard on unraid PublicKey AllowedIPs = 10.11.12.1/32 Contents of /etc/sysctl.conf ... net.ipv4.ip_forward=1 ... systemctl status wg-quick@wg0 Wireguard on Unraid Version: 6.11.5 What did I miss?
  2. Thanks. It's now working again. I wonder what's wrong with the latest tag.
  3. Glances now not working and I don't know what causes it. I just notice it today. My unraid version is 6.11.1. I already tried to re-install it but no avail. Logs: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 268, in _raise_for_status response.raise_for_status() File "/usr/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.41/images/3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c/json The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/lib/python3.10/site-packages/glances/__main__.py", line 19, in <module> glances.main() File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 179, in main start(config=core.get_config(), args=core.get_args()) File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 108, in start mode = GlancesMode(config=config, args=args) File "/usr/lib/python3.10/site-packages/glances/webserver.py", line 31, in __init__ self.stats.update() File "/usr/lib/python3.10/site-packages/glances/stats.py", line 216, in update self._plugins[p].update() File "/usr/lib/python3.10/site-packages/glances/plugins/glances_plugin.py", line 1114, in wrapper ret = fct(self, *args, **kw) File "/usr/lib/python3.10/site-packages/glances/plugins/glances_plugin.py", line 1131, in wrapper ret = fct(*args, **kw) File "/usr/lib/python3.10/site-packages/glances/plugins/glances_docker.py", line 255, in update container_stats['Image'] = container.image.tags File "/usr/lib/python3.10/site-packages/docker/models/containers.py", line 40, in image return self.client.images.get(image_id.split(':')[1]) File "/usr/lib/python3.10/site-packages/docker/models/images.py", line 335, in get return self.prepare_model(self.client.api.inspect_image(name)) File "/usr/lib/python3.10/site-packages/docker/utils/decorators.py", line 19, in wrapped return f(self, resource_id, *args, **kwargs) File "/usr/lib/python3.10/site-packages/docker/api/image.py", line 251, in inspect_image return self._result( File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 274, in _result self._raise_for_status(response) File "/usr/lib/python3.10/site-packages/docker/api/client.py", line 270, in _raise_for_status raise create_api_error_from_http_exception(e) from e File "/usr/lib/python3.10/site-packages/docker/errors.py", line 39, in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) from e docker.errors.ImageNotFound: 404 Client Error for http+docker://localhost/v1.41/images/3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c/json: Not Found ("no such image: 3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c: No such image: sha256:3fd7bf47c2dfaa2ab5204fdc731d0186007be0807590fe91efb267bd19212f1c")
  4. Got an error today with redis. The permission is read/write.
  5. I'm really struggling with this. So I have a working home assistant OS setup using VM and it allows me to define and add virtual interface so that it can connect to other vlan. But I'm planning to transfer HA OS to a docker to minimize hardware resources. My setup: HA docker - 192.168.0.x:8123 Frigate docker - 192.168.7.x:5000 Problem: I can't interconnect frigate because this is on a different network than HA docker and I can't add another virtual interface on HA docker to talk to frigate. How should I setup this correctly? Hope you can help me. Thank you.
  6. @ich777 Just want to ask why the extensions are gone after every restart of container? Is there a way to not remove it? Thanks.
  7. I tried all of that but there's no sign of close or x button. BTW, below is the remote resize. Can you show me your window in Downloads folder? Maybe it's just my laptop's resolution?
  8. Hi @ich777 can you me on firefox? Everytime I go to downloads or bookmarks manager or similar I can't get out of the window. There's no close button or "x". I always restart the container to get out which is not practical. See image below. I tried resizing and different resolution but no avail.
  9. Thanks for this. I have 3 questions for this. 1. Can this be use PostgreSQL instead of MariaDB? I hear that PostgreSQL can improve performance. Is that true? 2. How can I access mariaDB using admirer? 3. I can't login on the desktop client but web is working. It says 403 forbidden. I have 2FA and OAuth2 enabled. Can you help? Thanks.
  10. Thanks but no need. I just follow this https://betterprogramming.pub/how-to-create-trusted-ssl-certificates-for-your-local-development-13fd5aad29c6 and I finally got my lock key in local domain. No more invalid certificate warning.
  11. I got this error after I clicked "Provision" [edit: removed image saying "Your router or DNS server has DNS rebinding protection enabled, preventing hash.unraid.net from resolving to 192.168.0.2. See help for more details and workarounds]
  12. It's 6.9.2 unraid-diagnostics-20220416-0151.zip
  13. Hello @Squid thank you but the Provision button is greyed out. How do I click this?
  14. Hello, how can I install my own certificate to remove this (see pic below) when I access it on my local network? Thanks everyone.
  15. Anyone can help me please? I follow the instructions. When I play the video, it has the sound like in the image below BUT I can't hear anything? What's wrong?
  16. Hello, I have pgsql install before. I have removed it and start new. I also cleaned up the appdata of it. But I get this error(below pic) for the new installation and I can't start the app. I go to directory /var/lib/ but there is no postgresql directory on it. Where can I find it? How to fix this?
  17. Hey @PSYCHOPATHiO I tried this but still cannot move or delete a file.
  18. Hello, is it possible to reinstall or restart everything from scratch and install unraid? I have Basic OS license, can I use it again? How about the flashdrive I'm using right now? Do I need to replace it?
  19. Thanks. I follow the guide and I successfully integrated ONLYOFFICE with my Nextcloud. However, I can only access ONLYOFFICE in http locally. How can I access it in https locally? Because I want to use it on internal request: This is the files that I followed on the guide. Did I miss something?
  20. Where should I get these? I'm just using free cloudflare free ssl and when I check on it, I only have the .pem file, not the .cert file. Sorry I'm not as technical as you are. 😔
  21. I installed the ONLYOFFICE Document Server. I can access it with http on local but I can't access it using https on port 4430. I want to add this on nextcloud and it doesn't let me add using http on the nextcloud settings. Also tried to check "Disable certificate verification" but no avail.
  22. Hello everyone, I'm using NGINX and cloudflared running argo tunnel. It says, to use to on reverse proxy you need to implement the below code My question is, how can I use this if my domain for this is torrent.mywebsite.com? I'm not export on this code stuff though.
×
×
  • Create New...