DashMachine /w Nginx and Gunicorn install for Debian 11 LXC

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • DashMachine

    Another web application bookmark dashboard, with fun features.

  • apt update && apt dist-upgrade -y apt install python3-pip git nginx -y pip3 install virtualenv cd /opt virtualenv --python=python3 DashMachineEnv cd DashMachineEnv && source bin/activate git clone https://github.com/rmountjoy92/DashMachine.git cd DashMachine && pip install -r requirements.txt cat << EOT > /etc/systemd/system/gunicorn.service [Unit] Description=Gunicorn instance After=network.target [Service] User=www-data Group=www-data WorkingDirectory=/opt/DashMachineEnv/DashMachine ExecStart=/opt/DashMachineEnv/bin/gunicorn --workers 3 --bind=unix:gunicorn.sock -m 007 wsgi:app RestartSec=1 ExecReload=/bin/kill -s HUP $MAINPID KillMode=mixed TimeoutStopSec=5 PrivateTmp=true [Install] WantedBy=multi-user.target EOT cat << EOT > /etc/nginx/sites-available/DashMachine server { listen 80; location /static/ { alias /opt/DashMachineEnv/DashMachine/dashmachine/static/; } location / { include proxy_params; proxy_pass http://unix:/opt/DashMachineEnv/DashMachine/gunicorn.sock; } } EOT ln -s /etc/nginx/sites-available/DashMachine /etc/nginx/sites-enabled rm /etc/nginx/sites-available/default && rm /etc/nginx/sites-enabled/default python3 run.py deactivate sleep 1 chown -R www-data:www-data /opt/DashMachineEnv/ systemctl restart nginx sleep 1 systemctl start gunicorn && systemctl enable gunicorn systemctl restart gunicorn

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Monitor Postgres replication slot growth via Slack

    1 project | news.ycombinator.com | 1 May 2024
  • Fourier Kolmogorov-Arnold Networks

    1 project | news.ycombinator.com | 1 May 2024
  • Emulation of Nintendo Game Boy (DMG-01) (2016) [pdf]

    1 project | news.ycombinator.com | 1 May 2024
  • Show HN: I made ComfyUI nodes for virtual try-on using IDM-VTON

    1 project | news.ycombinator.com | 1 May 2024
  • Add Thumbnails to your project links for better SEO

    2 projects | dev.to | 1 May 2024