Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,18 @@ Neonlink uses multiarch build. That means you need to use [buildx](https://docs.
To build your own docker container run in root folder

### Build multiarch image

```sh
docker buildx build --platform linux/arm/v7,linux/amd64 --push --tag alexscifier/neonlink:latest .
```

### Build for one platform

```sh
# Linux shell
DOCKER_BUILDKIT=1 docker build --tag alexscifier/neonlink:latest .
```

```sh
# Windows PowerShell
$env:DOCKER_BUILDKIT=1; docker build -t alexscifier/neonlink .
Expand All @@ -103,3 +106,15 @@ $env:DOCKER_BUILDKIT=1; docker build -t alexscifier/neonlink .
![Dashboard](https://raw.githubusercontent.com/AlexSciFier/neonlink/master/docs/Dashboard.png)
![Links dark](https://raw.githubusercontent.com/AlexSciFier/neonlink/master/docs/Links%20dark.png)
![Links light](https://raw.githubusercontent.com/AlexSciFier/neonlink/master/docs/Links%20light.png)

## Favicon download

When you're adding a link it's favicon is automatically downloaded.

But for some rare cases where the favicon couldn't be downloaded automatically you can manually paste a link to desired favicon in link editing menu

![](assets/20250302_233945_image.png)

in most cases website favicon location is https://websitedomain/favicon.ico

but if the favicon is not there, then you can use website inspect tool (F12) and then search (ctrl+F) Elements menu for favicon keyword. This will lead you to URL where the favicon is stored
Binary file added assets/20250302_233945_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.