diff --git a/privfrontends/compose/hyperpipe/compose.yml.j2 b/privfrontends/compose/hyperpipe/compose.yml.j2 index 304bc6a..2db6967 100644 --- a/privfrontends/compose/hyperpipe/compose.yml.j2 +++ b/privfrontends/compose/hyperpipe/compose.yml.j2 @@ -12,7 +12,7 @@ services: image: codeberg.org/hyperpipe/hyperpipe-backend:latest container_name: hyperpipe-backend environment: - - HYP_PROXY=pipedproxy.{{ inventory_hostname }}.projectsegfau.lt + - HYP_PROXY={% if inventory_hostname == 'eu' %}proxy.piped.projectsegfau.lt{%else%}pipedproxy.{{inventory_hostname}}.projectsegfau.lt{%endif%} restart: unless-stopped ports: - '3536:3000' diff --git a/privfrontends/playbook.yaml b/privfrontends/playbook.yaml index 5feb061..02a2322 100644 --- a/privfrontends/playbook.yaml +++ b/privfrontends/playbook.yaml @@ -39,6 +39,7 @@ - breezewiki - gothub - gothub-dev + - hyperpipe - librarian - libreddit - nitter @@ -48,7 +49,6 @@ - simplytranslate - teddit - watchtower - - hyperpipe tasks: # community.docker does not support compose 2.0 right now. # https://github.com/ansible-collections/community.docker/issues/216