From aba7331def23333ceb7670ac59f10b2e301a664a Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Mon, 20 Jun 2022 16:35:00 +0200 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2d584..54185af 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ DemoFeaturesInstallation • + Docker VersionUpdatingDiscordFork structure • @@ -31,7 +32,8 @@

- + + @@ -44,6 +46,7 @@

--- + ## Function **LittleLink Custom provides** you with **a website similar to** [Linktree](https://linktr.ee/). Many **social media platforms only allow you to add one link**, with this you can simply **link to your LittleLink Custom page** and have **all the links you want** displayed on one site. You can share all your links to your social media platform or important links to **easy accessible and hosted on your own web-server** or web-hosting provider. On this website, other users can register and create their own links, you can access other user via the Admin Panel. @@ -218,6 +221,28 @@ For more configuration options, refer to the [documentation](https://littlelink-
+## Docker + +

+ +

+ +The official docker version of [LittleLink Custom](https://github.com/JulianPrieber/littlelink-custom). This docker image is a simple to set up solution, containing everything you need to run LittleLink Custom. + +The docker version of LittleLink Custom retains all the features and customization options of the [original version](https://github.com/JulianPrieber/littlelink-custom). + +This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org/), a free and open-source cross-platform web server software. The docker comes with [PHP 8.0](https://www.php.net/releases/8.0/en.php) for high compatibility and performance. + +#### Using the docker is as simple as pulling and deploying. + +#### Pull + +`docker pull julianprieber/littlelink-custom` + +#### [Learn moure about the Docker version](https://github.com/JulianPrieber/llc-docker) + +
+ ## Updating When a **new version** is released, you will get an update notification on your Admin Panel.