mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-15 09:29:08 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
37558f3b10 | ||
|
0e8b61d7d4 |
@@ -6,3 +6,6 @@
|
|||||||
|
|
||||||
[0.1.2]
|
[0.1.2]
|
||||||
* Fixed wrong URL
|
* Fixed wrong URL
|
||||||
|
|
||||||
|
[0.1.3]
|
||||||
|
* Updated postinstall message
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"healthCheckPath": "/check",
|
"healthCheckPath": "/check",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
This application integrates with Cloudron authentication.
|
This application integrates with Cloudron authentication.
|
||||||
However, all Cloudron users share the same Syncthing session.
|
However, all Cloudron users share the same Syncthing session.
|
||||||
|
Please note that only the username is accepted as login and not the email address.
|
||||||
|
|
||||||
Syncthing contains an internal user `admin` that is needed by Cloudron but not exposed.
|
Syncthing contains an internal user `admin` that is needed by Cloudron but not exposed.
|
||||||
Please do not change the password of that account.
|
Please do not change the password of that account.
|
||||||
|
Reference in New Issue
Block a user