Skip to content

Commit

Permalink
chore: remove fdroid redirect (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Jan 6, 2025
1 parent ada4070 commit c7c217c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tf/deployment/modules/cloudflare/account/redirects.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@ resource "cloudflare_ruleset" "immich_app_redirects" {
enabled = true
}

rules {
action = "redirect"
action_parameters {
from_value {
status_code = 307
target_url {
value = "https://f-droid.org/en/packages/app.alextran.immich/"
}
preserve_query_string = false
}
}
expression = "(http.request.full_uri wildcard \"https://get*.immich.app/fdroid\")"
description = "Redirect get.immich.app/fdroid to the F-Droid"
enabled = true
}

rules {
action = "redirect"
action_parameters {
Expand Down

0 comments on commit c7c217c

Please sign in to comment.