Georgiy Sitnikov

Results 124 comments of Georgiy Sitnikov

> What's the benefit of this over putting your sensitive data in `data/config.env` (loaded first by dotenv) and everything non-sensitive in the `docker-compose.yml` (overwrites via env)? There is no clear...

I think [this](https://github.com/banksy-git/lidl-gateway-freedom/issues/16#issuecomment-879458020) and [this](https://community.home-assistant.io/t/hacking-the-silvercrest-lidl-tuya-smart-home-gateway/270934/136?u=challs#upload-the-image) will help. But yes, documentation needs to be updated. What I did is: 1. install `tftp` on my ubuntu, e.g. `sudo apt install tftp` 2....

> Its firmware just has ssh disabled. Not really, it is simply running on port `2333`, this is not standard port of ssh. So, to connect you have to run...

The reason is that `contnet-type` header is not set, so browser do not know that it is an HTML... I fix it with following apache2 configuration add to the pastebin....

Or when I do multiple select files apply Tag changes to them. Currently I can only copy/move or delete selected files.

Comodo has ICAP Support, so theoretically it should work. Did you try it?

I create a script that evaluate logs and could notify any user: https://github.com/GAS85/nextcloud_scripts/blob/master/nextcloud-av-notification.sh For NC before 14 this script needs "Admin notifications" App to be enabled.

Activity is also spammed with this information, but only for current user: ![grafik](https://user-images.githubusercontent.com/6813635/81542623-3fdb1300-9375-11ea-987a-1e908979ede2.png)

The fact is that there are 2 different jobs are implemented and not well documented. 1. Is a background in meaning of periodical Cron job with scanning all files. Could...