minus-squareBarrymore@lemmy.blahaj.zoneOPtoSelfhosted@lemmy.world•How to access self hosted SearXNG?linkfedilinkEnglisharrow-up1arrow-down1·1 year agoThanks so much for a quick reply, you’re awesome! I believe still 8080, i didn’t set a custom port anywhere, here is my docker ps nathan@pop-os /usr/local/searxng-docker$ sudo docker ps 1 ↵ CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 122541a0442e redis:alpine "docker-entrypoint.s…" 26 minutes ago Up 26 minutes 6379/tcp redis 8031ada30eea searxng/searxng:latest "/sbin/tini -- /usr/…" 26 minutes ago Up 26 minutes 127.0.0.1:8080->8080/tcp searxng cdf75064d7c7 pihole/pihole:latest "/s6-init" 17 hours ago Up 11 hours (healthy) 0.0.0.0:53->53/udp, :::53->53/udp, 0.0.0.0:53->53/tcp, :::53->53/tcp, 0.0.0.0:80->80/tcp, 0.0.0.0:67->67/udp, :::80->80/tcp, :::67->67/udp pihole To launch the container i used sudo docker-compose up -d And there really isn’t an error as i just don’t know how to actually access it linkfedilink
Barrymore@lemmy.blahaj.zone to Selfhosted@lemmy.world · 1 year agoHow to access self hosted SearXNG?plus-squaremessage-squaremessage-square6fedilinkarrow-up118arrow-down11
arrow-up117arrow-down1message-squareHow to access self hosted SearXNG?plus-squareBarrymore@lemmy.blahaj.zone to Selfhosted@lemmy.world · 1 year agomessage-square6fedilink
minus-squareBarrymore@lemmy.blahaj.zonetoCanada@lemmy.ca•Canadian government to force incoming travellers into hotels for quarantinelinkfedilinkarrow-up0·1 year agoThis is from 2021… linkfedilink
minus-squareBarrymore@lemmy.blahaj.zonetoSelf Hosted - Self-hosting your services.@lemmy.ml•Discord Alternatives?linkfedilinkarrow-up1·1 year agoThere’s Revolt that seems to be very similar to Discord. They even have instructions to self host on their github repo. Don’t know if this matters, but as of right now it is not federated. linkfedilink
Thanks so much for a quick reply, you’re awesome! I believe still 8080, i didn’t set a custom port anywhere, here is my docker ps
nathan@pop-os /usr/local/searxng-docker$ sudo docker ps 1 ↵ CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 122541a0442e redis:alpine "docker-entrypoint.s…" 26 minutes ago Up 26 minutes 6379/tcp redis 8031ada30eea searxng/searxng:latest "/sbin/tini -- /usr/…" 26 minutes ago Up 26 minutes 127.0.0.1:8080->8080/tcp searxng cdf75064d7c7 pihole/pihole:latest "/s6-init" 17 hours ago Up 11 hours (healthy) 0.0.0.0:53->53/udp, :::53->53/udp, 0.0.0.0:53->53/tcp, :::53->53/tcp, 0.0.0.0:80->80/tcp, 0.0.0.0:67->67/udp, :::80->80/tcp, :::67->67/udp pihole
To launch the container i used
sudo docker-compose up -d
And there really isn’t an error as i just don’t know how to actually access it