Up to 50% off all plan, limited-time offer. Starting at $2.48.

LinkStack

A highly customizable link sharing platform with an intuitive, easy to use user interface.

Access

  • Open a browser at http://<server-ip> or https://<server-ip>.
  • If a self-signed certificate warning appears, simply accept it to proceed.
  • Follow the setup wizard.

Important Files and Directories

  • Installation directory: /root/linkstack
  • Docker Compose configuration: /root/linkstack/docker-compose.yml
  • Persistent data volume: /var/lib/docker/volumes/linkstack_linkstack

Managing the Stack

Check containers:

cd /root/cloudreve
docker compose ps

View logs:

cd /root/cloudreve
docker compose logs -f

Restart services:

cd /root/cloudreve
docker compose restart

Application Details