Alternative to LinkStack and LinkTree
from ozoned@piefed.social to selfhosted@lemmy.world on 13 May 20:39
https://piefed.social/post/748131

LinkStack looks like it hasn’t been updated in 2+ years. Any self hosted alternatives anyone recommends?

Maybe even a static site generator?

#selfhosted

threaded - newest

thejevans@lemmy.ml on 13 May 21:16 next collapse

This hugo theme works well: jamstackthemes.dev/theme/hugo-lynx/

for a non-self-hosted, but neat alternative: weird.one

ozoned@piefed.social on 14 May 21:17 collapse

Thank you for the suggestion! I'll look into the themes! :-)

Flax_vert@feddit.uk on 13 May 22:36 next collapse

Linktree? Can’t you just host an html page using apache or nginx?

ozoned@piefed.social on 14 May 21:16 collapse

Yes! I can. I'm just TERRIBLE with Dev Stuff and not a fan either. lol But if you have recommends on how to host something like that and make it look ince, I'm all for hearing it! :-)

Flax_vert@feddit.uk on 14 May 22:36 collapse

Hosting is dead easy. Usually you just do sudo apt-get install apache2 for a start, and then it’ll host an html file on port 80 (HTTP), usually /var/www/html/index.html

w3schools.com is great for learning css and html.

You’d want to forward port 80 on your router then to get it accessible on the open web.

On your domain service, you’ll want to make an A record pointing to your IPV4 address and an AAAA record pointing to your IPV6 address.

If you have a dynamic IP (your IPV4 changes often) you can get scripts which run on a schedule to check your ip address and remotely update your A record using an API from your DNS.

You’ll also want to use certbot (an installable application) to manage an HTTPS certificate, then forward port 443 (HTTPS)

I know this is a very quick rundown, but hopefully it points you in the correct direction!

ozoned@piefed.social on 15 May 00:52 collapse

I'm a sysadmin by trade, I just don't know the HTML and CSS stuff. :-D Thank you very much for the detail response though! That's great for folks to find and learn! :-)

Lemmchen@feddit.org on 13 May 23:13 next collapse

linkstack.org

ozoned@piefed.social on 14 May 02:34 collapse

I do like Linkstack. I just thought it was abandoned. Mas pointed out that I'm VERY wrong there. It's only been 5 months. I use it on two other sites.

kaeurennetwo@lemmy.world on 14 May 00:40 next collapse

straw.page

mas@jlai.lu on 14 May 01:49 next collapse

More than 2 years ? Let’s not exaggerate, the last release of LinkStack was 5 months ago…

ozoned@piefed.social on 14 May 02:33 collapse

You're right actually. I swear I looked at something the other day for Linkstack and it was like 2023 ... I must be VERY confused there or I looked at something completely wrong. I wasn't meaning to exaggerate, I was mistaken. You are correct, 5 months. Definitely not dead.

vegetaaaaaaa@lemmy.world on 14 May 18:52 collapse

github.com/sethcottle/littlelink Or a simple HTML page…