An error occurred fetching the project authors.
- 18 Nov, 2021 1 commit
-
-
Jérome Perrin authored
-
- 03 Aug, 2021 5 commits
-
-
Jérome Perrin authored
These variables were never modified, so it's easier to just "hardcode" them where they are used.
-
Jérome Perrin authored
with a self sign certificate for now config generated using https://ssl-config.mozilla.org/#server=nginx&version=1.19.2&config=modern&openssl=1.1.1k&hsts=false&ocsp=false&guideline=5.6
-
Jérome Perrin authored
-
Jérome Perrin authored
When EventSource from browser, it's not possible to pass basic authentication. Some polyfills such as https://www.npmjs.com/package/event-source-polyfill allow to pass custom headers, but it seems easier to rely on native EventSource. We did not really need basic authentication in the first place, because in our use cases we don't send confidential information over SSE. Also, we can use hard to guess channel IDs, so basic authentication does not add much.
-
Jérome Perrin authored
Buildout and SlapOS convention is to use "-" not "_" cf https://slapos.nexedi.com/slapos-Tutorial.Create.Software.Release#:~:text=Buildout%20Profile%20Conventions
-
- 10 Mar, 2017 1 commit
-
-
Gabriel Monnerat authored
Also, publish connection information to SlapOS /cc @jerome, @romain, @rafael /reviewed-on nexedi/slapos!140
-
- 09 Jul, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 08 Jul, 2014 1 commit
-
-
Gabriel Monnerat authored
Nginx: compile software with push stream module and add template and configuration to instantiate nginx Pay attention, in this version there is no authentication and ssl.
-