Davi's Tech & Trends

Useful {{smart value}} for Jira automation

Getting the Current Hour value by Time Zone: If you want to check if the current time is between 8 AM and 5 PM in a specific time zone, this smart value will help you align actions based on business hours. {{now.converToTimeZone("<timezone>").format("

How to Install Nginx as a Reverse Proxy in Docker-Compose on Ubuntu

This guide will show you how to set up Nginx as a reverse proxy using Docker Compose. The reverse proxy will route incoming requests for specific domain names to corresponding internal IP addresses and ports. Prerequisites: Before starting, ensure the following conditions are met: 1. Docker and Docker Compose are

How to Install n8n with Docker-compose on Ubuntu

n8n is a powerful, free, and self-hosted workflow automation tool that simplifies and automates tasks across various applications and services. It allows users to create complex workflows without needing extensive coding knowledge. Prerequisites: Before starting, ensure Docker and Docker Compose are installed and running on your Ubuntu system. * 👉 Learn how

How to Install Uptime Kuma on Ubuntu Using Docker

Uptime Kuma is an easy-to-use self-hosted monitoring tool and a powerful monitoring tool that offers a simple, visually appealing, and efficient solution for monitoring various services, such as websites, servers, or even local computers. It also has the extensive notification features, allows you to send alerts to platforms such as

How to install and configuration PostgreSQL on Ubuntu

Step 1: Install PostgreSQL Follow the steps below to install PostgreSQL on your Ubuntu system. * Add PostgreSQL Repository: First, update the package index and install the necessary packages: sudo apt update sudo apt install gnupg2 wget Second, add the PostgreSQL repository: sudo sh -c 'echo "deb http://apt.

Davi's Tech & Trends © 2026