= 1024) {
$event.preventDefault();
const i = slugs.indexOf($wire.preview);
const next = $event.key === 'ArrowDown' ? Math.min(i + 1, slugs.length - 1) : Math.max(i - 1, 0);
if (next !== i && slugs[next]) $wire.openPreview(slugs[next]);
}
">
Installation Guides
11
Knowledge Base
308 copy-ready commands with fill-in variables, plus step-by-step installation guides.
/
Categories
5 results
= 1024) { $event.preventDefault(); $wire.openPreview('self-hosted-portainer-install') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('self-hosted-portainer-install') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Self-Hosted Apps
Install Portainer (Docker GUI)
docker volume create portainer_data
#portainer
#docker
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('self-hosted-vaultwarden') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('self-hosted-vaultwarden') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Self-Hosted Apps
Run Vaultwarden (Bitwarden-compatible)
docker run -d --name vaultwarden \
#vaultwarden
#bitwarden
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('self-hosted-n8n') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('self-hosted-n8n') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Self-Hosted Apps
Run n8n Workflow Automation
docker run -d --name n8n \
#n8n
#automation
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('self-hosted-uptime-kuma') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('self-hosted-uptime-kuma') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Self-Hosted Apps
Run Uptime Kuma (Status Monitor)
docker run -d --name uptime-kuma \
#uptime
#monitoring
3 views
0 copies
= 1024) { $event.preventDefault(); $wire.openPreview('self-hosted-coolify') }"
class="absolute inset-0 z-0 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500">
= 1024) { $event.preventDefault(); $wire.openPreviewWithPicker('self-hosted-coolify') }"
class="absolute top-2 end-2 z-10 p-1.5 rounded-md transition text-gray-300 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 hover:text-amber-400"
title="Save to collection">
Self-Hosted Apps
Install Coolify (PaaS Panel)
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
#coolify
#paas
3 views
0 copies