Skip to content

Instantly share code, notes, and snippets.

View LizenzFass78851's full-sized avatar
I do not always have time

LizenzFass78851

I do not always have time
View GitHub Profile
@LizenzFass78851
LizenzFass78851 / ferron-anubis_docker-compose.yml
Last active July 13, 2026 17:54
Ferron Anubis Docker-Compose Config
services:
ferron-local:
image: ferronserver/ferron:2-alpine
volumes:
- "./ferron-local.kdl:/etc/ferron.kdl" # Ferron configuration file
#- "./ferron-acme:/var/cache/ferron-acme" # This volume is needed for persistent automatic TLS cache, otherwise the web server will obtain a new certificate on each restart
- "./ferron-webroot:/var/www/ferron:ro"
restart: always
ferron-proxy:
@LizenzFass78851
LizenzFass78851 / wg-easy_README.md
Last active May 11, 2026 12:38
The still working docker compose example for wg-easy in version 14.

Evaluation

Version 14 of wg-easy is easier, but unfortunately this is no longer the case from version 15 onwards.

Important

  • So far only tested on the following systems:
    • Ubuntu 26.04
@LizenzFass78851
LizenzFass78851 / AMD-Ryzen-ECO-Mode.md
Created March 14, 2026 08:47
List of AMD Ryzen ECO Modes

List of AMD Ryzen ECO Modes

  • AMD Ryzen ECO Mode 45W (65W TDP CPUs)

    • PPT=60
    • TDC=45
    • EDC=65
  • AMD Ryzen ECO Mode 65W (95W TDP CPUs)

@LizenzFass78851
LizenzFass78851 / vaultwarden_Caddyfile
Created February 14, 2026 10:59
vaultwarden docker compose file with matching https to http forwarder for use in the internet network without https port forwarding to the outside. (caddy)
{
# email admin@deine-domain.example
# acme_ca http://openbao.testdom.internal:8200/v1/pki/acme/directory
}
vaultwarden.testdom.internal {
reverse_proxy bitwarden:80
tls /etc/caddy/certs/caddy.crt /etc/caddy/certs/caddy.key
@LizenzFass78851
LizenzFass78851 / vaultwarden_docker-compose.yml
Created February 14, 2026 10:56
vaultwarden docker compose file with matching https to http forwarder for use in the internet network without https port forwarding to the outside. (nginx)
version: "3.2"
services:
bitwarden:
image: vaultwarden/server:latest
restart: always
ports:
- "80:80"
environment:
- ADMIN_TOKEN=YOURPASSWORD
- WEBSOCKET_ENABLED=true
@LizenzFass78851
LizenzFass78851 / wu-notification-before-download.reg
Created November 24, 2025 18:33
Windows Update Registry files to get notification bevor download or install updates
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000002
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000000
@LizenzFass78851
LizenzFass78851 / manual_zfs-smb-ad.md
Last active December 16, 2025 07:58
Manual to Create ZFS with SMB Share with Samba, Shadow-Copy and Active Directory

Manual to Install Samba AD ZFS

Important

  • Only tested on the following systems:
    • Ubuntu 24.04
    • Debian Trixie

Install some Packages

On Ubuntu

@LizenzFass78851
LizenzFass78851 / recommended-pcs.md
Last active October 21, 2025 18:58
Own Recommendations for PCs
@LizenzFass78851
LizenzFass78851 / paperless-forward_config.ini
Last active May 23, 2025 16:20
Forward tagged Documents saved from paperless-ngx to an email address
[paperless]
url = http://paperless.test.com
api_token = API_TOKEN
forward_tag_ids = 17, 31
[email]
smtp_server = smtp.test.com
smtp_port = 587
username = ***@test.com
password = ***