question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello,

I have a problem. I can’t configure the UI. I clicked on “Change connection settings” and filled in the four fields. But I still get the message “Failed to connect to JOA, retry in 8 seconds”. I use Docker 20.10.8 on CentOS 8. Here is my docker-compose :

---
version: "3.7"
services:
  faketorrents:
    container_name: faketorrents
    image: anthonyraymond/joal:2.1.24
    command: ["--joal-conf=/data", "--spring.main.web-environment=true", "--server.port=80", "--joal
.ui.path.prefix=faketorrents", "--joal.ui.secret-token=JR2y4gmuL9Mk7CMDM2nCdwW2"]
    restart: unless-stopped
    volumes:
      - ./data:/data
    ports:
      - '80:80'

At the firewall level, I have only opened port 80

Could you please help me. Thanks

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rdmchcommented, Oct 2, 2021

Ookay c’est tout bon.

J’ai pu protéger l’accès web à JOAL avec du 2FA et si c’est une requete de websocket alors je bypass la double auth avec ces lignes:

  • “traefik.http.routers.joal-rtr.entrypoints=websecure”
  • “traefik.http.routers.joal-rtr.rule=Host(joal.$DOMAINNAME)”
  • “traefik.http.routers.joal-rtr.middlewares=chain-authelia@file”
  • “traefik.http.routers.joal-rtr.service=joal-svc”
  • “traefik.http.services.joal-svc.loadbalancer.server.port=8686”
  • “traefik.http.routers.joalws-rtr.entrypoints=websecure”
  • “traefik.http.routers.joalws-rtr.rule=Host(joal.$DOMAINNAME) && Headers(scheme, wss)”
  • “traefik.http.routers.joalws-rtr.middlewares=no-auth@file”
  • “traefik.http.routers.joalws-rtr.service=joal-svc”

Merci pour l’aide au debug

0reactions
rdmchcommented, Oct 7, 2021

Si un peu 😃 Enfin j’ai tout d’accessible en remote. C’est pas pire comme ça. Désolé d’avoir switché en Français… je sais pas ce qu’il m’a pris :p

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixing common UI problems through testing | by Dillion Megida
Common UI problems · 1. Inaccessible links and buttons · 2. Poor color contrast · 3. Non-Responsive Design · 4. Poor Typographical Hierarchy...
Read more >
6 Common UI Problems + Mistakes (And How to Solve Them)
This article dives into common UI design problems, along with how to avoid or correct each one. Each of the six challenges listed...
Read more >
Common UI Problems in Apps | AppFutura
Common UI Problems in Apps · Inappropriate Button size · No Micro-interactions · Color Contrast · Typographical Hierarchy · White Space or Negative ......
Read more >
10 Examples Of Bad UI Design And How To Fix Them
1. Pointless inconsistency in your UI elements · 3. Little distinction between primary and secondary buttons · 4. Lack of text hierarchy ·...
Read more >
UI issues example | Pega Academy
We've now covered how we identify frequently encountered UI issues, and how to address them. It's up to all of us to focus...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found