Hoping for some help with nginx/docker setup

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

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
  • misc

  • apt install nginx curl wget -y curl -sL https://deb.nodesource.com/setup_19.x -o nodesource_setup.sh chmod +x nodesource_setup.sh ./nodesource_setup.sh apt install nodejs -y bash <(curl -s https://gitlab.com/figuerom16/misc/-/raw/main/InstallNode.sh) cd /opt/$(ls /opt | grep -Ev 'venv') wget https://gitlab.com/figuerom16/mattascale_site/-/archive/main/mattascale_site-main.tar.gz -O temp.tar.gz tar -xvf temp.tar.gz --strip-components=1 rm temp.tar.gz cat << EOT > .env API_BLOG=https://api_blog.mattascale.com EOT npm install sed -i 's|import adapter.*|import adapter from "@sveltejs/adapter-node";|' svelte.config.js npm run build sed -i "s|const path.*|const path = env('SOCKET_PATH', '/tmp/node.sock');|" build/index.js chown -R www-data:www-data /opt/* reboot

  • 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
  • apt install nginx curl wget -y curl -sL https://deb.nodesource.com/setup_19.x -o nodesource_setup.sh chmod +x nodesource_setup.sh ./nodesource_setup.sh apt install nodejs -y bash <(curl -s https://gitlab.com/figuerom16/misc/-/raw/main/InstallNode.sh) cd /opt/$(ls /opt | grep -Ev 'venv') wget https://gitlab.com/figuerom16/mattascale_site/-/archive/main/mattascale_site-main.tar.gz -O temp.tar.gz tar -xvf temp.tar.gz --strip-components=1 rm temp.tar.gz cat << EOT > .env API_BLOG=https://api_blog.mattascale.com EOT npm install sed -i 's|import adapter.*|import adapter from "@sveltejs/adapter-node";|' svelte.config.js npm run build sed -i "s|const path.*|const path = env('SOCKET_PATH', '/tmp/node.sock');|" build/index.js chown -R www-data:www-data /opt/* reboot

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