laxmanpradhan

Results 11 comments of laxmanpradhan

@thaJeztah I think I am having the same issue. Essentially the docker swarm DNS server has the wrong IP address in it's A records. The IP addresses are all minus...

I rolled back to the previous stable version: 19.03.14 and it has the same problem. The adminer service is on 10.0.2.8 but trying to ping the service from another container...

@thaJeztah, thanks for your reply. Yes, you are correct, using the verbose option I see that the IP I'm seeing is the VIP of the service (which is 1 less...

ok my post above can be ignored, I don't think it is related to docker. I was running docker in a LXC container on proxmox. I switched the a VM...

for anyone else that comes looking, the above headers are needed for seafile to be able to use onlyoffice behind traefik. Note the "accesscontrolalloworiginlist=*" line is not needed. the following...

Thanks! I'm experimenting with the solution listed here: https://stackoverflow.com/questions/31975594/how-to-set-session-expiry-time-for-mod-auth-openidc and the full list of sessions options here: https://github.com/OpenIDC/mod_auth_openidc/blob/master/auth_openidc.conf#L529 I'm experimenting with adding these to FreshRSS.Apache.conf: ``` OIDCSessionInactivityTimeout 0 OIDCSessionMaxDuration 0...

ok, I've tried all kinds of different combinations. Setting the numbers to 0, setting then high to 999999. I've set the session type to server-side and client-cookie. **I don't think...

perhaps this error is related to the apache2 settings not being updated? Trying to run apache2 commands from the docker console doesn't work: ![image](https://github.com/FreshRSS/FreshRSS/assets/297760/cf5f584d-aa18-44f8-a4b3-201b3e19f6fd)

Thank you so much person from the past! This worked for me as well. I had to use a file since the user I want to upload the watched status...

ok so after some pretty extensive testing and trying various combinations, I've discovered that none of the OIDC apache settings I've changed have made any difference. I currently have a...