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

Allow wildcard for host (<alias>) #25

Open
bohwaz opened this issue Dec 19, 2022 · 0 comments
Open

Allow wildcard for host (<alias>) #25

bohwaz opened this issue Dec 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bohwaz
Copy link

bohwaz commented Dec 19, 2022

I tried multiple ways to enable group to be able to use .*.domain.tld as allowed hosts, but nothing worked.

- ALLOWED_HOSTS=.*.domain.tld

Nope, as described in issue #21

- aliasgroup1=https://.*.domain.tld:443/

As described in Collabora docs: https://sdk.collaboraonline.com/docs/installation/CODE_Docker_image.html

But didn't work either.

Finally I tried setting the option directly:

- EXTRA_OPTIONS=-o:storage.wopi.alias_groups.group.alias=https://.*.domain.tld:443/

Nothing either.

Every time: the first host would work, but not the others.

I could get it to work by adding the alias to coolwsd.xml directly: <alias>https://.*\.domain\.tld:443</alias>

So can we please get an option to set an alias easily from the environment config?

Thanks :)

Also, can you please set up options to sponsor you one-time? I represent a NGO and don't have a credit card, so it's much easier if I can pay once a year, and fill all the paperwork to get a refund only once. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant