no reason to still have a reddit account now
though if you want an reddit account I might have a few left and I can give it to you if you want
no reason to still have a reddit account now
though if you want an reddit account I might have a few left and I can give it to you if you want


Is this post off-topic?


that explains it in general, thanks.
As for why would a company do this - to prevent fraud and abuse. If a customer signs up and uses a stolen credit card, who do you think is on the hook for that loss? Not the victim, not the bank - us.
I really thought the victim is the one on the hook for that loss, since the money cannot be send back


I’ll reiterate that Stripe did not arbitrarily force that on you, Racknerd did.
Why would any company put this on their customer if they have an option? Does it mean government and policy force the company to use stripe to verify their customers?


this no shitpost?


Thank you so much, sorry it’s taken so long to reply. I still haven’t had the time, but I will take a closer look when I get the chance.


Thank you so much, sorry it’s taken so long to reply. I still haven’t had the time, but I will take a closer look when I get the chance.


Thank you so much, sorry it’s taken so long to reply. I still haven’t had the time, but I will take a closer look when I get the chance.


Thank you so much, sorry it’s taken so long to reply. I still haven’t had the time, but I will take a closer look when I get the chance.


also I noticed that it doesn’t really protect our privacy if we simply host it on our laptop. and most indivious instance are barely usable (freetube always gives indivious API error) so I guess the best option now is to install some fingerprint blocker and view utb in browser


hosted it and when clicking on any video it returns Error: non 200 status code. Youtube API returned status code 400. It that caused by SABR? searched on google but doesn’t seem like other have this issue on indivious
deleted by creator


I do have learnt a lot but I haven’t solved the problem 😱 🤓 🫠


$ sudo docker exec -it searxng sh -c "id"
uid=0(root) gid=0(root) groups=0(root)
container is running as root, so there shouldn’t be any permission error?
u are right its not writable, the files are read only, that is wierd
I’m opening those files with windows but the user permission inside docker shouldn’t cause that problem.
I’m scratching my head nw
user id


u are right its not writable, the files are read only, that is wierd


I think I do have permission to the directory?
~ # ls -la /etc/searxng
total 72
drwx------ 1 1026 100 42 May 17 04:49 .
drwxr-xr-x 1 root root 494 May 17 05:24 ..
---------- 1 root root 68667 May 17 04:49 settings.yml
---------- 1 root root 1223 May 17 04:49 uwsgi.ini
___


~ # ls /etc/searxng
settings.yml uwsgi.ini
~ # cat settings.yml
cat: can't open 'settings.yml': No such file or directory
~ # cat /etc/searxng/settings.yml
general:
# Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG}
debug: false
# displayed name
instance_name: "searxng"
# For example: https://example.com/privacy
I think I do have the permission?


I tried removing cap_drop (as instructed on https://github.com/searxng/searxng-docker/issues/115) but no luck, the permission error still exists. And also there occurs a new error no python application found


thank you!
thanks!