Установка WordPress с помощью Docker Compose
WordPress — бесплатная система управления контентом (CMS) с открытым исходным кодом, которая опирается на базу данных…
WordPress — бесплатная система управления контентом (CMS) с открытым исходным кодом, которая опирается на базу данных…
Alerta is a web application used to consolidate and de-duplicate alerts from multiple monitoring systems and visualize them on a single screen. Alerta can integrate with many well-known monitoring tools like Nagios, Zabbix, Sensu, InfluxData Kapacitor, and…
Vuetify is a UI components library for Vue.js. Vuetify is highly configurable and customizable. You can modify the components to fit your needs, and you can set up your own theme to have a consistent component library based on your brand style. In this tutorial, you will create a TODOs app based on Vuetify from scratch and publish it using Nginx as a reverse proxy, which is required to deploy a Vue app.
In this tutorial, we will show you how to use Certbot to obtain a free SSL certificate and use it with FreeBSD server running Nginx. We will also show you how to automatically renew your SSL certificate.
Let’s Encrypt adalah Otoritas Sertifikat (CA) yang menyediakan cara mudah untuk memperoleh dan menginstal sertifikat TLS/SSL gratis, yang dengan demikian mengaktifkan HTTPS terenkripsi pada server web. Ini menyederhanakan proses dengan menyediakan klien perangkat lunak, Certbot, yang berusaha mengotomatiskan sebagian besar (jika bukan semua) langkah yang diperlukan. Dalam tutorial ini, Anda akan menggunakan Certbot untuk memperoleh sertifikat SSL gratis untuk Nginx pada Ubuntu 20.04
In diesem Leitfaden erstellen Sie eine Python-Anwendung mithilfe des Flask-Microframeworks unter Ubuntu 20.04. Im Großteil dieses Artikels geht es um die Einrichtung des Gunicorn Anwendungsservers und das Starten der Anwendung sowie um die Konfiguration…
Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. In this tutorial, you will set up a production-ready Node.js environment on a single Debian 10 server.
Publish to and pull Docker images from your own private Docker registry.
Strapi is an open source headless CMS built with the JavaScript programming language. Like many other headless CMS’, Strapi doesn’t come with a frontend out of the box. Instead, it relies on an API that allows you to architect your content structure. In this tutorial, learn how to install Strapi and set up a production environment.
Django est un framework web puissant qui peut vous aider à lancer votre application ou votre site web en Python. Django comprend un serveur de développement simplifié pour tester votre code en local, mais pour tout ce qui est lié, même légèrement, à la production, un serveur…