Category: Docker
-
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
-
Docker
Installing Docker on Ubuntu is pretty simple. First step is to setup Docker repository: Second, install the packages: Almost done. But at this point every docker command require sudo privileges. To be able to run without sudo requires add current user to docker group. More about it here. Done! Run test container:
Written by