🔧 Miscellaneous Fixes (#79)

* ️ Config key to expose hostname in a Docker context

* 🔧 Miscellaneous Fixes
This commit was merged in pull request #79.
This commit is contained in:
2023-05-15 16:16:26 -04:00
committed by GitHub
parent 94692bb6d4
commit b8fb179ac6
7 changed files with 66 additions and 66 deletions

View File

@@ -40,9 +40,8 @@ For debugging and troubleshooting, you can run this app locally using these step
1. Clone this repo using `git clone https://github.com/rishighan/threetwo.git`
2. `yarn run dev` (you can ignore the warnings)
3. This will open `http://localhost:3050` in your default browser
4. For testing `OPDS` functionality, create a folder called `comics` under `/src/server` and put some comics in there. The `OPDS` feed is accessed to `http://localhost:8050/api/opds`
5. Note that this is simply the UI layer and won't offer anything beyond a scaffold. You have to spin up the microservices locally to get it to work.
3. This will open `http://localhost:5173` in your default browser
4. Note that this is simply the UI layer and won't offer anything beyond a scaffold. You have to spin up the microservices locally to get it to work.
## Troubleshooting