Robert Dailey
566fcf9db9
docs(wiki): Add link to Config Examples page from homepage
2 years ago
snoopy82481
dc13686d1c
docs(wiki): Combine "Custom Format Synchronization" page with "Behavior"
...
From PR: #117
Fixes #60
2 years ago
Robert Dailey
9daabce1a3
docs(wiki): Improve manual score configuration example
2 years ago
Robert Dailey
609244e8c9
docs(wiki): Update docs for quality_definition property
2 years ago
Robert Dailey
cd768f0a8e
docs(wiki): Add --list-qualities cmd docs for Sonarr
2 years ago
Robert Dailey
e49ffd7ad9
docs(wiki): Add --list-qualities cmd docs for Radarr
2 years ago
snoopy82481
43ee3b2de7
docs(wiki): Change Radarr CF names to trash_id ( #108 )
2 years ago
Robert Dailey
b1815266fe
docs(wiki): Better troubleshooting section for Docker
2 years ago
Robert Dailey
c747e98b71
docs(wiki): Fix some broken links
2 years ago
Robert Dailey
8266410092
feat: New branch and sha1 repository settings
...
- `repository`: Branch name in the local clone to check out
- `sha1`: An explicit revision to reset to.
Fixes #27
2 years ago
Robert Dailey
caef1464c5
ci: Docker edge tag now includes Recyclarr master build
2 years ago
Robert Dailey
f2a86489be
docs(wiki): Docker updates for rootless container
3 years ago
Robert Dailey
83cad16835
docs(wiki): Document `edge` Docker tag
3 years ago
Robert Dailey
d096287aed
docs(wiki): Warn about using docker exec
3 years ago
Robert Dailey
154ec7cf7e
feat: Deprecate `names` list for custom formats in config YAML
3 years ago
Robert Dailey
008ca5dd10
docs(wiki): Reword names/trash_ids properties for Radarr
...
The previous wording explained that `names` was preferred over
`trash_ids`, however that is no longer the case.
3 years ago
Robert Dailey
72748f0508
docs(wiki): Fix line length issue in CLI reference
3 years ago
Robert Dailey
42ad1cee7e
docs(wiki): Add new command line reference docs
3 years ago
Robert Dailey
09c4f14d95
docs(wiki): Move features list to its own page
...
The goal is to compact the README on the front page a little more.
3 years ago
Robert Dailey
6a581282b0
chore(docker): New PUID & PGID env vars
3 years ago
Robert Dailey
850a0d5fd3
feat: Global app data via environment variable
...
Specify `RECYCLARR_APP_DATA` so that every command inherits and uses
that path for its application data. This behaves the same as if you had
specified the `--app-data` option for every invocation of Recyclarr.
3 years ago
Robert Dailey
1f7da24e82
chore(docker): Add TZ support in Docker Image
...
Fixes #80
3 years ago
Robert Dailey
fd6d51b2da
docs(wiki): Remove CRON_SCHEDULE from docker example
...
Apparently it causes confusion...
3 years ago
Robert Dailey
27baeac08b
docs(wiki): Docker Tag documentation
3 years ago
Robert Dailey
963ef9a8b3
docs(wiki): Docker documentation
3 years ago
Robert Dailey
354756a7c2
docs: Update docs regarding new default YAML location
3 years ago
Robert Dailey
f825bbab2e
docs: Wiki page for File Structure and document app data option
3 years ago
Robert Dailey
b60ed3f079
chore: Replace 'rcdailey' with organization 'recyclarr'
3 years ago
Robert Dailey
34ea664d66
docs: Rename links still using trash-updater
3 years ago
Robert Dailey
d8dd099da6
docs: Explain the renamed files & directories better in Upgrade Guide
3 years ago
Robert Dailey
7f7e5ffc5a
docs(wiki): Migration System page
3 years ago
Robert Dailey
139336eb60
docs: Rename project & links
3 years ago
Robert Dailey
a43e40a090
docs(sonarr): Command line reference update for `--list-terms`
3 years ago
Robert Dailey
6f71569149
docs(sonarr): Command line reference for `--list-release-profiles`
3 years ago
Robert Dailey
1d09383b8c
docs(sonarr): Updates for new Release Profile system (take 2)
...
This reverts commit 0a229c6d09
.
3 years ago
Robert Dailey
c95e8000de
docs: A bit of reorganizing/reformatting in Troubleshooting.md
3 years ago
Andrew Thurman
27ef0483a3
docs: Add OpenSSL 1.1 Troubleshooting for Fedora 36
...
Co-authored-by: Andrew Thurman <nickavem@fedoraproject.org>
3 years ago
Robert Dailey
00d9ec2f33
docs: Delete python migration guide
...
It's been a hot minute. No one should be using the 1.0 version anymore.
And if they do, I'm sorry.
3 years ago
Robert Dailey
0a229c6d09
Revert "docs(sonarr): Updates for new Release Profile system"
...
This reverts commit ba315ba93d
.
3 years ago
Bas
af2eef60aa
docs: Add troubleshooting steps for libssl 1.1 requirement on Ubuntu 22
3 years ago
Robert Dailey
550a13704e
docs: Add debug log instructions to Troubleshooting wiki page.
3 years ago
Robert Dailey
e45d28b659
chore: Do not require single H1 in wiki markdown
3 years ago
Robert Dailey
8cccd5555b
docs: Fix broken link in Home.md
...
Replaced with Behavior page.
3 years ago
Robert Dailey
4bfe08c8c5
docs(sonarr): Delete structural guidelines page
...
Trash Updater no longer uses the guide markdown to obtain data, so the
structure of the Trash Guides is not relevant anymore.
3 years ago
Robert Dailey
1427504b65
docs(sonarr): New Behavior wiki page
...
Moved the release profile naming docs from the structural guidelines
page to this new page.
3 years ago
Robert Dailey
ba315ba93d
docs(sonarr): Updates for new Release Profile system
3 years ago
Robert Dailey
83f499dcf5
docs: Add troubleshooting help for issue #42
3 years ago
Robert Dailey
e995eb789e
docs: Update Troubleshooting to reflect latest README
...
Fixes #41
3 years ago
Robert Dailey
94b95c1fb4
feat: Add setting to bypass SSL certificate validation
...
Useful in cases where Sonarr or Radarr use HTTPS with a self-signed
certificate. Normally communication with such an instance would fail
since Trash Updater, by default, validates with certificate authorities.
This new setting allows you to disable certificate validation when
communicating with Sonarr or Radarr, avoiding the need to add a
self-signed certificate to your certification store. Use at your own
risk.
Fixes #20 .
3 years ago
Robert Dailey
d540cf37c9
feat: Add JSON schema for settings
3 years ago