You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/raw/SERVER_IS_CONFIGURED.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ It seems you've correctly configured the sync server.
2
2
3
3
Before anything, check out this video where I explained how to connect the app and the server. That should clear up most things.
4
4
5
-
This server is only meant to communicate with the **Linkora** apps that are available on both **Android** and **Desktop**. You can't use this server with them as there's no frontend client on web yet. Well, you can if you set up your own thing from scratch that connects to this server and does what it's supposed to do.
5
+
This server is meant to communicate only with the **[Linkora](https://github.com/LinkoraApp/Linkora)** apps, available on **Android** and **Desktop**. There's no web-based frontend yet, so you can’t control anything through a web interface. That said, if you’re willing to build your own custom solution from scratch that connects to this server and does what it needs to, then it’s totally possible.
6
6
7
7
## Important Notes
8
8
@@ -34,8 +34,10 @@ This server is only meant to communicate with the **Linkora** apps that are avai
34
34
35
35
### **Blank Pages on Other Routes**
36
36
- If you're seeing blank pages for other routes, that's completely normal since there's no UI with this server except for this page.
37
+
- Except for this route, every other route is secured by an auth token. Access is only granted if the client provides the correct auth token that you’ve set. Without it, they won’t be able to access anything.
37
38
38
39
## Troubleshooting & Additional Help
39
40
- If something isn’t covered here, check out the **YouTube video** where I explained how to connect the app and the server.
40
-
- Also, go through **GitHub issues**; you might find the solution there.
41
-
- If not, **create an issue on GitHub**, and I'll fix it when I get some time.
41
+
- Also, go through **[GitHub issues](https://github.com/LinkoraApp/sync-server/issues)**; you might find the solution there.
42
+
- If not, **[create an issue on GitHub](https://github.com/LinkoraApp/sync-server/issues/new)**, and I'll fix it when I get some time.
43
+
- You can also [join the Discord](https://discord.gg/ZDBXNtv8MD) if you want. It’s there for questions, updates, or just to hang out.
0 commit comments