Giter Site home page Giter Site logo

docker-wallabag-proxy's People

Contributors

rroossssoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

garret tdkr

docker-wallabag-proxy's Issues

Do not see pictures of wallabag buttons and text style is still messed up

Hi, I am coming from wallabag/docker#271 (comment)
I am using wallabag via docker on my raspberry pi 4. I set it up the SYMFONY__ENV__DOMAIN_NAME as my vpn address and it works. However, when I try to access from my local ip address I can only see texts and images of the articles but all the images of wallabag buttons are missing and, additionally, I can see that the text is bigger, so like the style is a bit messed up. In particular, this is what I see by accessing wallabag from my local ip address:

image

I tried your solution but still have the same issue. Do you know if it can be solved?

This is my docker-compose which includes your modification:

    wallabag:
        build: https://github.com/wallabag/docker.git#2.4.2
        ports:
            - 1234:80
        environment:
            - PUID=${PUID}
            - PGID=${PGID}
            - TZ=${TIMEZONE}
            - SYMFONY__ENV__DOMAIN_NAME="http://11.12.13.14:1234"
            - SYMFONY__ENV__REDIS_HOST=wallabag-redis
            - SYMFONY__ENV__REDIS_PORT=6385
        volumes:
            - ${CONFIG_FOLDER}/wallabag/images:/var/www/wallabag/web/assets/images
            - ${CONFIG_FOLDER}/wallabag/data:/var/www/wallabag/data
            - ${CONFIG_FOLDER}/wallabag/AppKernel.php:/var/www/wallabag/app/AppKernel.php
        healthcheck:
            test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost"]
            interval: 1m
            timeout: 3s
        depends_on:
            - wallabag-redis
        labels:
            - com.centurylinklabs.watchtower.enable=false
        container_name: wallabag
        restart: unless-stopped
        image: wallabag:2.4.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.