create(wiki): Casa OS installation guide for Profilarr (thanks lawgics!!)

This commit is contained in:
Sam Chau
2025-03-11 05:13:36 +10:30
parent 00f7457746
commit 12602c3622
2 changed files with 64 additions and 3 deletions

View File

@@ -25,7 +25,9 @@ Profilarr follows the GitFlow workflow for development:
Once installed, you can visit the web UI at `http://[address]:6868` and begin the setup process.
### Docker Compose (recommended)
### Docker
#### Docker Compose (recommended)
```yaml
services:
@@ -43,7 +45,7 @@ services:
restart: unless-stopped
```
### Docker CLI
#### Docker CLI
```bash
docker run -d \
@@ -56,7 +58,7 @@ docker run -d \
santiagosayshey/profilarr:latest # or :beta
```
### Volumes
#### Volumes
When configuring the volume mount (`/path/to/your/data:/config`):
@@ -65,6 +67,10 @@ When configuring the volume mount (`/path/to/your/data:/config`):
- Docker volume example: `profilarr_data:/config`
- WSL filesystem example: `/home/username/docker/profilarr:/config`
### CasaOS
View lawgics CasaOS setup guide [here](https://dictionarry.dev/wiki/profilarr-casaos)
### Development
In addition to being a 'sync' tool for end users, Profilarr also acts as a development platform for people to work on, and contribute to, a remote database. Read [here](https://dictionarry.dev/wiki/development) to learn more on how to setup Profilarr for development.