Main public logs

Jump to navigation Jump to search

Combined display of all available logs of rizqinwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:02, 2 August 2025 Inaaa talk contribs created page Cara Install Uptime Kuma di Docker (Created page with "== Cara Install Uptime Kuma di Docker == Tutorial ini menjelaskan langkah-langkah instalasi Uptime Kuma menggunakan Docker dan Docker Compose di Linux. === 1. Instalasi Docker === <syntaxhighlight lang="bash"> apt install docker.io </syntaxhighlight> === 2. Instalasi Docker Compose === <syntaxhighlight lang="bash"> curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/...")