mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-05-03 10:54:16 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
@@ -0,0 +1,11 @@
|
||||
name: 📝 Issue
|
||||
description: Report a problem or suggest an improvement
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What's the problem?
|
||||
placeholder: Describe the issue or suggestion
|
||||
validations:
|
||||
required: true
|
||||
@@ -0,0 +1 @@
|
||||
user_ops/*
|
||||
@@ -0,0 +1,24 @@
|
||||
# Profilarr Database Template
|
||||
|
||||
Template for creating your own Profilarr-compliant database (PCD).
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. Click **"Use this template"** → **"Create a new repository"**
|
||||
2. Link the repository in Profilarr
|
||||
3. Edit the manifest to customize your database
|
||||
4. Start creating profiles and custom formats
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
├── pcd.json # Database manifest
|
||||
├── ops/ # Your configuration operations
|
||||
└── tweaks/ # Optional configuration variants
|
||||
```
|
||||
|
||||
## Learn More
|
||||
|
||||
- [Profilarr Documentation](https://github.com/Dictionarry-Hub/profilarr)
|
||||
- [Schema Reference](https://github.com/Dictionarry-Hub/schema)
|
||||
- [Example Database](https://github.com/Dictionarry-Hub/db)
|
||||
Vendored
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "my-database",
|
||||
"version": "1.0.0",
|
||||
"description": "My custom Arr configurations",
|
||||
"arr_types": ["radarr", "sonarr"],
|
||||
|
||||
"dependencies": {
|
||||
"https://github.com/Dictionarry-Hub/schema": "1.0.0"
|
||||
},
|
||||
|
||||
"profilarr": {
|
||||
"minimum_version": "2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user