ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. VoIP_n00b
    3. Posts
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 32
    • Posts 336
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: nextcloud nginx reserve proxy

      I’ll be working on this again tomorrow

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @black3dynamite interesting. Have you used this?

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: nextcloud nginx reserve proxy

      I did the snap install for nextcloud

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: nextcloud nginx reserve proxy
         server {
          listen 80;
          listen [::]:80;
          server_name cloud.domain.com;
      
          # Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response.
          return 301 https://$host$request_uri;
      }
      
      server {
         server_name cloud.domain.com;
      
          location / {
                      proxy_set_header X-Real-IP $remote_addr;
                      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                      proxy_set_header Host $http_host;
                      proxy_set_header X-NginX-Proxy true;
                      proxy_pass http://192.168.X.X:80;
                      proxy_redirect off;
                     }
      
          listen 443 ssl http2;
          listen [::]:443 ssl http2;                
      
                                                                                
       # certs sent to the client in SERVER HELLO are concatenated in ssl_certificate
          ssl_certificate /etc/letsencrypt/live/cloud.domain.com/fullchain.pem;
          ssl_certificate_key /etc/letsencrypt/live/cloud.domain.com/privkey.pem;
          ssl_session_timeout 1d;
          ssl_session_cache shared:SSL:50m;
          ssl_session_tickets off;
      
      
          # modern configuration. tweak to your needs.
          ssl_protocols TLSv1.2;
          ssl_ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHAC$    ssl_prefer_server_ciphers on;
      
          # HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months)
          add_header Strict-Transport-Security max-age=15768000;
      
          # OCSP Stapling ---
          # fetch OCSP records from URL in ssl_certificate and cache them
          ssl_stapling on;
          ssl_stapling_verify on;
      
          ## verify chain of trust of OCSP response using Root CA and Intermediate certs
          ssl_trusted_certificate /etc/letsencrypt/live/cloud.domain.com/chain.pem;
      
          resolver 1.1.1.1;
      
      }
      
      posted in IT Discussion
      V
      VoIP_n00b
    • RE: nextcloud nginx reserve proxy

      Sadly nothing in the logs

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: nextcloud nginx reserve proxy

      e6ca25ee-2737-47e5-983f-f8b8eec360cd-image.png

      posted in IT Discussion
      V
      VoIP_n00b
    • nextcloud nginx reserve proxy

      I have it all setup and working, but I am getting an error when trying to upload files. What can I do to fix it?

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @JasGot are the tools installed?

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      How is everyone liking it so far? πŸ™‚

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      Proxmox also has a basic mobile GUI. It’s not super useful, but it handy if you need to reboot a VM quickly, etc

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @JasGot Make sure you run updates on the proxmox host.

      You have to disable the enterprise repo, and add the no subscription repo first.

      https://www.flash2hack.com/?p=416

      posted in IT Discussion
      V
      VoIP_n00b
    • VoIP Drama Sangoma vs. Clearly IP

      Youtube Video

      https://community.freepbx.org/t/advanced-notice-to-the-community-regarding-clearly-ip-modules/64510

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @scottalanmiller said in Reconsidering ProxMox:

      Well, if you are fully remote.

      Exactly

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @scottalanmiller you can also use wget directly from the command line πŸ™‚

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @fuznutz04 enjoy 😊

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      Also, it's "Proxmox" no uppercase M

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @scottalanmiller said in Reconsidering ProxMox:

      Not ideal, but with compression and dedupe, not the problem it seems to be. And it is far less risky that continuous partials that always depend on rehydration.

      πŸ‘

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @DustinB3403 said in Reconsidering ProxMox:

      Also fuck you @VoIP_n00b starting with the personal attacks.

      Love you too

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Reconsidering ProxMox

      @DustinB3403 you seem annoying

      posted in IT Discussion
      V
      VoIP_n00b
    • RE: Managing Type 1 Hyper Visors

      @black3dynamite said in Managing Type 1 Hyper Visors:

      The thing that annoys me about Promox WebUI is that subscription popup after login or running updates. You would normally just have to change a setting in file but now its more work.

      It’s super easy

      posted in IT Discussion
      V
      VoIP_n00b
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 14 / 17