Iβll be working on this again tomorrow
Posts made by 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; }
-
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?
-
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
-
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.
-
RE: Reconsidering ProxMox
@scottalanmiller you can also use wget directly from the command line
-
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.
-
RE: Reconsidering ProxMox
@DustinB3403 said in Reconsidering ProxMox:
Also fuck you @VoIP_n00b starting with the personal attacks.
Love you too
-
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