David Wolfe

Results 75 comments of David Wolfe

Was this fixed in v2.10.0 by any chance? @xiolec Building off what you said (thanks for that find btw!), I noticed the db.sqlite's path gets set by calling [`createDatabasePath`](https://github.com/museofficial/muse/blob/6ec6bb8aaef484b0101377b5454ed4b4a6165784/src/utils/create-database-url.ts#L3). This...

@IrGaaT Once this (https://github.com/pelican-eggs/chatbots/pull/14) gets pulled you can grab it and effectively have what I have. However, I'm currently trying to ensure it works for the latest version of Muse...

Update: I just tried running the latest version on Pterodactyl, and here's what it prints right before it clears the console and gets stuck on `[0k`: ```log :/home/container$ yarn install...

I know it's ultimately up to the Muse maintainers, but it's in my opinion that this `ora` package should be removed. I would understand it's use in an application that...

> try passing a CI=true variable to the startup of the container. @hazardous774 Oh my goodness, this works! Great find! ~~Now all we need is #1256 to be merged, because...

@hazardous774 Thanks! ♥ Fix has been committed to [pelican-eggs/chatbots#14](https://github.com/pelican-eggs/chatbots/pull/14) and is now just awaiting approval and merger.

Can confirm. May try taking a crack at fixing the traces myself, but have to learn how to use the trace system first 😅

I just wanted to confirm this issue as well. Was trying to place the panel behind a Traefik reverse proxy that provides and terminates TLS for multiple sites, but ran...

@rmartinoscar Regarding your suggested changes, `in:1` forces the value to be true (like for forcing a Windows install, etc.). In my opinion, this seems kosher for hidden/admin variables, because the...

@QuintenQVD0 The Pelican Eggs are included. I don't quite understand your question.