Skip to content
View esantini's full-sized avatar
Block or Report

Block or report esantini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
esantini/README.md

My Personal Website

Created & hosted with a Raspberry Pi on my home.

Visit eSantini.com to see if it's running.

ReactJS

This project was bootstrapped with Create React App.

Run Production

Run yarn build to create the /build folder.

If NGINX & port forward is configured correctly this should start serving the static files on the site.

NGINX

Reverse Proxy configured with NGINX on ports 443 for a secure transfer protocol (https) with http2 & SSL.

File nginx-sites-available in api repo contains the current NGINX configuration.

Pinned

  1. eSantini eSantini Public

    My Website hosted on a Raspberry Pi from home.

    JavaScript 1

  2. api api Public

    My personal API, serves data to my main site & subdomains. It listens for git Webhooks to deploy sites and itself.

    JavaScript