diff --git a/README b/README index 0ba1373..ef951ff 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ Setup VPS cd /var/www/backend npm install nano /var/www/backend/src/config.js to your liking - replace nginx conf with supplied one, certbot will upgrade it to HTTPS + replace /etc/nginx/nginx.conf with supplied one, certbot will upgrade it to HTTPS systemctl enable --now nginx.service certbot --nginx diff --git a/src/home.js b/src/home.js index 110183a..9d3b0bd 100644 --- a/src/home.js +++ b/src/home.js @@ -32,29 +32,13 @@ class Home extends React.Component { } render() { - if (this.state.redirectToRunningServices) { - return ; - } - else if (this.state.redirectToWavePortal) { - return ; - } - if (this.state.redirectToTimelapses) { - return ; - } - if (this.state.redirectToTutorialMistOcto) { - return ; - } if (this.state.redirectToGrafana) { return ; } - if (this.state.redirectToVideoNFT) { - return ; - } if (this.state.redirectToLPT) { return ; } - var totalVisitorCount = 0; var activeVisitorCount = 0; if (this.props.userstate.visitorStats) { @@ -72,6 +56,13 @@ class Home extends React.Component {

Home

+
- nframe.tech / nframe.nl + nframe.nl