mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-20 13:29:37 +02:00
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# Installation with Unraid
|
||
|
||
AdventureLog is available in the Unraid Community Applications store. You can install it by searching for "AdventureLog" in the Community Applications store.
|
||
|
||
Community Applications Page: [AdventureLog on CA Store](https://unraid.net/community/apps?q=Adventurelog)
|
||
|
||
## Installation Configuration
|
||
|
||
It is recommended 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 Configuration: This option is useful only if your appdata share is stored on a cache drive, which is used to speed up read/write operations for your containerized applications.
|
||
|
||

|
||
|
||
## 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).
|
||
|
||

|
||
|
||
|