mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
Update unraid.md
This commit is contained in:
parent
5cccadad15
commit
377420226e
1 changed files with 11 additions and 4 deletions
|
@ -2,21 +2,28 @@
|
|||
|
||||
AdventureLog is available in the Unraid Community Applications store. You can install it by searching for "AdventureLog" in the Community Applications store.
|
||||
|
||||
Communuity Applications Page: [AdventureLog on CA Store](https://unraid.net/community/apps?q=Adventurelog)
|
||||
Community Applications Page: [AdventureLog on CA Store](https://unraid.net/community/apps?q=Adventurelog)
|
||||
|
||||
## Installation Configuration
|
||||
|
||||
It is recommeneded to install applications in this order.
|
||||
|
||||
## Database
|
||||
|
||||
- To find the Database Application, search for `PostGIS` on the Unraid App Store and fill out the fields as follows:
|
||||
|
||||

|
||||
|
||||
## Backend
|
||||
|
||||
- Cache is only for when you have your appdata share on a cache drive
|
||||
- For this example we call the container `server` so the the frontend can connect to it at `http://server:8000` although this can be named anything you like as long as the frontend is configured to connect to the correct address
|
||||
|
||||

|
||||
|
||||
## Frontend
|
||||
|
||||
- By default, the frontend connects to the backend using `http://server:8000`. This will work if both the frontend and backend are on the same network. Otherwise, you’ll need to configure it to use the exposed port (default: 8016).
|
||||
|
||||

|
||||
|
||||
## Database
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue