Switched to
arm64v8/amazoncorretto:11
Fixed 500 errors
Added persisted db
https://ippocratis.github.io/brave/
arm64v8/amazoncorretto:11
Fixed 500 errors
Added persisted db
https://ippocratis.github.io/brave/
srt offset
pip install pysrt
python3 -c '
import os
import pysrt
offset_ms = -18000 # 18 seconds = 18000 milliseconds
for filename in os.listdir("."):
if filename.endswith(".srt"):
subs = pysrt.open(filename)
subs.shift(milliseconds=offset_ms)
subs.save("shifted_" + filename)
'
pip install pysrt
python3 -c '
import os
import pysrt
offset_ms = -18000 # 18 seconds = 18000 milliseconds
for filename in os.listdir("."):
if filename.endswith(".srt"):
subs = pysrt.open(filename)
subs.shift(milliseconds=offset_ms)
subs.save("shifted_" + filename)
'
One click remote Dir panic wipe
ssh-keygen -t rsa -b 4096
chmod +x ~/.shortcuts/delete_mydir.sh
ssh-keygen -t rsa -b 4096
ssh-copy-id ippo@192.168.1.24
mkdir -p ~/.shortcuts
#!/data/data/com.termux/files/usr/bin/bash
# Εκτέλεση απομακρυσμένης εντολής στο παρασκήνιο
nohup ssh ippo@192.168.1.24 'find "/run/media/ippo/TOSHIBA/mydir" -type f -exec shred -uz {} \; && rm -rf "/run/media/ippo/TOSHIBA/mydir"' > /dev/null 2>&1 &
# Ειδοποίηση μετά την εκκίνηση
termux-toast "✅ Διαγραφή ξεκίνησε στο παρασκήνιο"
chmod +x ~/.shortcuts/delete_mydir.sh
pkg install termux-api
Local lan https
Caddyfile
You may need to install the caddy root cert on the client device
Caddyfile
https://192.168.1.24:8443 {
reverse_proxy 127.0.0.1:32080
tls internal
}
You may need to install the caddy root cert on the client device
/var/lib/caddy/pki/authorities/local/root.crt
👍2
wish there was a way to terminate tsl on mtls on funnels too
Neat setup though
Force requiring client cert from clients in the tailet
https://vpetersson.com/2024/05/29/tailscale-and-mutual-tls.html
Neat setup though
Force requiring client cert from clients in the tailet
https://vpetersson.com/2024/05/29/tailscale-and-mutual-tls.html
Viktor's Tech Musings & Security Paranoia
Secure your Tailscale infra further with Mutual TLS (mTLS)
Insights on DevSecOps, cloud architecture, and building secure, scalable systems. Sharing practical experience from running tech companies and implementing software supply chain security at scale.
👍1