RSSAmplifier

Blog

Frederic Alix's Blog

Want to share

blog.fredalix.comRSS feed ↗7 posts

Latest posts

How to use Clever Cloud's Network Groups

A hands-on tutorial: deploy a Node.js app whose extra ports are reachable only through a private WireGuard mesh, a Clever Cloud Network Group, and dodge the gotchas along the way.

Using Redis Server for Shell Scripting in FreeBSD System Administration

The more I use Redis server, the more I enjoy it.During the last year, I saw a lot of good system administrators using HashiCorp Consul to store information for their shell scripts.As I am concerned,

Deploying on Clever Cloud a backend coded in Go and a web application developed in React

Presentation Generally, when I deploy a web application, the backend and frontend have their own git repository.However, sometimes I need to deploy an application where both components are on the same

N8n to deploy OpenVSCode Server environments on demand on Clever Cloud

Presentation Are you familiar with OpenVSCode Server? OpenVSCode Server is an open-source project that allows you to deploy a Visual Studio Code (VSCode) development environment on a remote server. It

A n8n environment ready for scaling: installation and configuration on Clever Cloud.

n8n, what is it? Are you familiar with software such as IFTTT or Zapier ?They are workflow engines that chain tasks together to achieve a final result.They allow you to automate tasks based on events

Installing Tailscale in a Clever Cloud Application

For a few months now, the company I work for has been using Tailscale as a VPN solution. It is based on the excellent WireGuard, to which an administration console and a very user-friendly ACL manager

Hosting a PaperMC Minecraft Server on Clever Cloud

Introduction Clever Cloud allows you to host your web applications (nodejs, java, php, and more) and databases (PostgreSQL, MySQL, Mongo, ...). Your application must necessarily listen on port 8080 so