Germano Rizzo

Results 64 comments of Germano Rizzo

I'll do some more tests. I think I've found the issue.

@kjames2001 if you can, try this: `germanorizzo/puptest:latest` The command (`pupcloud`) wasn't started with the correct uid/gid. Now it should be fixed. I don't know if it solves the problem, but...

> Yes, it's working now. Good! > But logs still shows read only. Yes, it's the "old" 0.8.0 packaged in a new Dockerfile. The fix will go into 0.8.1. Thanks!

> docker pull germanorizzo/puptest docker run etc..... -e PUID=1000 -e GUID=1000 > > The container seems to work, however .... > > I like my users to be not nobody...

Hmmm.. I think I am doing just this. Did you try in the demo UI or in the app itself? I tested it for a minute, it works (in the...

[`handlers.go`](https://github.com/proofrock/pupcloud/blob/main/src/handlers.go)`:108` ```go c.Set("Content-Type", item.MimeType) c.Set("Content-Length", fmt.Sprintf("%d", item.Size)) if forDownload { c.Set("Content-Disposition", fmt.Sprintf("attachment; filename=\"%s\"", filepath.Base(fullPath))) } else { c.Set("Content-Disposition", fmt.Sprintf("inline; filename=\"%s\"", filepath.Base(fullPath))) } ``` Note to myself, this is the piece...

Aaaah ok. I'm afraid the demo site just uses mockup services, so I can't set any header... the "proper" app actually works. I could move the site to a serverless...

Thanks for your time! And I didn't know Burp Suite, I definitely need it if it can act as a proxy like you used it.

Haha 😅 the duck is there because my first name in my language also means a mallard, so it's sort of a trademark. I am not familiar with duckdb, admittedly;...