sabirovrinat85

Results 14 comments of sabirovrinat85
trafficstars

> @jtagcat Is vfs_catia even relevant here? vfs_catia is used only to represent windows forbidden characters in a directory and file names in samba share, like colon (and there's where...

Still no progress?..

> Fedora 38 is now shipping a 6.7.x kernel and this bug makes me nervous about running the update... maybe applying echo 'zfs' > /etc/dnf/protected.d/zfs.conf as guided in openzfs docs...

> So even with that, `dnf upgrade` (without `exclude`) is a bad idea right now :( so at least for new installations (specifically netinstall) giving an option to select kernel...

> Why would the key be stored on the device though? It is master-key that would be stored, of course it'd encrypted by for ex. argon2id function, but when potential...

Here is [something](https://hashcat.net/forum/post-58079.html) related Alexander Mak solved it this way: > I downloaded hashcat sources and overwritten in files module_23700.c and module_23800.c line token.len_max[7] which is 655056 by default, I...

`php artisan config:clear` yelds that cache cleared successfully, then I stopped container, cleared my browser cache once again, started container, yet new APP_NAME didn't apply :)

by docker-compose, like this ............................................... `version: "3" services: 2fauth: image: 2fauth/2fauth restart: unless-stopped container_name: 2fauth volumes: - 2fauth:/2fauth ports: - 19080:8000/tcp environment: - APP_NAME=2FactorPassword - APP_ENV=local - APP_DEBUG=false` ........................................

I'm using Portainer UI for managing Docker, put docker.env with the variable in a folder where Portainer created docker-compose.yml for 2FAuth, then added `env_file: docker.env` in docker compose definition then...

ADDED: I got it! :) Container itself is running without HTTPS and on port 3010, I had to change only domain name, not a port and protocol, those should be...