Ghost and nginx reverse proxy , something broke trying to revive it.

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

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
  • docker-compose-ghost-quickstart

    :ghost: Ghost blogging platform quick start with docker compose

  • I haven't tested this just yet however looking at it I believe it should work. There's also the docker-compose-ghost-quickstart project that you might find useful.

  • server-side-tls

    Server side TLS Tools

  • server { listen 80 default_server; server_name brez.ai www.brez.ai; return 301 https://$host$request_uri; } server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name brez.ai www.brez.ai; ssl_certificate /etc/nginx/certs/default.crt; ssl_certificate_key /etc/nginx/certs/default.key; ssl_session_timeout 1d; ssl_session_tickets off; # See https://ssl-config.mozilla.org/#server=nginx for the latest ssl settings recommendations # An example config is given below ssl_protocols TLSv1.2; ssl_ciphers HIGH:!aNULL:!MD5:!SHA1:!kRSA; ssl_prefer_server_ciphers off; location / { proxy_pass http://127.0.0.1:8080/; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; client_max_body_size 0; } }

  • 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

  • Page Views Counter: Netlify Dynamic Site Challenge using Netlify Blobs

    1 project | dev.to | 10 May 2024
  • Deno KV internals: building a database for the modern web

    3 projects | news.ycombinator.com | 10 May 2024
  • TakServer rtsp video feed manager

    1 project | /r/ATAK | 17 Oct 2022
  • I Made a Free Tool to Know My Stargazers 🌟

    1 project | dev.to | 9 May 2024
  • Why Every Website Needs an SSL Encryption

    1 project | dev.to | 8 May 2024