Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import from pocket with wrong fallback uri #324

Open
SkysCrystal opened this issue Mar 1, 2023 · 0 comments
Open

Import from pocket with wrong fallback uri #324

SkysCrystal opened this issue Mar 1, 2023 · 0 comments

Comments

@SkysCrystal
Copy link

When I click CONNECT TO POCKET AND IMPORT DATA,
image

it goes to the following site:

image

My wallabag can't be accessed with ip:port. How can I get a proper uri? Thanks.

docker-compose.yml

version: "3"

services:
  app:
    image: wallabag/wallabag:latest
    container_name: wallabag
    restart: unless-stopped
    healthcheck:
      test:
        [
          "CMD",
          "wget",
          "--no-verbose",
          "--tries=1",
          "--spider",
          "http://localhost",
        ]
      interval: 1m
      timeout: 3s
    environment:
      - SYMFONY__ENV__DOMAIN_NAME=https://mydomain.com/
      - SYMFONY__ENV__SERVER_NAME="Name"
    ports:
      - 3333:80
    volumes:
      - ./data:/var/www/wallabag/data
      - ./images:/var/www/wallabag/web/assets/images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant