|
1 | 1 | It seems you've correctly configured the sync-server. |
2 | 2 |
|
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 | | - |
5 | 3 | 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 | 4 |
|
7 | 5 | ## Important Notes |
@@ -37,7 +35,13 @@ This server is meant to communicate only with the **[Linkora](https://github.com |
37 | 35 | - 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. |
38 | 36 |
|
39 | 37 | ## Troubleshooting & Additional Help |
40 | | -- If something isn’t covered here, check out the **YouTube video** where I explained how to connect the app and the server. |
41 | | -- Also, go through **[GitHub issues](https://github.com/LinkoraApp/sync-server/issues)**; you might find the solution there. |
| 38 | +- If something isn’t covered here, go through **[GitHub issues](https://github.com/LinkoraApp/sync-server/issues)**; you might find the solution there. |
42 | 39 | - 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. |
| 40 | +- You can also [join the Discord](https://discord.gg/ZDBXNtv8MD) if you want. It’s there for questions, updates, or just to hang out. |
| 41 | + |
| 42 | +--- |
| 43 | +#### Workflow of Linkora, which should make it easier to understand how everything works: |
| 44 | + |
| 45 | +<a href="https://i.ibb.co/QFTF9qWD/linkora-outline.png" onclick="window.open(this.href, '_blank'); return false;"> |
| 46 | + <img alt="linkora-outline.png" src="https://i.ibb.co/QFTF9qWD/linkora-outline.png" style="max-width: 100%; height: auto;"> |
| 47 | +</a> |
0 commit comments