Adrian

Results 566 comments of Adrian
trafficstars

I just tested on my instance and the current behavior is that: - URLs pointing to the same host as the Indico instance are always made relative - URLs pointing...

The INDICO_CONFIG error should have been fixed with this commit: * 7014cbe8ed - (upstream/master, master) Fix editable package detection (4 hours ago) (it happened when installing indico in a new...

Ugh. Annoying. I guess I'll have to debug this more tomorrow...

> In our case we need it to remain absolute so that when we update our other sites with the content from Indico, the images can be correctly rendered I...

This seems to be limited to the registration form. In the Room Booking admin settings it's correct for example... ![image](https://github.com/indico/indico/assets/179599/8ce6eb97-f8a5-4c13-9a0b-9de195ee338e) It's also correct for the SingleChoice dropdown. So I recommend...

Any reason against building your own image based on ours? This is the standard thing to do when you use a Docker image but need to install some custom libraries...

Might be an option since LDAP is not that uncommon and including it in the image doesn't cost us anything. We'll think about it.

The TLS connection should be terminated outside the containers (ie put an nginx or similar in front of everything and from there you make a plain HTTP connection into the...

I have no idea what "nginx proxy manager" is. We do not use containers ourselves to deploy Indico, but when we tested it we used OpenShift which also terminated TLS...

- We probably shouldn't use uwsgi for this but the dev server (to get the reloader) - "Indico will be accessible at localhost:8080. You can also access the wsgi app...