throwaway
  • Joined on 2024-04-19
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
throwaway created branch docker_fix_gen_config in lolcat/4get 2024-04-24 23:13:37 +00:00
throwaway pushed to docker_fix_gen_config at lolcat/4get 2024-04-24 23:13:37 +00:00
3a220d38b5 fix treatment of config values with default of null and add php sodium
throwaway deleted branch docker_update_php from lolcat/4get 2024-04-20 01:33:14 +00:00
throwaway created pull request lolcat/4get#8 2024-04-19 21:58:16 +00:00
Docker update documentation, php, and modify gen_config.php
throwaway created branch docker_update_php in lolcat/4get 2024-04-19 21:49:31 +00:00
throwaway pushed to docker_update_php at lolcat/4get 2024-04-19 21:49:31 +00:00
e31b9494af pass array as comma separated env
4afec792c4 update php and improve docker docs
Compare 2 commits »