From 0a1472e6e89a633fd7f87f0027338cfb88e0863b Mon Sep 17 00:00:00 2001 From: verita84 Date: Wed, 20 Jul 2022 17:37:02 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7a49acc..3cffe88 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # PiCluster -![Pic](https://git.rage.lol/verita84/picluster/raw/branch/master/images/piclusterLogo.png) +![Pic](https://git.pooper.social/verita84/picluster/raw/branch/master/images/piclusterLogo.png) PiCluster is a simple way to manage Docker containers on multiple hosts. I created this because I found Docker Swarm not that good and Kubernetes was too difficult to install currently on ARM. PiCluster will only build and run images from Dockerfile's on the host specified in the config file. This software will work on regular x86 hardware also and is not tied to ARM. [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) -![Pic](https://git.rage.lol/verita84/picluster/raw/branch/master/images/picluster-mainscreen.png) +![Pic](https://git.pooper.social/verita84/picluster/raw/branch/master/images/picluster-mainscreen.png) ## Features @@ -63,7 +63,7 @@ git clone -b dev https://git.rage.lol/verita84/picluster.git picluster ``` ## Config file reference -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/Config-Reference) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/Config-Reference) ## Try PiCluster in Docker @@ -77,38 +77,38 @@ docker-compose up -d Finally, in your web browser go to ## Installation -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/Installation) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/Installation) ## Container Load Balancer [See Wiki](https://git.rage.lol/verita84/picluster/wiki/Container-Load-Balancer) ## Upgrading -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/Upgrading) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/Upgrading) ## Functions-as-a-Service (FAAS) -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/Serverless-%28FaaS%29) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/Serverless-%28FaaS%29)
## Configuring and using the command-line client "pictl" -[See Wiki](https://github.com/picluster/picluster/wiki/Pictl) +[See Wiki](https://git.pooper.social/verita84/picluster/picluster/wiki/Pictl) ## SSL/TLS -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/SSL-Configuration) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/SSL-Configuration) ## Using pm2 to init PiCluster on systemd -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/PM2) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/PM2) ## Automatic Container failover to other hosts -[See Wiki](https://git.rage.lol/verita84/picluster/wiki/Automatic-Container-failover-to-other-hosts) +[See Wiki](https://git.pooper.social/verita84/picluster/wiki/Automatic-Container-failover-to-other-hosts) # Authors and Contributions -* Project created by [Verita84](https://rage.lol/verita84). +* Project created by [Verita84](https://git.pooper.social/verita84). * [TokinRing](https://github.com/TokinRing), core developer.