Advanced Search
Search Results
66 total results found
docker-socket-proxy
Use this service to expose the docker socket and protect it from unauthorized operations Prevent Required Permissions authentik CONTAINERS IMAGES uptime-kuma traefik
Quick Reference
traefik
Docker Label Configuration Base Labels This is the minimum set of labels you need to expose a container to traefik: labels: traefik.enable: true traefik.http.routers.<service_name>.entrypoints: <ep1>, <ep2> traefik.http.routers.<service_name>.rule: Ho...
Syncthing
lm-sensors
Label Value CPUTIN Motherboard's CPU temp sensor SYSTIN Motherboard temp sensor AUXTIN Aux temp sensors, usually for PSU
Authentik
Proxmox
Docker Firewall Configuration
Source: Firewalld Strict Docker Filtering Preparation Required parts: Install firewalld and activate service: pacman -Syu firewalld systemctl enable --now firewalld.service Disable any other firewall services. Disable iptables for docker by adding or ch...
SELinux
Guides and reference for my SELinux configurations
VIA Keyboard Configuration
To allow access to VIA, write the following to /etc/udev/rules.d/99-viia.rules: KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666", TAG+="uaccess", TAG+="udev-acl" Launching VIA without performing the above step will cause it to prompt you to add the file a...
KDE Fixes
NixOS
Programming
KDE systemd Autostart Configuration
kwriteconfig5 --file startkderc --group General --key systemdBoot true This sets up autostart for plasma user services using systemd instead of the default scripts.
audit
Kernel Parameters: audit=1 audit_backlog_limit=8192 This prevents the message kauditd: hold queue overflow
Scanning
Epson WorkForce ES-580W sane epsonds backend
Troubleshooting
Django CSRF verification failed: null does not match any trusted origins If a django-backed service is sitting behind a reverse proxy, ensure that for referrer policy header, it is passing 'same-origin'. For example, in traefik's file provider: headers-mid...
Samba/SMB
Configuration My user is set up in unix groups that correspond to the groups outlined in the following config sections and added in the groups paperless and timemachine. Paperless-ngx Consumer Share [paperlessngx-consumer] comment = Paperless-ngx Consumpti...