throwaway
  • Joined on 2024-04-19
throwaway deleted branch docker-curl-impersonate from lolcat/4get 2026-05-20 16:46:28 -04:00
throwaway created pull request lolcat/4get#94 2026-05-19 20:25:13 -04:00
add lwthiker/curl-impersonate
throwaway created branch docker-curl-impersonate in lolcat/4get 2026-05-19 20:17:47 -04:00
throwaway pushed to docker-curl-impersonate at lolcat/4get 2026-05-19 20:17:47 -04:00
cf3c77ed04 add lwthiker/curl-impersonate
throwaway commented on pull request lolcat/4get#66 2025-02-04 18:02:32 -05:00
Add actions support for 4get docker image builds

It's needed to catalog old and new images generated

Oh okay

but the action can be modified to upload to two image registries instead of just using one and let the user to decide which…

throwaway commented on pull request lolcat/4get#66 2025-02-04 16:27:23 -05:00
Add actions support for 4get docker image builds

gitea actions is gitea's implementation of github actions which makes it easy to react to changes on a repo such as a new push request,
https://docs.github.com/en/actions/about-github-actions/un…

throwaway deleted branch docker_fix_conf from lolcat/4get 2025-01-25 19:59:07 -05:00
throwaway commented on issue lolcat/4get#62 2025-01-24 04:30:44 -05:00
Disable https listener on port 443 when only http is used

Thank you for investigating this! You are absolutely correct, nothing should bind to 443 if the intention is to run http only.

I see you are toggling the filename between ssl.conf and…

throwaway created pull request lolcat/4get#63 2025-01-24 04:18:09 -05:00
remove ssl.conf when using http config
throwaway created branch docker_fix_conf in lolcat/4get 2025-01-24 03:56:45 -05:00
throwaway pushed to docker_fix_conf at lolcat/4get 2025-01-24 03:56:45 -05:00
eed32a153c remove ssl.conf when using http config
throwaway commented on issue lolcat/4get#44 2024-10-20 16:43:32 -04:00
Avoiding captcha

Hello!

Just to be on the same page, you should try deleting all 4get containers and recreate them. The following command will delete all containers on your system, if you're using docker for…

throwaway commented on issue lolcat/4get#42 2024-10-08 17:16:19 -04:00
Docker container: connect to tor network through proxy

Glad it know it works!

the reason why SocksPort is set to 0.0.0.0:9050 instead of the default of 127.0.0.1 is because the docker_tor guide was made for a setup that involved both containers…

throwaway commented on issue lolcat/4get#42 2024-10-08 14:03:07 -04:00
Docker container: connect to tor network through proxy

Hello! :D

From my understanding, you are running shadowsocks on your host machine and want traffic to flow from 4get, to shadowsocks, and then to tor. And you tried to accomplish this by…

throwaway commented on issue lolcat/4get#27 2024-07-18 16:31:42 -04:00
Building the docker image locally

images are only pulled if they aren't available locally. If you build and tag luuul/4get:latest then it would be used when you run docker compose up.

You can see this in action if you delete…

throwaway commented on issue lolcat/4get#27 2024-07-18 15:58:23 -04:00
Building the docker image locally

Hello! :D

should I run: docker build -t 4get:latest . and change image: luuul/4get:latest to 4get:latest?

Sure you could do that. It would be easier to run `docker build -t luuul/4get:lat…

throwaway commented on issue lolcat/4get#19 2024-06-24 16:18:54 -04:00
Question: how set 4get instance in Artix

Shouldn't I change - ./proxies/:/var/www/html/4get/data/proxies to - ./proxies/:/srv/http/4get/data/proxies/ since 4get repo is there?

In docker volumes are mounted from the host machine to…

throwaway commented on issue lolcat/4get#19 2024-06-24 15:57:50 -04:00
Question: how set 4get instance in Artix

It looks like you're mixing the steps from your previous install attempt and the steps from docker please don't put SocksPort 0.0.0.0:9050 in your host's /etc/tor/torrc

In my home in…

throwaway created pull request lolcat/4get#22 2024-06-19 23:16:40 -04:00
docker_tor_documentation
throwaway created branch docker_tor_documentation in lolcat/4get 2024-06-19 23:10:01 -04:00