1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 21:09:37 +02:00
AdventureLog/documentation/docs/install/unraid.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

# 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.
2025-01-11 15:36:39 -05:00
Community Applications Page: [AdventureLog on CA Store](https://unraid.net/community/apps?q=Adventurelog)
## Installation Configuration
2025-01-11 15:37:38 -05:00
It is recommended to install applications in this order.
2025-01-11 15:36:39 -05:00
## Database
- To find the Database Application, search for `PostGIS` on the Unraid App Store and fill out the fields as follows:
2025-01-11 15:49:25 -05:00
- Ensure that the POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB are set in the PostGIS container if not add them custom variables
2025-01-11 15:36:39 -05:00
![/static/img/unraid-config-2.png](/static/img/unraid-config-2.png)
## Backend
2025-01-11 15:37:38 -05:00
- 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.
![/static/img/unraid-config-1.png](/static/img/unraid-config-1.png)
## Frontend
2025-01-11 15:36:39 -05:00
- 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, youll need to configure it to use the exposed port (default: 8016).
![/static/img/unraid-config-3.png](/static/img/unraid-config-3.png)