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
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user