As of 2025-08-07, here are the links to download all the Linkstack community themes:
wget https://github.com/linkstackorg/mono/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/galaxy/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/stargazer/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/minceraft/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/bean-soup/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/SoT/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/winter-wonderland/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/flare/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Magic-Kingdom/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Dark/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Aurora/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/llc-vanilla/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/sublime/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Dawn/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/polygon/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/PolySleek/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Bongo-Cat/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/isaac/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Misty-Rain/archive/refs/heads/main.zip
wget https://github.com/linkstackorg/Cloudy-Storm/archive/refs/heads/main.zip
wget https://github.com/nekosheen/Rainbow/archive/refs/heads/main.zip
wget https://github.com/nekosheen/Soothing/archive/refs/heads/main.zip
wget https://github.com/nekosheen/PaperBold/archive/refs/heads/main.zip
We found the linkstack application to be quite slow once it had been installed. For example, switching between one page and another in the admin panel took a while.
What do you think is the cause?
Common Causes of Slow Performance:
PHP-FPM/Apache configuration - Default LAMP settings may be conservative
Laravel framework overhead - LinkStack is built on Laravel which can be resource-heavy
Database queries - SQLite can be slower than MySQL for complex operations
Missing PHP opcache - PHP isn’t caching compiled code
Resource limits - LAMP app may have CPU/memory constraints
Quick Performance Improvements:
Option 1: Switch to MySQL (Faster than SQLite)
In your LinkStack admin:
Database settings → Switch from SQLite to MySQL
Use the credentials from /app/data/credentials.txt
Option 2: Enable PHP Optimizations
If you can access the LAMP configuration:
bash
Copy
Check if opcache is enabled
php -m | grep -i opcache
Option 3: Increase LAMP Resources
In Cloudron:
Go to your LinkStack (LAMP) app settings
Increase memory limit if available
Check resource usage in the app dashboard