Skip to content

Commit

Permalink
Deploy AOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Aug 25, 2024
1 parent 5740b4a commit 26bbd7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
- "chatgpt"
- "xcuzme"
- "linkding"
- "aops"
ingress:
- hostname: "firefly.{{ lookup('bitwarden', 'homelab/secrets/domain/public/base') }}"
service: http://localhost:8081
Expand Down Expand Up @@ -119,6 +120,8 @@
service: http://localhost:8111
- hostname: "linkding.{{ lookup('bitwarden', 'homelab/secrets/domain/public/base') }}"
service: http://localhost:8112
- hostname: "aops.{{ lookup('bitwarden', 'homelab/secrets/domain/public/base') }}"
service: http://localhost:8113
- service: http_status:404
tags:
- networking
1 change: 1 addition & 0 deletions roles/launch-nomad-jobs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,4 @@
- smepl
- my_best_of_reddit
- linkding
- aops
5 changes: 5 additions & 0 deletions templates/Caddyfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@
:8112 {
reverse_proxy {{ HostIp }}:9090
}

# aops
:8113 {
reverse_proxy {{ HostIp }}:7444
}

0 comments on commit 26bbd7b

Please sign in to comment.