Category: Web
-
PostgreSQL, pgAdmin
Story about wiped out database or 2 lines of code. Lessons from a Wiped-Out Database: Building a Crypto Portfolio Tracker I’m currently working on a Crypto Portfolio Tracker — a personal project aimed at simplifying how I manage my crypto investments. Previously, I tracked transactions using NextCloud spreadsheets and custom macros to fetch real-time prices.…
Written by
-
nginx proxy manager.
How to Securely Host Containers on a VPS with Nginx Proxy Manager and SSL When deploying multiple containers on your VPS, security should be your top priority. A crucial part of this is properly managing your domain and subdomain routing. While it’s possible to manually install Nginx and Certbot for SSL certificate generation, there’s a…
Written by
-
How to download or upload file from VPS
When managing servers sometime it’s needed to move files between remote hosts and local machines. It can be backup files, configs etc. One way it so setup Samba and connect to network storage and share files. Another way is to user CLI command “scp”Download file from remote host: Using ssh key Upload file to remove…
Written by
-
Migrating from Ghost to WordPress
The idea for this blog was to write down and structure my personal experience. Some of there tasks I’ve tried to figure out how to achive it. And why didn’t I make it public if someone is struggling with particular problems. But anyway, at first I’ve started it on Ghost engine in Docker container. But…
Written by