This tutorial explains how to set up a custom domain for your Hossted Marketplace application. 1. Preparation Before starting, ensure that: Wait till the end of the deployment process. 2. Setting Up DNS Records in Cloudflare A DNS record links a domain name to an IP address, so when a user enters (for example: cal.hossted.net), […]
How To 22 Oct 2024 How to authorise through AWS Identity and Access Management (IAM)Follow these steps to configure your AWS credentials: 1. Run the CommandOpen your terminal and execute the following command: 2. Provide the Required InformationDuring the configuration process, you’ll be prompted to enter the following details:– AWS Access Key ID: Enter your Access Key ID.– AWS Secret Access Key: Enter your Secret Access Key.– Default region […]
How To 17 Oct 2024 How to Deploy Hossted Kubernetes App on AWSThis tutorial details how to deploy Hossted’s fully supported K8s apps from the AWS Marketplace and connect them to the Hossted Platform, so that it is ready for use: 1. Deploying the K8s App on AWS If you have already created a cluster, choose “Launch on an Existing Cluster” Follow the instructions given under this option. […]
How To 7 Oct 2024 How to Deploy Hossted Kubernetes App on Azure MarketplaceThis tutorial details how to deploy any one of Hossted’s fully supported K8s apps from the Azure Marketplace and connect it to the Hossted Platform, so that it is ready for use: 1. Deploying the K8s App on Azure Wait till the end of the deployment process. 2. Connect your cluster locally To connect the […]
How To 20 Dec 2023 Microservices development and CI-CD with dockers and git-submodules — GS3DDevelop and deploy to Kubernetes with GS3D using GitLab CI/CD, and Harbor This article is based on the concepts that were presented on “Managing microservices with dockers and git-submodules — GS3D”. It assumes that the git repositories were arranged in the same way it recommends and will tell about the actual development and the ci cd flows. To read the first […]
How To 20 Dec 2023 Managing microservices with dockers and git-submodules — GS3DDeveloping with dockers has many implications for the code and the repositories. This article suggests a pattern to resolve those issues If you consider moving your development to use dockers or you are looking to find how to do it in a harmonic way both for development and delivery to production this is for you. […]
How To 20 Dec 2023 Video Tutorial: How to Deploy an App on the Azure Marketplace How To 20 Dec 2023 Jitsi JWT Tokens authenticationThis tutorial covers the details of configuring authentication using JWT tokens in Jitsi Meet. Prerequisites: The problem with installing jitsi-meet-tokens is that libssl1.0-dev package is not available in Debian10, and has been replaced with libssl-dev. When installing jitsi-meet-tokens, luacrypto is installed as a dependency, and luacrypto does not work with libssl-dev. The solution: 1. Install dependencies: 2. Install additional packages: 3. Create a file called luajwtjitsi-1.3-7.rockspec with the […]
How To 20 Dec 2023 Jitsi Load TestingThis tutorial describes how to perform load testing using terraform with GCP VMs and ansible to run the commands. Terraform Create a set of VMs with the following template (change the variables according to your environment): main.tf firewall.tf This will create 3 instances in GCP with 4 cpu and 16gb of RAM. Ansible After creating […]
How To