-
Notifications
You must be signed in to change notification settings - Fork 196
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
feat: add calendar and contacts service #8357
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
|
||
m.Route(options.Config.HTTP.Root, func(r chi.Router) { | ||
r.Use(middleware.StripSlashes) | ||
r.Mount("/.well-known/caldav", &caldavHandler) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will need to add any routes to the proxy.
6feb27a
to
75097ab
Compare
Though currently in draft mode, you should right, now as discussed, change the service name and all that what comes along including envvar names. This makes it easier afterewards... |
edc1645
to
26341de
Compare
2e6e7dc
to
1a06aab
Compare
no - we need some app passwords .... there is an issue for it ... |
I understood that that would slow down very much. Is this still true? |
Thats for basic auth. we are not targeting basic auth here. see #7711 |
thx - this is the issue I was looking for ... basic auth is required in terms of the http authentication mechanism. |
d479625
to
7d52439
Compare
|
…single binary when pointing it to /ccs
7d52439
to
ac63a03
Compare
|
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: