From c54bac36f160bedbed179253d474f915c584e81f Mon Sep 17 00:00:00 2001 From: Ahson Shaikh <59800198+Ahson-Shaikh@users.noreply.github.com> Date: Tue, 22 Sep 2026 17:43:11 +0500 Subject: [PATCH] Add Easypanel deploy option to setup docs --- docs/setup.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/setup.rst b/docs/setup.rst index 3da070a8..cf88ae63 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -110,6 +110,11 @@ The ``gokapi-data`` and ``gokapi-config`` folders are created automatically in t By default the container restarts automatically on boot (``restart: always``). Change to ``restart: unless-stopped`` if you only want automatic restart after a crash. +Easypanel +""""""""" + +`Easypanel `_ is a self-hosted Docker deployment platform, and Gokapi has a one-click deployment template there. Deploy it from https://easypanel.io/templates/gokapi - Easypanel sets up the persistent volumes for you automatically. + Native Deployment """""""""""""""""