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.
Appwrite Backend-as-a-service (BaaS)
Appwrite is an open-source backend-as-a-service (BaaS) platform that simplifies the development process for web and mobile applications by providing pre-built tools and services for server-side logic, data storage, and authentication. BaaS platforms like Appwrite can speed up development, improve scalability, enhance security, and reduce costs for developers.
Wireguard VPN Server in Docker
WireGuard VPN is a newer protocol that offers faster speeds, better security, simpler configuration, and improved battery life compared to OpenVPN. It uses modern cryptographic techniques, which makes it more secure and efficient. However, it may not be as widely supported as OpenVPN by VPN providers and clients. This post shows you how to host your own in docker in under 10 minutes!
Install & use Doxygen via Docker
Doxygen is a documentation generator that extracts comments from source code and generates documentation in various formats. This post shows how to use it in Docker.
Automatic backup of docker Mysql or MariaDB container
Regular backups and test restores of your MySQL databases are crucial for protecting your data, ensuring business continuity, and complying with regulations. It is recommended to establish a backup strategy that includes regular backups and storing backups in multiple locations.
WordPress on PHP-FPM & Caddy in Docker
WordPress is a popular content management system (CMS) used to create and manage websites. It allows users to easily create and publish content using a user-friendly interface. Running WordPress in a Docker container allows for easier management, scalability, and portability of the WordPress installation. It provides a consistent environment for running WordPress, simplifies deployment, and allows for easy testing and experimentation with different configurations.