How to add mail service to the Bookstack container
To do: Step 1: Add the bellow environment while running the docker container. Example: docker-compose.yml file Docker CLI
To do: Step 1: Add the bellow environment while running the docker container. Example: docker-compose.yml file Docker CLI
Supported Architectures We utilize the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here. Simply pulling lscr.io/linuxserver/bookstack:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags. The architectures supported…
How to run Uptime Kuma on Docker Run the bellow command to run the uptime kuma container on the docker The configuration data stored in the host path /uptime-kuma
Proxy Server Definition A proxy server is a system or router that provides a gateway between users and the internet. Therefore, it helps prevent cyber attackers from entering a private network. It is a server, referred to as an “intermediary” because it…
Login to your Azure DevOps account and create a pipeline Under steps add the below task Here the checkout URL is like git://{ Your Project }/{Your Repository Name}@{Branch Name} Once you added this task, now create a bash script task…
Setting up a home lab can be an exciting project, especially when leveraging Docker. Here’s a list of the top 10 open-source Docker images you should consider for your home lab environment.
Requirement: TP-Link XC220-G3v Router Green Color Optical Male Port The TIA 568 color code for connector bodies and/or boots is Beige for multi-mode fiber, Blue for single-mode fiber, and Green for single-mode APC (angled) connectors. Required Configuration Values from old router:…
How to take a backup of SQL database using MySQL Workbench follow the below steps Open MySQL Workbench and add the DB server with administrator privileges Now click the added DB and log in to the DB Now click on…
Steps: -> Install the mask password plugin for Jenkins Controller -> Now go to your pipeline code and the below line in the pipeline Note: The password value needs to be in the above format, e.g. ( “$NEW_PASSWORD”) and the var…
This issue was due to the Nginx ingress upload body limit. To fix this, add the two annotations mentioned below. Change the size based on your requirement e.g: 1024m = 1GB ⚠️Note: This is for ingress based on Nginx Ingress…