Toolverse
All skills

dokploy

by openclaw

Manage Dokploy deployments, projects, applications, and domains via the Dokploy API.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps
Views
2

About this skill

Manage Dokploy deployments, projects, applications, and domains via the Dokploy API.

How to use

  1. Upewnij się, że masz uruchomioną instancję Dokploy z dostępem do API. Wygeneruj klucz API w ustawieniach profilu Dokploy, w sekcji "API/CLI Section".

  2. Skonfiguruj zmienne środowiskowe: ustaw DOKPLOY_API_URL (domyślnie http://localhost:3000) na adres Twojej instancji Dokploy oraz DOKPLOY_API_KEY na wygenerowany klucz API. Możesz też użyć komendy dokploy-config set --url "https://twoja-instancja.com" --key "twoj-klucz".

  3. Zainstaluj wymagane narzędzia: skill wymaga curl i jq do komunikacji z API. Sprawdź, czy oba są dostępne w Twoim systemie.

  4. Zacznij od wylistowania projektów komendą dokploy-project list, aby zweryfikować połączenie z API. Jeśli połączenie działa, zobaczysz listę istniejących projektów.

  5. Aby wdrożyć aplikację, najpierw utwórz projekt (dokploy-project create --name "Mój Projekt"), następnie dodaj aplikację (dokploy-app create --project --name "moja-app" --type "docker" --image "nginx:latest"), a na koniec wyzwól wdrożenie komendą dokploy-app deploy .

  6. Monitoruj postęp wdrożenia, pobierając logi za pomocą dokploy-app logs --deployment <id-wdrożenia>. Skill obsługuje aplikacje typu Docker, Git i Compose, dostosowując się do Twoich potrzeb.

Related skills

cloudflare-manager

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun

DevOps
20122

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

pmbok-project-management

by jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas

DevOps
21133

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

file-organizer

by ComposioHQ

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

DevOps
1399

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995