Marc Richter
Marc Richter
As discussed in https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/1815#issuecomment-1706570199, I added code which creates and activates a swap file if too few available memory is detected (less than 2 GB, which should be enough even...
I know that the README says that one needs to compile against specific Git Hashes because Micropython changes a lot. Anyways: With Micropython 1.19.1 out and 1.20 coming soon, it...
Hetzner deprecated the "arch" parameter in the "[POST /boot/{server-number}/rescue](https://robot.hetzner.com/doc/webservice/de.html#post-boot-server-number-rescue)" Endpoint. There is no technical issue here, but it might make sense to remove that from the module to prevent it...
Following the [manual](https://django-storages.readthedocs.io/en/latest/backends/azure.html) to use `django-storages` with Azure and `staticfiles` storage, I end up with this Django configuration: ```python STORAGES["staticfiles"] = { "BACKEND": "storages.backends.azure_storage.AzureStorage", "OPTIONS": { "account_name": os.getenv("AZURE_SA_NAME", None), "azure_container":...
Following the [manual](https://django-storages.readthedocs.io/en/latest/backends/azure.html) to use `django-storages` with Azure and `staticfiles` storage, I end up with this Django configuration: ```python STORAGES["staticfiles"] = { "BACKEND": "storages.backends.azure_storage.AzureStorage", "OPTIONS": { "account_name": os.getenv("AZURE_SA_NAME", None), "azure_container":...
Hi everyone! I'm just writing to inform you, that I just successfully tested a migration from one courier-imap server to another courier-imap server. I think you could add this to...
Hi everyone, what about Windows OS support? Currently, it looks like only Linux and MacOS are supported since there are only package releases for those OS and the docs do...
### Version 2.7.0 - 550a2583 - master ### Branch master ### OS Raspbian GNU/Linux 11 (bullseye) - Lite 32Bit ### Pi model 3 B Rev 1.2 ### Hardware * Raspberry...
## Expected Behavior `.gitignore` contains a rule, trying to ignore the file `opencve.conf.template` created by `install.sh`'s `add-config-files`-step. So, no change should be shown in `git status` after triggering this step....
## Expected Behavior The [docs for `docker/.env`](https://docs.opencve.io/deployment/#configuration) state, that one may change the `POSTGRES_PASSWORD` variable. But later in that file, the Postgres-URIs are hardcoded with `opencve` instead of utilizing these...