throwaway
  • Joined on 2024-04-19
throwaway commented on pull request lolcat/4get#66 2025-02-04 23:02:32 +00: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 21:27:23 +00: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-26 00:59:07 +00:00
throwaway commented on issue lolcat/4get#62 2025-01-24 09:30:44 +00: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 09:18:09 +00:00
remove ssl.conf when using http config
throwaway created branch docker_fix_conf in lolcat/4get 2025-01-24 08:56:45 +00:00
throwaway pushed to docker_fix_conf at lolcat/4get 2025-01-24 08:56:45 +00:00
eed32a153c remove ssl.conf when using http config
throwaway commented on issue lolcat/4get#44 2024-10-20 20:43:32 +00: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 21:16:19 +00: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 18:03:07 +00: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 20:31:42 +00: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 19:58:23 +00: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 20:18:54 +00: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 19:57:50 +00: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-20 03:16:40 +00:00
docker_tor_documentation
throwaway created branch docker_tor_documentation in lolcat/4get 2024-06-20 03:10:01 +00:00
throwaway pushed to docker_tor_documentation at lolcat/4get 2024-06-20 03:10:01 +00:00
a0b3189198 improve documentation
84b5c11d6b persist DataDirectory
5ef7c8b852 add documentation
Compare 3 commits »
throwaway commented on issue lolcat/4get#20 2024-06-17 22:27:42 +00:00
docker container and tor

Hello :D

I want to not expose my IP to the search engines, so I thought about setting up Tor on the host

You can use tor as socks5 proxy which should make outgoing requests go through…

throwaway deleted branch docker_fix_gen_config from lolcat/4get 2024-04-24 23:34:41 +00:00
throwaway created pull request lolcat/4get#13 2024-04-24 23:23:39 +00:00
fix treatment of config values with default of null and add php sodium