Totally Confused re Proxmox & OMV during Update

This page summarizes the projects mentioned and recommended in the original post on /r/Proxmox

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • OpenMediaVault

    openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.

  • root@thorrrr:~# apt grep -ir proxypass /etc/nginx E: Command line option 'i' [from -ir] is not understood in combination with the other options. root@thorrrr:~# cat /etc/nginx/sites-enabled/* # This file is auto-generated by openmediavault (https://www.openmediavault.org) # WARNING: Do not edit this file, your changes will get lost. server { server_name openmediavault-webgui; root /var/www/openmediavault; index index.html; autoindex off; server_tokens off; sendfile on; large_client_header_buffers 4 32k; client_max_body_size 25M; error_log /var/log/nginx/openmediavault-webgui_error.log error; access_log /var/log/nginx/openmediavault-webgui_access.log combined; error_page 404 = $scheme://$host:$server_port/#/404; location / { try_files $uri $uri/ =404; } location ~* \.json$ { expires -1; } location ~* \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/run/php/php7.4-fpm-openmediavault-webgui.sock; fastcgi_index index.php; fastcgi_read_timeout 60s; include fastcgi.conf; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } listen *:80 default_server; listen [::]:80 default_server; include /etc/nginx/openmediavault-webgui.d/*.conf;

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts