Bruno Bernardino
Bruno Bernardino
This is the PR that introduced the functionality: https://github.com/padloc/padloc/pull/570 It seems you're not running the `admin` service at all. It's a separate service/package. You probably want to add it like...
Nothing is "activated by default". It's not in the server nor in the pwa containers. It's a separate service, like the server or pwa are.
You should create one, like you do for `pwa` and `server`.
You are right @Markedo , would you like to make a pull request for that?
Hi @arimgibson indeed webpack is the main resource (ab)user here, but we haven't tested anything else (like esbuild or vite). 2GB RAM is also what we found out was necessary...
I think we'd definitely be open to that, even if it's just on one of the packages. @MaKleSoft please correct me if I'm wrong.
Thanks @tusharmath we'll have to look at what it entails to show as an option, there.
A quick search hasn't yielded how to do it, but something that might be tangential seems to be mentioned in https://stackoverflow.com/questions/72080253/how-can-i-integrate-the-offer-to-save-passwords-option-of-chrome-in-my-own-ext
As @MaKleSoft said, the official docs at https://docs.padloc.app/guides/self-host/ point to those 3 examples using Docker which are up-to-date and confirmed working by a few people already. Can you explain what...
Can you check the browser's console log? That or the server logs should have something to help figure out what's up.