

deleted by creator
deleted by creator
Don’t worry, once Canada enacts its firearm confiscation Ukraine will have a plethora of used .22 Lr rifles in the finest hot-pink camo and magazines pinned to 10-15 rounds.
Reverse proxying was tricky for me, I started with Nginx Proxy Manager and it started out fine, was able to reverse proxy my services in the staging phase however, once I tried to get production SSL/TLS certificates it kept running into errors (this was a while ago I can’t remember exactly) so that pushed me to SWAG and swag worked great! Reverse proxying was straight forward, SSL/TLS certificates worked well however, overall it felt slow, so now I’m using Traefik and so far have no complaints.
It’s honestly whatever works for you and what you prefer having.
I agree, hence why I left the note at the bottom of that comment, yes it does encourage bad practices but, if all OP cares about is that it works then it should be fine.
In my other comment I instructed OP to move the volume to their users home directory so they don’t run into permission issues like this again.
Taking a look at your docker-compose.yml
I see this volume mount:
volumes:
- /volume1/SN/Docker/searxng-stack/searxng:/etc/searxng:rw
Whereas /volume1/SN/Docker/searxng-stack/searxng
is the directory on your system docker is attempting to use to store the files inside the container from /etc/searxng
.
Example of a volume mount that’ll likely work better for you;
volumes:
- /home/YourUser/docker/config/searxng:/etc/searxng:rw
The tilde (~) acts as your current users home directory not owned by root and where docker persistent volumes should be stored.(aka: /home/YourUser
)
Edit: I feel like I was wrong here, given that your run sudo
in docker compose up -d
the tilde will likely not work here and instead point to the /root
directory instead. I’ve updated the above to reflect the appropriate directory for your volume mount.
After making the change over to that directory and configuring SearXNG how you like re-create your docker container with sudo docker compose up -d —force-recreate
Apologies for the poor formatting, typing this on mobile.
Edit:
Note: if you want to expose the port do not add the 127.0.0.1
like how I have in my docker-compose.yml
.
Edit 2: Corrected some things…
have you checked the directory & file permissions with ls -la /Your/SearXNG/WorkingDir
?
The error in your log is telling you that the container does not have permission to that directory/file, you can essentially bypass this with sudo chmod 777 /Your/SearXNG/WorkingDir/*
and sudo chown 1000:1000 /Your/SearXNG/WorkingDir/*
However, if you’re looking for security best practices this is not advisable but if all you care about is that it works it should be fine.
Late to the party but I decided to pickup a 13th gen ASUS NUC with an i7 over a prebuilt NAS, bought a couple external hard-disk bays setup Proxmox running a headless Debian 12 VM and almost everything runs great however, mistake was using Debian 12 because the Linux kernel is pretty far out of date and does not support the CPU properly.
My ASUS WRT router running Merlin firmware offers to host a WireGuard server, I simply use the WireGuard app, dump the config file in and hit connect.
Took a little configuration but eventually got it working how I want it.
Edit: Reason for the Merlin Firmware is because I can route my VPN server through my VPN provider, goes a little like this;
5G/LTE > WireGuard to my router > Router routes that connection to ProtonVPN
This gives me access to the resources in my home while also reaping the benefits of my VPN provider.
I thought it was only the centerfire version that were affected.
Man so many semi-22Lr’s were reclassified to prohibited, even the GSG, aka the gun known for its power to jam every 2nd shot.
It’s seems all we got now is the SKS and the Derya. Shame.
I appreciate your candour to the situation, I respectfully disagree with your other comment and believe the privilege is being slowly taken away from us, so yes I think we’re being targeted, at this point it’s too late to argue and all I can do is hope they rethink the buyback program.
So glad I bought a 22lr Kriss Vector for them to ban it days later, now I can go and have it disabled so I don’t have to sell it.
The data is already there, RCMP chiefs across the country endorse it, targeting licensed firearms owners is not the answer to solve gun crime.
Majority of our gun related crime comes from illegally smuggled firearms from the US.
don’t want school shootings as a trade off to a hypothetical American invasion
So hypothetical school shootings are better eh? Keep in mind I’m not pushing for the Canadian version of the 4th amendment, as you see in another one of my comments I encourage proper safety training beforehand.
And how, pray tell, is a “real” firearm going to help defend against the most technologically advanced army in the world,
Their tech is pretty advanced I’ll give you that, but i sure as hell know if people had more access to firearms we could actually have a chance to defend ourselves from such a threat.
Our military is a joke technology & armoury wise, simple and plain, the more people who stand to defend the better.
We don’t need more firearms in personal hands when it comes to our national defence
This is where we differ, I fully believe South Korea has the right idea to train all their children in CQB and to safely handle firearms given how close North Korea is.
The same should apply to Canadians, we have a potential threat down south and a small handful of people actually know what they’re doing.
we need a better standing army, and probably some form of nuclear deterrence.
I 100% agree however, I don’t think we’ll ever see this in our lifetime with another Liberal leader.
Thinking you’ll make any meaningful difference with your personal firearm and a couple of hours on the gun range
A couple hours at the range is better than no hours at the range.
Should drive turnout for Carney.
Ah yes another liberal who’ll fail to defend our countries borders, another Trudeau but this time with pizzaz.
If there ever is a war with the US I sure as shit want access to real firearms, none of this 3 rounds per mag headache we got now.
deleted by creator
all the Linux
Unafuckingcceptable.
Your thin-skin is pretty standard for Conservatives.
Conservatives?? Your liberal government removed minimum sentencing for reoffending criminals and then complained about the increase in crime.
But yes, let’s target licensed hunters and sports shooters because it’s clearly their fault. Obviously PAL holders receiving daily background checks was not enough.
I think if you work in any mechanical shop this comes with the territory.
This is why I chose an ASUS nuc + external bay-storage for my home networking needs, felt like synology NAS would be a limiting factor.
I prefer acetone and a map-gas torch.