Mathew Winters
Mathew Winters
To be able to upload to connected printers, would require connecting the device. This can be done in the .devcontainer.json Eg. "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--device=/dev/bus/usb", "--device=/dev/ttyACM0"], This is...
I am getting the same errors, using "latest" v1.41.0, also with the same errors as above.. The project, has quite a lot of scripts (617), which "all" seem to be...
Ok, yes using Authelia as the user source, and using the comment from the 6.1.0 release ``` Enhancement - Autoprovision group memberships: #9458 When PROXY_AUTOPROVISION_ACCOUNTS is enabled it is now...
Ok fantastic, I can log-in with Authelia.. thats a big change from before... Now, though I am not able to become the admin user - even though `OCIS_ADMIN_USER_ID=mathew` and my...
Excellent, got it working! Thanks. I will try to create a "working" example somewhere.
Re-Opened. Have got to trying the web client and android client, both fail to login. The URL becomes. ``` http://127.0.0.1:41385/?error=invalid_request&error_description=The+request+is+missing+a+required+parameter%2C+includes+an+invalid+parameter+value%2C+includes+a+parameter+more+than+once%2C+or+is+otherwise+malformed.+Used+unknown+value+%27%5Bselect_account+consent%5D%27+for+prompt+parameter&iss=https%3A%2F%2Fauth.example.org.nz&state=yrFE6W--X-HEHd4FIb1YPSKjrDGJ_dGdR-ZdL6lk1m0%3D ``` Which decoded by the browser, has the parameters ```...
I have had authelia and Owncloud ocis 7 working nicely for a while now. So - for others, try Ocis 7
``` {"level":"debug","service":"storage-users","pkg":"rgrpc","traceid":"e525f6ed2fefbacbb6d5187b9cf094a2","user-agent":"Mozilla/5.0 (Linux) mirall/5.3.2.15463 (ownCloud, ubuntu-6.11.0-21-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)","from":"tcp://127.0.0.1:60798","uri":"/cs3.storage.provider.v1beta1.ProviderAPI/ListContainer","start":"17/Apr/2025:01:00:15 +0000","end":"17/Apr/2025:01:00:15 +0000","time_ns":3755757,"code":"OK","time":"2025-04-17T01:00:15Z","line":"github.com/cs3org/reva/[email protected]/internal/grpc/interceptors/log/log.go:69","message":"unary"} {"level":"debug","service":"gateway","pkg":"rgrpc","traceid":"e525f6ed2fefbacbb6d5187b9cf094a2","user-agent":"Mozilla/5.0 (Linux) mirall/5.3.2.15463 (ownCloud, ubuntu-6.11.0-21-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)","from":"tcp://127.0.0.1:45772","uri":"/cs3.gateway.v1beta1.GatewayAPI/ListContainer","start":"17/Apr/2025:01:00:15 +0000","end":"17/Apr/2025:01:00:15 +0000","time_ns":5422095,"code":"OK","time":"2025-04-17T01:00:15Z","line":"github.com/cs3org/reva/[email protected]/internal/grpc/interceptors/log/log.go:69","message":"unary"} {"level":"debug","service":"gateway","pkg":"rgrpc","traceid":"e525f6ed2fefbacbb6d5187b9cf094a2","method":"/cs3.gateway.v1beta1.GatewayAPI/ListPublicShares","time":"2025-04-17T01:00:15Z","line":"github.com/cs3org/reva/[email protected]/internal/grpc/interceptors/auth/auth.go:122","message":"skipping auth"} {"level":"info","service":"gateway","pkg":"rgrpc","traceid":"e525f6ed2fefbacbb6d5187b9cf094a2","time":"2025-04-17T01:00:15Z","line":"github.com/cs3org/reva/[email protected]/internal/grpc/services/gateway/publicshareprovider.go:92","message":"listing public shares"} {"level":"info","service":"sharing","pkg":"rgrpc","traceid":"e525f6ed2fefbacbb6d5187b9cf094a2","publicshareprovider":"list","time":"2025-04-17T01:00:15Z","line":"github.com/cs3org/reva/[email protected]/internal/grpc/services/publicshareprovider/publicshareprovider.go:450","message":"list public...
The fact it worked on the pre 4.5 version of the android client, is working fine... The above authelia code is basically from the examples in the documentation.
I have had no changes in authelia, All i did was update the ocis docker image to the latest version as above. The changes are something in the android client.