Computing

In this area, you will learn about different applications to install only on x86x64 architecture. These apps will possibly work for Raspberry Pi, but have not been tested. So, I cannot guarantee that they will work the same.

Let’s reduce the length of your URLs with Kutt – Still monitor traffic

Check out the Docker Composse used in this video services:   server:     image: kutt/kutt:latest     restart: always     volumes:       – db_data_sqlite:/var/lib/kutt       – custom:/kutt/custom     environment:       DB_FILENAME: “/var/lib/kutt/data.sqlite”       REDIS_ENABLED: true       REDIS_HOST: redis       REDIS_PORT: 6379       JWT_SECRET: change-me #random string of characters       DEFAULT_DOMAIN: yourwebsite.com #no http or https     […]

Let’s reduce the length of your URLs with Kutt – Still monitor traffic Read More »