Enviroment SERVICE_FQDN_SERVICENAME forward slash Problem #2572
Replies: 3 comments
-
|
I created a PR with a workaround: #2719 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Just for information, the workaround is no longer needed as we have introduced a new parser that fixes this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like have an option or an env to remove the trailing slash at the end.
Example:
$SERVICE_FQDN_PAPERLESS
Result:
https://paperless.domain.com/
The required output is:
https://paperless.domain.com
Some services don't like it and will refuse to work. I wanted to create a template for Paperless-NGX for Coolify templates, everthing is working, but the user needs to input the full url manually, as django won't remove the / at the end.
Is there maybe a workaround?
Beta Was this translation helpful? Give feedback.
All reactions