mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 12:20:10 +00:00
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 cce1449caa.
* update config_path of snowshare.json instead
* fix formatting issue
This commit is contained in:
parent
e0641d1573
commit
c581704fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue