mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-20 04:37:02 +00:00
create(wiki): Casa OS installation guide for Profilarr (thanks lawgics!!)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user