psa

Results 16 comments of psa

Even with `-p -r --disable-settings` flags, the album metadata is still editable, albums can be deleted, photos can be archived and the private flag can be set on photos.

As a workaround, you could block access to `/login` in your nginx.conf. This should do it: ``` location /login { permit x.x.x.x/32; deny all; } ```

Poking around for ways to contribute, is this fixed by #275?

@alexvlasov Can this please be merged?

I'm not sure why they're not merging it, but https://github.com/namecheap/terraform-provider-namecheap/pull/66 has the fix you're looking for.

I also noticed this and have been poking at it. FYI, it doesn't currently work as `science/py-tensorflow` does not package `libtensorflow.so.1`

Here's the bug report with a patch for science/py-tensorflow to include the shared libs. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257311

Thank you, here's the scans: [ada3.txt](https://github.com/prometheus-community/smartctl_exporter/files/12446900/ada3.txt) [scan.txt](https://github.com/prometheus-community/smartctl_exporter/files/12446901/scan.txt)

> Ultimately we do plan to support the CLI to go via the UI Server, to allow authorized cross-user access without the web UI. That is good news, thanks. I...

Actually, an even better (and not liable to users just fiddling with `SUDO_USER`) is to call `os.getlogin()`