Skip to content

Commit

Permalink
Autobrr: New docs
Browse files Browse the repository at this point in the history
Omegabrr: Remove
  • Loading branch information
owine committed Jan 7, 2025
1 parent 18c2096 commit 20c697c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 73 deletions.
7 changes: 0 additions & 7 deletions docs/advanced/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@ lunasea_docker_healthcheck:
retries: 10
start_period: 10s

omegabrr_docker_healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:{{ omegabrr_web_port }}/api/webhook/trigger"]
interval: 10s
timeout: 5s
retries: 10
start_period: 10s

phpmyadmin_docker_healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:{{ phpmyadmin_web_port }}"]
interval: 10s
Expand Down
30 changes: 30 additions & 0 deletions docs/sandbox/apps/autobrr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Autobrr

[Autobrr](https://autobrr.com/) is a modern autodl-irssi replacement.

!!!info
By default, the role is protected behind your Authelia/SSO middleware. You will also have to log into the app itself.

| Details | | | |
|-------------|-------------|-------------|-------------|
| [:material-home: Project home](https://autobrr.com){: .header-icons } | [:octicons-link-16: Docs](https://autobrr.com/introduction){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/autobrr/autobrr){: .header-icons } | [:material-docker: Docker](https://github.com/autobrr/autobrr/pkgs/container/autobrr){: .header-icons }|

---

## 1. Installation

``` shell

sb install sandbox-autobrr

```

## 2. URL

- To access pgadmin, visit `https://autobrr._yourdomain.com_`

## 3. Setup

- Autobrr will prompt you to create the initial user/password via the webui. The role is protected behind your default SSO provider (Authelia/Authentik) to avoid open access to the world. Once the user is provisioned, you can disable SSO protection by setting `autobrr_traefik_sso_middleware: ""` via the inventory system. Autobrr auto supports OIDC for authentication with either Authelia or Authentik. See [here](https://autobrr.com/configuration/authentication) for details.

- [:octicons-link-16: Documentation: pgadmin Docs](https://autobrr.com/introduction){: .header-icons }
64 changes: 0 additions & 64 deletions docs/sandbox/apps/omegabrr.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sandbox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tags:
- **[archivebox](../sandbox/apps/archivebox.md)** - tag - `sandbox-archivebox`
- **[a-train](../sandbox/apps/a-train.md)** - tag - `sandbox-a-train`
- **[audiobookshelf](../sandbox/apps/audiobookshelf.md)** - tag - `sandbox-audiobookshelf`
- **[autobrr](../sandbox/apps/omegabrr.md)** - tag - `sandbox-autobrr`
- **[beets](../sandbox/apps/beets.md)** - tag - `sandbox-beets`
- **[booksonic](../sandbox/apps/booksonic.md)** - tag - `sandbox-booksonic`
- **[bookstack](../sandbox/apps/bookstack.md)** - tag - `sandbox-bookstack`
Expand Down Expand Up @@ -99,7 +100,6 @@ tags:
- **[olivetin](../sandbox/apps/olivetin.md)** - tag - `sandbox-olivetin`
- **[ombi](../sandbox/apps/ombi.md)** - tag - `sandbox-ombi`
- **[ombix](../sandbox/apps/ombix.md)** - tag - `sandbox-ombix`
- **[omegabrr](../sandbox/apps/omegabrr.md)** - tag - `sandbox-omegabrr`
- **[paperless-ngx](../sandbox/apps/paperless-ngx.md)** - tag - `sandbox-paperless-ngx`
- **[pgadmin](../sandbox/apps/pgadmin.md)** - tag - `sandbox-pgadmin`
- **[photoprism](../sandbox/apps/photoprism.md)** - tag - `sandbox-photoprism`
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ nav:
- Resilio Sync: sandbox/apps/resiliosync.md
- Tubearchivist: sandbox/apps/tubearchivist.md
- Torrents:
- Autobrr: sandbox/apps/autobrr.md
- Delugevpn: sandbox/apps/delugevpn.md
- Omegabrr: sandbox/apps/omegabrr.md
- QBit Management: sandbox/apps/qbit-manage.md
- QBittorrentVPN: sandbox/apps/qbittorrentvpn.md
- Rflood: sandbox/apps/rflood.md
Expand Down

0 comments on commit 20c697c

Please sign in to comment.