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

adding a custom string on the URL #14

Open
anguelos opened this issue Apr 24, 2021 · 1 comment
Open

adding a custom string on the URL #14

anguelos opened this issue Apr 24, 2021 · 1 comment

Comments

@anguelos
Copy link

Could there be a optional command line parameter adding a custom string on the server URL so that we can use a single deployment of adora-belle for multiple lectures:

bin/adora-belle -p 8080 -c config.toml

Would result in a service at:
http://127.0.0.1:8080/index.html

but

bin/adora-belle -p 8080 -c config.toml -s lecture1

Would result in a service at:
http://127.0.0.1:8080/lecture1/index.html

This would allow for a very simple way to provide different appointment URLs to different groups of people eg. different lectures.
This use case would make more sense in conjunction with "allow all users" setting and limiting IP address to a specific institution (requiring VPN connection's).

@noctux
Copy link
Owner

noctux commented Apr 25, 2021 via email

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

No branches or pull requests

2 participants