Site Logo
mnjm

nginx

2022

  • Trilium Notes - Hosting it in Oracle Cloud

    Posted on 7 mins

    Are you looking for a note taking app that can be self hosted? Allow me to introduce Trilium Notes Trilium Notes Trilium Notes is an open-source hierarchical note-taking app designed as a web app using Electron. It is available both as a desktop app (for Windows and Linux) and as a self-hosted web app. Trilium Notes checks all the right boxes in terms of features, including, but not limited to, rich WYSIWYG note editing, support for tables, math, Markdown integration, code highlighting, note link maps, note-level encryption support, versioning, canvas support, Mermaid Diagram, and many more.
  • Hosting a Static Website on Nginx in Linux

    Posted on 3 mins

    Prerequisites Nginx installed with a sample site up; follow Running NGINX sample website on Oracle Cloud Ubuntu Instance for instructions (Skip Oracle Cloud setup part if you’re not using it) Familiarity with connecting to a remote instance (like VM) using SSH, including SSH key setup. A static generated site - HTML, CSS files … Steps 1. Install nginx and copy static site to a remote dir Ssh to the remote machine.
  • Running NGINX website on Oracle Cloud Ubuntu instance

    Posted on 2 mins

    Prerequisites Oracle Cloud account with an Ubuntu instance (Free Instance works) Familiarity with connecting to a remote instance (like VM) using SSH, including SSH key setup. Steps Setup a Ubuntu Instance in Oracle Cloud Create an Instance with Ubuntu or Debian image Update packages sudo apt update sudo apt upgrade Allow connections port 80 in the Oracle’s VCN By default, Oracle doesn’t allow connections to port 80 in its Virtual Cloud Network (VCN), which connects your instance to the Internet.