From c581704fdda9bdaaef717f546935b184a29bc794 Mon Sep 17 00:00:00 2001 From: BirdMakingStuff Date: Wed, 11 Feb 2026 01:32:42 +1300 Subject: [PATCH] Snowshare: fix typo in config file path on website (#11754) * fix: Fixed typo in snowshare systemd service * Revert "fix: Fixed typo in snowshare systemd service" This reverts commit cce1449caa14a1513ec5cc954ebe1b4caea50575. * update config_path of snowshare.json instead * fix formatting issue --- frontend/public/json/snowshare.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/snowshare.json b/frontend/public/json/snowshare.json index be1248561..dd6dc0de4 100644 --- a/frontend/public/json/snowshare.json +++ b/frontend/public/json/snowshare.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 3000, "documentation": "https://github.com/TuroYT/snowshare", - "config_path": "/opt/snowshare/.env", + "config_path": "/opt/snowshare.env", "website": "https://github.com/TuroYT/snowshare", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/snowshare.png", "description": "A modern, secure file and link sharing platform built with Next.js, Prisma, and NextAuth. Share URLs, code snippets, and files with customizable expiration, privacy, and QR codes.",