wallabag / wallabag/docker

Import from pocket with wrong fallback uri

Open
#324 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

When I click `CONNECT TO POCKET AND IMPORT DATA`,
![image](https://user-images.githubusercontent.com/49473463/222033996-4ef0e35b-f85b-4ac6-92d5-9f02aaa2af55.png)

it goes to the following site:

![image](https://user-images.githubusercontent.com/49473463/222032978-3aac8276-e1d6-4b32-a130-05e42e5704a8.png)

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.