Search results

  1. B

    [SOLVED] Create encrypted connection to Proxmox WebUI via public domain

    Short follow up: In the the websockets used for displaying the concole are causing the issue. You can solve this by adding the following to your VirtualHost: # Passtrough websocket for noVNC web-console ProxyPass / wss://10.0.1.10:8006/ ProxyPassReverse / wss://10.0.1.10:8006/ And...
  2. B

    Tinkering

    Tinkering
  3. B

    [SOLVED] Run Docker inside LXC

    Hi, I'm running Proxmox 7.2 want to run a few applications as docker containers but save the overhead a VM would bring by having Docker inside a Proxmox LXC. Could find those two articles on how to accomplish that with an unprivileged LXC but it doesn't work on my system...
  4. B

    [SOLVED] Share directory in Proxmox with VM(s)

    Ok, I understand ... Thank you both for the explanation and recommendations!
  5. B

    [SOLVED] Share directory in Proxmox with VM(s)

    Thanks a lot Dunuin! Is there eventually also an option for directly sharing directory-storage on the Proxmox host with the VM through some Proxmox option directly, without any NFS or SMB server?
  6. B

    [SOLVED] Share directory in Proxmox with VM(s)

    Hi there, I would like to create a directory on my proxmox host e.g. `/share/somedata` and share it with, thus mount it on one or even multiple VMs. Do you have some ideas how I can realize something like this? :)
  7. B

    [SOLVED] Create encrypted connection to Proxmox WebUI via public domain

    That's the output in the Developer Console of Firefox, when trying to open the noVNC console in Proxmox.
  8. B

    [SOLVED] Create encrypted connection to Proxmox WebUI via public domain

    Thank you or your config Astraea, but unfortunately I cannot find anything in there, which would help. It's strange to me, because the SSL connection could obviously be established successfully ...
  9. B

    [SOLVED] Create encrypted connection to Proxmox WebUI via public domain

    Hi, I want to setup a Proxmox instance, so that it is accessable via a public domain, by going to https://pve.domain.com, logging in and using it, as you would do it under it's local IP e.g. https://10.0.1.2:8006. One special thing to mention, is that between my Router (port forwarding) and...
  10. B

    [SOLVED] Shared Storage

    Please create a new thread for this, so that the individual topics can be a good reference point for others in the future.
  11. B

    [SOLVED] Shared Storage

    Ah ok, so the traffic won't leave the machine as long it's the same host. Thanks. Happy New Year! [marked topic as SOLVED]
  12. B

    [SOLVED] Shared Storage

    I'm not sure how this should change my situation. The entire data would nevertheless go over the local 1Gbps network and be bottlenecked there, wouldn't it?
  13. B

    [SOLVED] Shared Storage

    Yes, that's absolutely normal. After shutting down your Linux Machine all drives (NFS too) are unmounted automaticly. If you want them to be mounted automaticly at system boot you have to edit your /etc/fstab (as described in the second article).
  14. B

    [SOLVED] Shared Storage

    Yes, I understand his thoughts on making the setup easier. I think I'm able to find some decent references: https://www.tecmint.com/install-nfs-server-on-ubuntu/ https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-20-04...
  15. B

    [SOLVED] Shared Storage

    Okay, I think I'll setup a NFS server on the proxmox host. Thank you all very much for the great ideas!
  16. B

    [SOLVED] Shared Storage

    Thank you, you, both, really helped me out!
  17. B

    [SOLVED] Shared Storage

    Thanks for the clarification! Sharing a folder would also work for me. What does "network share" mean in concrete terms, do I set it up via the Proxmox Interface or something like NFS or SMB?
  18. B

    [SOLVED] Shared Storage

    Hi, Actually I'm a beginner, which is why I wanted to ask you a basic question. I would like to know if it's possible to connect a hard drive to the Proxmox computer, which can be accessed from several VMs at the same time. Do you know if this is possible, and if so, how would you recommend me...