mynamewastaken
mynamewastaken
@dalbert2 It's been a while since I looked at this, but you could probably do something like `iptables -I INPUT 0 -i eth0 -s 172.30.1.0/24 -j ACCEPT` - if traffic...
I understand. Our use case is markdown files with occasional snippets of embedded code (hcl, bash, go, python, etc). Are there knobs I can turn on the user side? Something...
That's a fair point but the code does check for demoting one's own admin account (https://github.com/hay-kot/mealie/blob/mealie-next/mealie/routes/admin/admin_management_users.py#L52), seems like a guardrail against deleting it wouldn't be a stretch.
On Fedora 27 I installed capstone and capstone-devel and had to add `-L/usr/lib64` to the Makefile to get it to compile.