Skip to content

davisdre/littlelink

 
 

Repository files navigation

Logo

LittleLink

The DIY self-hosted LinkTree alternative. LittleLink has more than 100 branded button styles you can easily use, with more being added by our community all the time.

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.

Theme

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!

Updates

  • Sep 1, 2021
    • Initial pull.
  • Oct 1, 2021
    • Pulled latest.
    • Updated Docker with latest content.
  • Oct 31, 2021
    • Pulled latest from sethcottle/littelink.
    • Updated Docker image.
  • Dec 13, 2021
    • Pulled latest.
    • Updated Docker containers with latest content and security patches.
  • Jan 28, 2022
    • Pulled latest.
    • Updated Docker contrainers with latest content and security patches.
  • Feb 17, 2022
    • Pulled latest.
    • Updated Docker contrainers with latest content and security patches.
  • Jun 01, 2022
    • Merged latest from sethcottle/littelink.
    • Updated Dockerfile to reduce vulnearbilities.
    • Added .dockerigrone file to prevent copying of unecessary stuff into docker image. Kudos to benvon for the request.
  • Nov 23, 2022
    • Mered latest from sethcottle/littlelink.
    • Applied latest security updates.

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. 😊

🤝 Community Extras

📦 LittleLink Extended

Looking for more niche services to add to your copy of LittleLink? Check out LittleLink Extended. Users can add more niche services to this repository to help keep the core LittleLink repository less cluttered.

🎨 Figma

Duplicate the LittleLink Template on Figma Community to help plan out and design your LittleLink page.

Figma Community

🐋 Docker

Techno Tim is building LittleLink-Server. Check out his video!

Drew is building a super simple Docker implementation of LittleLink.

🗃️ Misc

Khashayar is building LittleLink Admin which lets you host your own admin portal to manage LittleLink!

Julian is building LittleLink Custom which approaches the admin portal with an easy-to-use "plug-and-play" mentality!


💖 Supporters

You can support LittleLink by buying me a coffee. You can also have your name or your company added to this section and the supporters page of the LittleLink.io website.

🏢 Business Supporters

links.dev

Add Your Company Name

✨ Individual Supporters

Drew Davis

Robotter112

Buy Me A Coffee

🐙 GitHub Sponsors

Your Name Here

GitHub Sponsors

❤️ Patreon Members

Your Name Here

Patreon

🥰 More Ways to Support LittleLink

Buy Me A Coffee

Ko-Fi

PayPal


📊 Analytics

To help build a more privacy focused product, we recommend using Fathom Analytics*. View our Fathom analytics dashboard**.

* This is a referral link. Using this link to sign up for Fathom is an easy way to help support LittleLink!
** Analytics in this dashboard start May 03, 2022. View this Google Sheets file with the generic unique pageview data from Google Analytics.

PayPal

About

Docker version of LIttleLink, a lightweight DIY alternative to services like Linktree and many.link.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • CSS 58.7%
  • HTML 41.2%
  • Dockerfile 0.1%