Removed imgur, updated links & added stargazer graph

This commit is contained in:
MagicLike 2023-05-18 12:22:53 +02:00 committed by GitHub
parent 4abca3c079
commit d99df74cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 19 deletions

View File

@ -1,9 +1,9 @@
<p align="center"> <p align="center">
<img width="200px" src="https://linkstack.org/wp-content/uploads/2023/04/logo-animated.svg"><br> <img width="200px" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/logo/svg/logo_animated.svg"><br>
<picture> <picture>
<source media="(prefers-color-scheme: dark)" width="400px" srcset="https://i.imgur.com/d1mdtEw.png"> <source media="(prefers-color-scheme: dark)" width="400px" srcset="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/website_light.png">
<img width="400px" src="https://i.imgur.com/pPMgaqF.png"> <img width="400px" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/website_dark.png">
</picture> </picture>
</p> </p>
<h3 align="center"><b>Open-Source Linktree Alternative</b></h3> <h3 align="center"><b>Open-Source Linktree Alternative</b></h3>
@ -42,7 +42,7 @@
--- ---
<p align="center"> <p align="center">
<a href="https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip"><img src="https://i.imgur.com/GZvrPEm.png" alt="Download latest" width="380" ></a> <a href="https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip"><img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/download_latest.png" alt="Download latest" width="380" ></a>
<br> <br>
<a href="https://github.com/linkstackorg/linkstack/releases"><img alt="GitHub release (latest by date)" src="https://img.llc.ovh/github/v/release/JulianPrieber/LittleLink-Custom?label=Latest%20release"></a> <a href="https://github.com/linkstackorg/linkstack/releases"><img alt="GitHub release (latest by date)" src="https://img.llc.ovh/github/v/release/JulianPrieber/LittleLink-Custom?label=Latest%20release"></a>
</p> </p>
@ -83,7 +83,7 @@ Our goal is to provide a free version of a link-sharing service, similar to Link
<br> <br>
<p align="center"> <p align="center">
<a href="https://linkstack.org/instances/"><img src="https://i.imgur.com/9F3MIyL.png" alt="Community instances" width="350" ></a> <a href="https://linkstack.org/instances"><img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/badges/png/create_account.png" alt="Community instances" width="350" ></a>
</p> </p>
## Themes ## Themes
@ -101,9 +101,9 @@ Contribute by designing your own themes. You can read more about contributing be
<br> <br>
|![preview1](https://raw.githubusercontent.com/JulianPrieber/stargazer/main/preview.png) |![preview2](https://raw.githubusercontent.com/JulianPrieber/Magic-Kingdom/main/preview.png)| |![preview1](https://raw.githubusercontent.com/LinkStackOrg/stargazer/main/preview.png) |![preview2](https://raw.githubusercontent.com/LinkStackOrg/Magic-Kingdom/main/preview.png)|
| ------------- |-------------| | ------------- |-------------|
|![preview3](https://raw.githubusercontent.com/JulianPrieber/polygon/main/preview.png)|![preview4](https://raw.githubusercontent.com/JulianPrieber/PolySleek/main/preview.png)| |![preview3](https://raw.githubusercontent.com/LinkStackOrg/polygon/main/preview.png)|![preview4](https://raw.githubusercontent.com/LinkStackOrg/PolySleek/main/preview.png)|
<br> <br>
@ -126,7 +126,7 @@ Now click on Choose file and select your downloaded theme zip file. Now click on
If you know a bit about CSS, consider making your own theme and adding it to the public directory. If you know a bit about CSS, consider making your own theme and adding it to the public directory.
Everything is documented in the dedicated GitHub repository. Everything is documented in the dedicated GitHub repository.
[github.com/JulianPrieber/llc-themes/tree/main/contributing](https://github.com/JulianPrieber/llc-themes/tree/main/contributing) [github.com/LinkStackOrg/linkstack-themes/tree/main/contributing](https://github.com/LinkStackOrg/linkstack-themes/tree/main/contributing)
## Installation ## Installation
@ -142,7 +142,7 @@ Everything is documented in the dedicated GitHub repository.
When accessing your instance for the first time, you will be greeted by the first setup page. When accessing your instance for the first time, you will be greeted by the first setup page.
<p align="center"> <p align="center">
<img width="650" src="https://i.imgur.com/EWGy7iH.png"> <img width="650" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/setup_wizard.png">
</p> </p>
<br> <br>
@ -150,10 +150,10 @@ When accessing your instance for the first time, you will be greeted by the firs
## Docker ## Docker
<p align="center"> <p align="center">
<a href="https://github.com/JulianPrieber/llc-docker"> <a href="https://github.com/linkstackorg/linkstack-docker">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" width="600px" srcset="https://i.imgur.com/tSHEDPv.png"> <source media="(prefers-color-scheme: dark)" width="600px" srcset="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/docker_edition_dark.png">
<img width="600px" src="https://i.imgur.com/0gH7UKM.png"> <img width="600px" src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/docker_edition_light.png">
</picture> </picture>
</a> </a>
</p> </p>
@ -162,7 +162,7 @@ The official docker version of [LinkStack](https://github.com/linkstackorg/links
The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/linkstackorg/linkstack). The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/linkstackorg/linkstack).
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. 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. #### Using the docker is as simple as pulling and deploying.
@ -170,7 +170,7 @@ This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux di
`docker pull linkstackorg/linkstack` `docker pull linkstackorg/linkstack`
#### [Learn more about the Docker version](https://github.com/JulianPrieber/llc-docker) #### [Learn more about the Docker version](https://github.com/LinkStackOrg/linkstack-docker)
<br> <br>
@ -202,7 +202,7 @@ If you switched your database to MySQL, your database will not be included in th
<br> <br>
<p align="center"> <p align="center">
<a href="https://discord.linkstack.org"><img src="https://i.imgur.com/zRSnxjk.png" alt="Join the Discord" width="600" ></a> <a href="https://discord.linkstack.org"><img src="https://raw.githubusercontent.com/LinkStackOrg/branding/main/marketing/discord.png" alt="Join the Discord" width="600" ></a>
</p> </p>
<br> <br>
@ -252,7 +252,7 @@ You can support LinkStack [here](https://linkstack.org/sponsor).
Thank you for improving LinkStack! Thank you for improving LinkStack!
<p> <p>
<a href="https://github.com/linkstackorg/linkstack/graphs/contributors"><img src="https://components.linkstack.org/contributors/" alt="Contributors" width="600" ></a> <a href="https://github.com/linkstackorg/linkstack/graphs/contributors"><img src="https://components.linkstack.org/contributors" alt="Contributors" width="600" ></a>
</p> </p>
<br> <br>
@ -262,13 +262,21 @@ Thank you for improving LinkStack!
Thank you for all your efforts! Thank you for all your efforts!
<p> <p>
<a href="https://linkstack.org/beta-tester"><img src="https://components.linkstack.org/beta-testers/" alt="Contributors" width="600" ></a> <a href="https://linkstack.org/beta-tester"><img src="https://components.linkstack.org/beta-testers" alt="Contributors" width="600" ></a>
</p> </p>
[Become a beta tester](https://linkstack.org/beta-tester) [Become a beta tester](https://linkstack.org/beta-tester)
<br> <br>
### Stargazers
<a href="https://star-history.com/#LinkStackOrg/LinkStack&LinkStackOrg/linkstack-docker&LinkStackOrg/linkstack-themes&Date">
<img alt="Star History Chart" width="700px" src="https://api.star-history.com/svg?repos=LinkStackOrg/LinkStack,LinkStackOrg/linkstack-docker,LinkStackOrg/linkstack-themes&type=Date">
</a>
<br>
## Additional-credit ## Additional-credit
- [laravel](https://github.com/laravel/laravel) - [laravel](https://github.com/laravel/laravel)