Skip to content

A lightweight DIY alternative to services like Linktree and many.link.

License

Notifications You must be signed in to change notification settings

betov69/littlelink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LittleLink (Docker version)

This project is a fork of LittleLink. I wanted to create a Docker version of this project that is not modify and kept to true original. And that is what I have done here with the exception of creating the docker files in this repo.

Usage

To help you start with creating a container from this image, you can either use docker-compose or the docker command line. This container image is published on DockerHub.

docker-compose (recommended)

version: "3"
services: 
  little-link:
    image: davisdre/littlelink:latest
    container_name: littlelink-server
    ports: 
      - 80:80

docker commandline

docker run -d \
  --name=littlelink-server \
  -p 80:80
  davisdre/littlelink:latest

Support

If you would like to support this docker build, please feel free to buy me a coffee!

Versions

  • Sep 1, 2021 - Initial pull.
  • Oct 1, 2021 - Pulled latest. Updated Docker with latest content.

What is littlelink?

LittleLink

LittleLink is a lightweight DIY alternative to services like Linktree and many.link. LittleLink was built using Skeleton, a dead simple, responsive boilerplate—we just stripped out some additional code you wouldn't need and added in branded styles for popular services. 😊

Themes

LittleLink has more than 20 company button styles you can use and we'll be throwing more in soon. You'll also find a light and dark theme ready to go. Not a fan of the colors? Update skeleton-light.css or skeleton-dark.css to the HEX values of your choosing.

Performance

Using Skeleton let us build something that loads quickly & doesn't have any of the unnecessary bloat you would get from using a large framework for a page that requires nothing more than simplicity. LittleLink scored a 99/100 in performance when tested with Google Lighthouse.

About

A lightweight DIY alternative to services like Linktree and many.link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.6%
  • HTML 43.4%