All checks were successful
deploy-docs / build-and-deploy (push) Successful in 38s
21 lines
497 B
Markdown
21 lines
497 B
Markdown
---
|
|
title: linkstacks
|
|
description: linktree clone
|
|
author: wompmacho
|
|
date: 2025-02-04
|
|
lastmod: 2025-02-04
|
|
showHero: false
|
|
tags: []
|
|
---
|
|
|
|
## What is linkstacks?
|
|
|
|
`Linkstacks` is a nice little linktr.ee clone that allows you to set up a simple
|
|
link page. It can also be expanded to add multiple users and you can host
|
|
multiple people's pages with their own user accounts and everything.
|
|
|
|
## Docker Compose Example
|
|
|
|
```yaml
|
|
{{<include "/srv/configs/docker_compose/linkstacks/docker-compose.yaml">}}
|
|
``` |