I D H A M .

Programming

  • Published on
    Deploy a Next.js app to a VPS using Docker — from setting up the folder structure, creating the Dockerfile and docker-compose, all the way to getting your app running on the server. If you want to access it via your own domain and HTTPS, there is also an optional section using Traefik. Perfect for anyone looking to set up Next.js on a VPS in a clean, secure, and production-ready way.
  • Published on
    Setting up Traefik on a VPS as a reverse proxy with automatic SSL support via Lets Encrypt. Youll create a directory at /var/www/traefik/ and configure three essential files: traefik.yml, docker-compose.yml, and acme.json. Traefik runs as a Docker container, exposing ports 80 and 443, and enables the dashboard as well as secure HTTPS connections. It can then be used to route traffic to other Dockerized apps automatically based on domain and Docker labels.
  • Published on
    Starting again with the programming world with minimal experience writing code, what I can think of is that the most important thing is that the application can run and have not an error, so many technical and non-technical things are not my concern.