gitolicious

Results 32 comments of gitolicious

The problem lies with this line: https://github.com/lukesampson/scoop/blob/master/lib/git.ps1#L5 `currentuser@default` is directly propagated to the environment variable used by git, though it should be checked like it is done in https://github.com/lukesampson/scoop/blob/master/lib/config.ps1#L78 and...

Same thing happened to me. I was surprised to see everything else (proxy hosts, SSL certs) still working as expected as creredentials are reset and the web UI is blank....

There is a commit (https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ffe3db8c083a5a9a1f2ef4ce4308b17b254020b8) which could be related: it introduced the SQLite fallback and was introduced in Nginx Proxy Manager 2.9.12 (Add-on version 0.12.0).

Can you point us to the code where the SQL config is being injected/set? When checking the env vars in the container, there is no SQL config (though I am...

Thx for the link. At least in the running container this information is not present. ``` $ cat /data/manager/production.json { "database": { "fromEnv": true, "engine": "knex-native", "knex": { "client": "sqlite3",...

I can't tell at the moment. It must be this check failing for us: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/1f3ac7a9ec80ec49a1c13ebcc46ab3f48ae026f4/backend/index.js#L63-L67 Will try looking further into it in the next days. Fooling around with the proxy...

The one thing that still puzzles me the most: why is the proxy itself still working? Other than the login and Web UI, everything under the hood is doing its...

> How to get data from mariadb? I want move data to nginx in docker to another machine Not really relevant here, but just add a user in the MariaDB...

Is their visit motive ID still one of the known vaccination IDs? Can you give an example?

I am getting 2FA requests for every run of the script nowadays, but the implementation works flawlessly and with the `--code` CLI argument the code is reusable for multiple runs.