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

[BUG] Extra space in TTRSS_SELF_URL_PATH #469

Open
UndeRus opened this issue Jul 27, 2023 · 0 comments
Open

[BUG] Extra space in TTRSS_SELF_URL_PATH #469

UndeRus opened this issue Jul 27, 2023 · 0 comments
Labels

Comments

@UndeRus
Copy link

UndeRus commented Jul 27, 2023

Describe the bug
When I add SELF_URL_PATH environment variable in docker-compose file and run it - TTRSS_SELF_URL_PATH got extra space at end

For example:
set SELF_URL_PATH=https://some.domain.tld in docker-compose.yml
got TTRSS_SELF_URL_PATH="https://some.domain.tld /" in container config.php

Have you googled?
Yes

Deployment method

  • docker-compose
  • latest

Deployment environment

  • OS: Ubuntu 22.04
  • Browser: Chrome

To Reproduce
Steps to reproduce the behavior:

  1. Set SELF_URL_PATH variable in docker-compose file
  2. Run docker-compose up -d
  3. docker exec -ti ttrss /bin/sh
  4. vi config.php

Expected behavior
No extra space in TTRSS_SELF_URL_PATH variable

@UndeRus UndeRus added the bug label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant