Running shiori on a server and adding links with a client #573
-
Running Shiori on a subdomain on my VPS and loving it so far. I want to know if the workflow that I imagined for Shiori is possible with its present design. I want to be able to keep Shiori running on my VPS so that I can access it from my phone but also use the CLI on my PC to add links to the VPS instance. Is there a way to make this happen? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @lokesh-krishna, this is currently not possible (unless you ssh to your server, obviously) and it's one of the many things that I have under the radar. I would love to use |
Beta Was this translation helpful? Give feedback.
Hey @lokesh-krishna, this is currently not possible (unless you ssh to your server, obviously) and it's one of the many things that I have under the radar. I would love to use
shiori --server https://.... add <url>
or something like that, since I have a hosted shiori as well, but we need to change several things before that. One of the first steps is #497.