Skyler Mäntysaari
Skyler Mäntysaari
@angelnu Please merge this.
Ping @angelnu
I would also like to point out that sometimes those log files can be 10GB+, in my new case, 20GB for syslog and messages logs...
I would guess it's done like this: ``` nginx-proxy: image: jwilder/nginx-proxy container_name: proxy volumes: - /var/run/docker.sock:/tmp/docker.sock:ro ports: - 27000:80 dns: - 1.1.1.1 restart: always privileged: true
It seems that upstream conduit has an PR for SSO: https://gitlab.com/famedly/conduit/-/merge_requests/676
As I haven't really coded Rust (But Python, TypeScript and Go) at all, to me it doesn't appear that bad that we couldn't be working off it?
Maybe Piped is something for you to look into? Just throwing it out there. :) https://github.com/TeamPiped/Piped-Docker https://piped-docs.kavin.rocks/docs/self-hosting/#docker-compose-caddy-aio-script
> Add OIDC as a third option to omni auth providers methods (currently only auth0 and saml). OIDC as in OpenID Connect?
> Don't mind looking into it but I also don't want to spend time verifying otherwise. The verification at https://github.com/opnsense/core/blob/02b6085023f9fa0a4b072d09da3c239bcf9bb985/src/www/services_dhcp.php#L235L237 says different, as it will not accept `.` for domain...
> I've looked at `domainsearchlist`, you seem to be looking at `domain`. Again it would help to be clear. I think both need to be able to have a dot...