Author: blog@minamirnd.work

Jupiter notebook behind Nginx on Ubuntu 20.04.3

Run Jupyter notebook behind Nginx, with SSL via Let's Encrypt. Jupyter notebook process to be monitored by supervisord. Supervisord process to run as 'jupyter' user. Referrences c.f. https://medium.com/bit2byte/deploying-jupyter-in-ubuntu-with-nginx-and-supervisor-f847b545023 c.f. https://medium.com/@nicklas_bocksberger/setting-up-jupyter-notebook-on-a-server-with-nginx-as-proxy-d579d4075bb…

Read more

Elasticsearch + Nextcloud

Configuring Nextcloud Full Text Search with Elasticsearch. Installing Elasticsearch (elastic-7.x) c.f. https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-20-04 curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list…

Read more