Jeshua Lin
Jeshua Lin
Did something upstream break the build system? I was getting this with plugins="git,login,jwt" and so I tried: ``` caddy: image: abiosoft/caddy build: context: https://github.com/abiosoft/caddy-docker.git # args: # - plugins="git,login,jwt" #...
It's been a few months so I don't suppose you're struggling with this/a "noob" anymore, but if you still need help (I'm curious too) Do you have the log output...
Ah. I figured as much. Out of curiosity, how do you find nginx as a reverse proxy compares to, say, caddy and traefik in terms of learning curve? Especially if...
Thanks, cheers!
Testing: https://github.com/pldubouilh/gossa/compare/master...jeslinmx:hotfix ...nope, it doesn't work.
> My request is to have this extension proactively fighting against msft proprietary sync technologies. How would you propose that be done? This extension is already fighting against the proprietary...
> > > @legendavey this basically would add support for a cloud service (Firefox Sync), which is not federated. This is directly against the idea behind Bromite, which is to...
Simply setting the user seems to work for me in docker-compose. ``` nextcloud: image: nextcloud:17 container_name: nextcloud restart: unless-stopped user: "1000:1000" security_opt: - no-new-privileges:true cap_drop: - ALL volumes: - nextcloud:/var/www/html...
+1 I am able to reproduce this error in plotly 5.5.0, using renderer "browser". Before moving animation slider:  After moving:  Looking at `fig.frames`, I can see that all...
> It may get deprecated Is this mentioned anywhere on the docs? I was about to use it to implement a schema when I stumbled upon this issue while trying...