Suwayomi / Tachidesk-Sorayomi

A free and open source manga reader app to read manga from a Tachidesk-Server instance.
https://suwayomi.github.io/Tachidesk-Sorayomi/
Mozilla Public License 2.0
863 stars 64 forks source link

Web config file #60

Closed binyaminyblatt closed 2 years ago

binyaminyblatt commented 2 years ago

I was wondering if there's some way to include a config file for the web version of the app to point it at my personal server instead of having to manually configure it every time I open it on a new device

DattatreyaReddy commented 2 years ago

I will try to implement it in next release.

binyaminyblatt commented 2 years ago

Thanks

DattatreyaReddy commented 2 years ago

Configured Sorayomi web to take the base URL as server address (Same as WebUI). for example:

app launch URL = http://suwayomi.com/library
then the app will take http://suwayomi.com/ as the server address (same as WebUI)
binyaminyblatt commented 2 years ago

how do i set it up do i put a json file next to the index file??

DattatreyaReddy commented 2 years ago

how do i set it up do i put a json file next to the index file??

Haven't implemented This feature as requested. Instead, In web, sorayomi will take the base of url as server url by default settings.

Reason: Tachidesk-server has added a new feature to change the default webUI to Sorayomi. So, Having sorayomi to use base of url would be an ideal feature ( webUI also works the same)

You can find changing webUI feature in Tachidesk-server-preview for now.