Skip to content

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

License

Notifications You must be signed in to change notification settings

davisdre/littlelink

 
 

Repository files navigation

Littlelink (Docker Version)

This a fork of sethcottle/littlelinek. I wanted to create a Docker version and here it is. Its a pure replica only additions is Docker related items.

Prerequisites

  • Docker

Getting Started

Clone the Repository

git clone https://github.com/davisdre/littlelink.git
cd littlelink

Modify files

Modify your index.html accordingly.

Build the Docker Image

Build the Docker image using the following command:

docker build -t littlelink .

Build the Docker Container

Run the Docker container with the following command:

docker run -d -p 80:80 littlelink

Access the Web Page

Open your web browser and navigate to http://localhost (or the IP address of your Docker host). You should see the hostname of the container displayed on the web page.

Files

  • docker-compose.yml: The docker-compose.yml used to deploy your application.
  • Dockerfile: The Dockerfile used to build the Docker image.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.6%
  • HTML 43.3%
  • Dockerfile 0.1%