Wiki.js for your documentation in docker

Wiki.js is an open-source wiki platform that enables teams to create, share and collaborate on knowledge in a single place. It is designed to be user-friendly, highly customizable, and secure. The platform supports Markdown syntax, WYSIWYG editor, and provides features such as version control, access control, and full-text search. Wiki.js is also highly scalable and can be installed on a variety of hosting platforms, including Docker containers. Overall, Wiki.js offers an efficient way for teams to manage knowledge, improve communication, and increase productivity.

NocoDB DB Management System

NocoDB is a schemaless, open-source, and document-oriented database management system that is designed to provide high performance, scalability, and ease of use. It supports a wide range of data types, provides a powerful query language, and offers useful features such as replication and sharding. NocoDB is highly flexible and can easily handle large amounts of data, making it a great choice for web-based applications that require a scalable and easy-to-use database management system.

Docker Compose useful commands

Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to define the services, networks, and volumes required for your application in a single YAML file, making it easy to spin up and manage complex applications with multiple containers. Using Docker Compose, you can start and stop multiple containers with a single command, and easily scale your application up or down as needed. It simplifies the process of setting up and managing a multi-container application, making it a popular tool for development and testing environments.

Ed25519 ssh keys

What are Ed25519 ssh keys? Ed25519 SSH keys are a type of public-key cryptography used for secure communication over a network. They are based on the Ed25519 elliptic curve algorithm, which is a variant of the elliptic curve algorithm used for digital signatures. The Ed25519 algorithm was designed to be faster and more secure than… Continue reading Ed25519 ssh keys

Install a php script in PHP-FPM & Caddy via Docker

Install docker Either regular docker install or rootless. Create a new directory Create a new directory where you will store your Docker Compose file and PHP/html etc files. For example, you can create a directory called “phpapp” in your home directory: write a docker compose file paste the below code in a new file called… Continue reading Install a php script in PHP-FPM & Caddy via Docker

Exit mobile version