From 917df4d1da9797a5fd2f80d6a5cc89103ef5ab4d Mon Sep 17 00:00:00 2001 From: Ahson Shaikh <59800198+Ahson-Shaikh@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:03:53 +0500 Subject: [PATCH] Add Easypanel deployment option --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0a3ed66..93fda9d 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,15 @@ export PERSISTENT_TOKENS_KEY="$(openssl rand -hex 32)" > See: [Deployments Wiki](https://github.com/error311/FileRise/wiki/Kubernetes---k8s-deployment) > More deployment docs: [Install Setup](https://github.com/error311/FileRise/wiki/Installation-Setup) +### Easypanel + +If you'd rather not manage the container yourself, [Easypanel](https://easypanel.io) is a self-hosted deployment platform with a one-click FileRise template: + +[![Deploy on Easypanel][easypanel-btn]][easypanel-deploy] + +[easypanel-btn]: https://easypanel.io/img/deploy-on-easypanel-40.svg +[easypanel-deploy]: https://easypanel.io/templates/filerise + --- ## Manual install (PHP web server)