mytlogos
mytlogos
I found a currently working workaround, for disabled any certificate errors: Start trilium with the following flag: `/usr/lib/trilium/trilium --ignore-certificate-errors` This flag comes from Electron.js itself, where it will ignore any...
Though not exactly what you are looking for, but there exists the NPM Package [Axios-CookieJar-Support](https://www.npmjs.com/package/axios-cookiejar-support). Example: ```javascript import axios from 'axios'; import { wrapper } from 'axios-cookiejar-support'; import { CookieJar,...
Can this documented explicitly on the [MenuBar ](https://primefaces.org/primevue/menubar) Page? Currently it does not explicitly mention the required reactivity of the Menu Model, at least on the MenuBar Page. The examples...
You can embed the current version when building, by using the ldflag "-X": ```go // main.go var ( version = "" commit = "" date = "" ) ``` ```bash...
[apache-mod-auth-openidc-doc](https://pkgs.alpinelinux.org/package/edge/testing/aarch64/apache-mod-auth-openidc-doc) [2.4.15.3-r0](https://pkgs.alpinelinux.org/flag/testing/apache-mod-auth-openidc/2.4.15.3-r0) is available for alpine in the testing repo (armv7 and armv8 (arm64), is this enough?
1. docker compose build 2. `docker run -it --rm freshrss/freshrss:newest cat /etc/apache2/conf.d/mod-auth-openidc.conf.bak` Contents of file ``` LoadModule auth_openidc_module modules/mod_auth_openidc.so ######################################################################################## # # Common Settings # ######################################################################################## # (Mandatory) # The...
Cannot compare it with the self-built version for now (user namespace is enabled on the x86_64 docker host, and the image build will fail there: `touch: /var/www/FreshRSS/Docker/env.txt: Permission denied`). The...
Multipass VM on x64_84: Contents of mod-auth-openidc.conf.bak ``` LoadModule auth_openidc_module modules/mod_auth_openidc.so ######################################################################################## # # Common Settings # ######################################################################################## # (Mandatory) # The redirect_uri for this OpenID Connect client; this is...
> A bug report is filed to upstream Alpine: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15999 Tried another test, now that the referenced issue in alpine seems to have been fixed. It still fails for some...
Hitting the same bug now after the Linux Mint upgrade from 21.3 to 22, with nvidia gpu. The current workaround by disabled the renderer also works here. Though liferea is...