how to bookmark a server? #933
-
Shlink version3.6.4 PHP versionHow do you serve ShlinkRoadRunner Docker image Database engineMariaDB Database versionlatest SummaryI have 2 computers, and set up a selfhosted Shlink instance in Docker. I think it's all working. My question is, how can I "bookmark" a path to my frontend? On each machine, the UUID is different, so if I bookmark it on one, the link does not open on the other computer. The UUID I am referring to is e.g.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm afraid you can't. shlink-web-client runs on the browser, so every instance is different. Server IDs are randomly generated and not shared, so you can't get a predictable URL for one specific server. This was discussed some time ago, and there was even an attempt at addressing it, but I had some concerns with that approach. That PR includes my suggestion at how this could be reasonable done, if you want to give it a try. Additionally, there will eventually be a new Shlink client (so called Shlink Dashboard), which will have it's own backend, and servers will be shared among all consumers. However, this will still take some time. You can get more context here #338 |
Beta Was this translation helpful? Give feedback.
I'm afraid you can't.
shlink-web-client runs on the browser, so every instance is different.
Server IDs are randomly generated and not shared, so you can't get a predictable URL for one specific server.
This was discussed some time ago, and there was even an attempt at addressing it, but I had some concerns with that approach.
That PR includes my suggestion at how this could be reasonable done, if you want to give it a try.
Additionally, there will eventually be a new Shlink client (so called Shlink Dashboard), which will have it's own backend, and servers will be shared among all consumers. However, this will still take some t…